:root {
	--primary-color: #0098D8;
	--primary-color-rgb: 12, 106, 166;
	--secondary-color: #0c6aa6;
	--ternary-color: #00537E;
	--accent-color: #8FB84E;
	--dark-color: #121212;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Cardo", serif;
}
ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 24px;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: bold;
}

.primary-button a {
	display: inline-block;
	background-color: var(--primary-color);
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: var(--primary-color);
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: var(--ternary-color);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: var(--ternary-color);
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--ternary-color);
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: var(--ternary-color);
	margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 80px;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none;
}

.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
	color: #fff !important;
	text-decoration: none;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	color: var(--ternary-color)!important;
}

.header.active .navbar-brand {
	color: var(--ternary-color) !important;
}

.header.active .navbar-brand:hover,
.header.active .navbar-brand:focus,
.header.active .navbar-brand:active {
	color: var(--ternary-color) !important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.hero-static {
	background-image: linear-gradient(rgba(18, 18, 18, 0.45), rgba(18, 18, 18, 0.45)), url(../img/nature.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-static__overlay {
	min-height: 680px;
	display: flex;
	align-items: center;
	padding: 140px 0 100px;
}

.hero-static__content {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.hero-static__content span {
	display: inline-block;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hero-static__content h1 {
	margin: 0 0 20px;
	font-size: 52px;
	font-weight: 800;
	text-transform: uppercase;
}

.hero-static__content p {
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.9);
}
.navbar-brand .brand-logo {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
	width: 45px;
	height: 45px;
}

.navbar-brand .logo{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 45px;
}

.navbar-brand .logo-active {
	opacity: 0;
}

.navbar-brand .brand-text {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height: 1.05;
	font-size: 16px;
}

.navbar-brand .brand-text span {
	display: block;
}
.header.active .navbar-brand .logo-default {
	opacity: 0;
}

.header.active .navbar-brand .logo-active {
	opacity: 1;
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: var(--ternary-color);
    background-color: var(--ternary-color);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: var(--ternary-color);
}

bootstrap.min.css
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

/* WHAT WE DO */

#about {
	background-color: #f4f4f4;
	padding: 80px 0px;
}

#about .section-heading {
	margin-bottom: 60px;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
}

.about-entry {
	position: relative;
	background: #fff;
	padding: 34px 32px 30px;
	min-height: 220px;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	border-top: 4px solid rgba(var(--primary-color-rgb), 0.85);
	box-shadow: 0 14px 34px rgba(18, 18, 18, 0.08);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.about-entry:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(18, 18, 18, 0.11);
}

.about-entry__toggle {
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.about-entry__toggle:focus-visible {
	outline: 2px solid rgba(var(--primary-color-rgb), 0.6);
	outline-offset: 6px;
}

.about-entry h5 {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--ternary-color);
}

.about-entry__preview {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.8;
	color: #55626c;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about-entry.is-open .about-entry__preview {
	display: none;
}

.about-entry__action {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--primary-color);
	cursor: pointer;
}

.about-entry.is-open .about-entry__content {
	flex: 1;
}

.about-entry p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.9;
	color: #37444d;
}

.about-entry p:last-child {
	margin-bottom: 0;
}


#what-we-do {
	background-image: linear-gradient(rgba(18, 18, 18, 0.45), rgba(18, 18, 18, 0.45)), url(../img/vatra_wide.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	#what-we-do .row > .col-md-6:nth-child(2) .left-text {
		margin-top: 60px;
	}
}



/* PORTFOLIO */

#portfolio {
	text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: var(--primary-color);
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(var(--primary-color-rgb), 0.95);
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: var(--primary-color);
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: var(--primary-color);
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}


/* BLOG */

#blog {
	background-image: url(../img/blog-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#blog .section-heading  {
	margin-bottom: 60px;
}

#blog .section-heading h4 {
	color: #fff;
}

#blog .section-heading .line-dec {
	background-color: #fff;
}

#blog .pop, .pop2, .pop3 {
	background-color: #fff;
}

.blog-item {
	cursor: pointer;
	margin-bottom: 30px;
}

.blog-item img {
	width: 100%;
	overflow: hidden;
}

.blog-item .thumb {
	position: relative;
}

.blog-item .text-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 12px 20px;
}

.blog-item .text-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.blog-item .text-content span {
	font-size: 12px;
	color: #fff;
}

.blog-item .text-content em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}

.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    top:25%;
    left:10.3%;
    width:80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: var(--primary-color);
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: var(--primary-color);
	transition: all 0.5s;
}



/* CONTACT US */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 44px;
}

#contact {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 78px 0;
}

#contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../img/kamp_wide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(3px);
	transform: scale(1.08);
	z-index: 0;
}

#contact::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.55);
	z-index: 0;
}

#contact .container {
	position: relative;
	z-index: 1;
}

#contact .contact-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#contact .contact-layout > [class*="col-"] {
	margin-bottom: 24px;
}

#contact .contact-column {
	display: flex;
	flex-direction: column;
}

#contact .contact-card {
	background: rgba(8, 23, 33, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	padding: 22px;
	backdrop-filter: blur(6px);
}

#contact .contact-card + .contact-card {
	margin-top: 18px;
}

#contact .contact-card--info {
	padding: 16px 18px;
}

#contact .contact-card--gatherings {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#contact .contact-card--form {
	flex: 1;
}

#contact .contact-block + .contact-block {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#contact .contact-block h5 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: #fff;
}

#contact .contact-block p,
#contact .contact-form-copy {
	font-size: 15px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

#contact .contact-form-copy {
	margin: 0 0 18px;
}

#contact .contact-details {
	display: grid;
	gap: 10px;
}

#contact .contact-detail {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	background-color: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
	text-decoration: none;
}

#contact .contact-detail i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	flex-shrink: 0;
	text-align: center;
	font-size: 15px;
	background: rgba(var(--primary-color-rgb), 0.92);
	color: #fff;
}

#contact .contact-detail span {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

#contact .contact-detail strong {
	display: block;
	font-size: 15px;
	line-height: 1.35;
	color: #fff;
}

#contact .contact-detail:hover,
#contact .contact-detail:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

#contact .contact-detail--static {
	margin-bottom: 14px;
}

#contact .contact-card--gatherings .map {
	margin-top: 16px;
	padding-top: 0;
	flex: 1;
	min-height: 0;
	display: flex;
}

#contact .map iframe {
	width: 100%;
	min-height: 260px;
	border: 0;
	overflow: hidden;
}

#contact .contact-card--gatherings .map iframe {
	flex: 1;
	height: 100%;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 14px;
	color: var(--dark-color);
	background-color: rgba(255, 255, 255, 0.96);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 18px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	padding-top: 14px;
	font-size: 14px;
	color: var(--dark-color);
	background-color: rgba(255, 255, 255, 0.96);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 18px;
}

#contact input::placeholder, #contact textarea::placeholder {
  color: var(--ternary-color);
  opacity: 1; /* Fixes lower opacity issue in Firefox */
}

#contact button {
	display: inline-block;
	background-color: var(--primary-color);
	padding: 13px 24px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: var(--primary-color);
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: var(--primary-color);
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: var(--primary-color);
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: var(--primary-color);
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.2em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.social-icons ul li a {
	color: white;
}

/* RESPONSIVE */

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: var(--dark-color)!important;
	}
}

@media (max-width: 1015px){
	.hero-static__overlay {
		min-height: 560px;
		padding-top: 120px;
	}
	.hero-static__content {
		max-width: none;
		text-align: center;
	}
	.about-grid {
		grid-template-columns: 1fr;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}

@media (max-width: 768px){
	.hero-static__overlay {
		min-height: 460px;
		padding: 120px 0 70px;
	}
	.hero-static__content span {
		font-size: 12px;
		letter-spacing: 1.5px;
	}
	.hero-static__content h1 {
		font-size: 34px;
	}
	.hero-static__content p {
		font-size: 14px;
		line-height: 24px;
	}
	#about {
		padding: 60px 0;
	}
	#about .section-heading {
		margin-bottom: 36px;
	}
	.about-entry p {
		font-size: 16px;
		line-height: 1.8;
	}
	.about-entry {
		min-height: 0;
		padding: 28px 22px 24px;
	}
	.about-entry h5 {
		font-size: 23px;
	}
	#contact {
		padding: 64px 0;
	}
	#contact .section-heading {
		margin-bottom: 36px;
	}
	#contact .contact-block p,
	#contact .contact-form-copy {
		font-size: 15px;
		line-height: 1.75;
	}
	#contact .contact-card {
		padding: 18px 16px;
	}
	#contact .contact-card--info {
		padding: 16px;
	}
	#contact .contact-detail {
		align-items: flex-start;
	}
	#contact .contact-detail strong {
		font-size: 15px;
	}
	#contact .map iframe {
		min-height: 220px;
	}
}
