@charset "utf-8";
/* CSS Document */
.navbar.nav-first {
	border-bottom: 1px solid #e3e2e2 !important;
}
.header .overlay {
  background: rgba(33, 37, 41, 0.70) !important;
}
.header {
  min-height: 400px !important;
}
.section-subtitle {
	margin-bottom: 10px !important;
}
section.pattern-style-4 {
	background-image: none !important;
}
.nav-first p {
margin-top: 1rem !important;
}
h5 {
margin-top: 20px !important;
}
.navbar-nav img {
display: none;
}
section {
  padding: 80px 0 0 0;
}
.mb-6 {
  margin-bottom: 45px !important;
}
footer {
  margin-top: 45px !important;
}
@media (min-width: 768px) {
h5 {
margin-top: 0 !important;
}
}
@media (min-width: 576px) {
.navbar-nav img {
display: block;
}
}