/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* COLORS */
:root {
--white:#FFF;
--dark-brown:#35312f;
--light-cream:#f0d978;
--light-tan:#f6f0ea;
--black:#000;

}

/* General */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  height: auto;
}
body {
    font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
    color: var(--dark-brown);
    background:var(--white);
}
strong{
	font-weight: 600;
}
p {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 165%;
}
h1, .h1-title {
	font-size: 2.5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 1rem;
}
h2, .h2-title {
	font-size: 2.5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 1rem;
}

h3, .h3-title {
	font-size: 1.75rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 1rem;
}
h4, .h4-title {
	font-size: 1.5rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 1rem;
}
h5, .h5-title {
	font-size: 1.25rem;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 1rem;
}

section {
	padding: 120px 0px;
}
a{
	color:var(--dark-brown);
	font-weight: 500;
}
a:hover, a:focus{
	color:var(--dark-brown);
	text-decoration: underline;
}

.button, .button-secondary {
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: .05rem;
	opacity: 1;
	display: inline-block;
	text-align: center;
	padding: 12px 40px;
	text-decoration: none;
	font-weight: 500;
	background: var(--light-cream);
    color: rgba(0, 0, 0, 0.9) !important;
    transition: opacity 0.5s;
}

.button:hover, .button:focus, .button-secondary:hover, .button-secondary:focus{
	opacity: .8;
	text-decoration: none;
	color:rgba(0, 0, 0, 0.9) !important;
}
.button-secondary{
	color:rgba(0, 0, 0, 0.9) !important;
	
	background: var(--white);
}

/* Header */
header .navbar {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    z-index: 10;
}
header#header-main{
	padding-bottom: 10px;
}
header .navbar {
	border: none;
	padding: 0px;
	background: var(--white);
}
.container-nav {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
	background: var(--white);
	padding: 5px 60px 0 60px;
    max-width: 1440px;
	margin: auto;
}
header .icon-logo {
	max-width: 250px;
	margin-bottom: 5px;
}
header #menu-main-menu {
    margin-left: auto !important;
    margin-right: 0px !important;
    height: 100%;
}

header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        color: var(--dark-brown);
    }
header .navbar-expand-lg .navbar-nav .nav-link:hover, header .navbar-expand-lg .navbar-nav .nav-link:focus{
	color: var(--dark-brown);
}
header .navbar-nav .button {
    padding: 0px 5px;
    margin-left: 10px;
}


#inner-footer {
	background: var(--light-tan);
	padding: 50px 0px;
	font-size: 0.875rem;
}


footer .container-nav {
	padding: 15px 0px;
}
footer p{
	font-size: 0.875rem;
}
footer .location{
	line-height: 150%;
}
footer .icon{
	margin-right: 5px;
	color: var(--dark-brown);
}
footer .location .address{
	padding-left: 24px;
    padding-top: 3px;
}
footer .email, footer .phone, footer .fax{
	margin-bottom: 12px;
}

/* Homepage */
.homepage .banner{
	background-size: cover !important;
    background-position-y: 40% !important;
    height: 600px;
}
.homepage .banner .uvp{
	    background: var(--dark-brown);
    padding: 40px 50px;
    position: relative;
    top: 360px;
    text-align: center;
    border-radius: 8px;
}
.homepage .banner .button{
	margin-top: 30px;
}
.homepage .banner .uvp h1{
	color: var(--light-cream);
	font-size: 1.875rem;
	margin:0px;
}

.homepage .story h2 {
    text-align: center;
}
.homepage .story {
    padding-top: 200px;
}
.homepage .work{
	background: var(--dark-brown);
	color: var(--white);
}
.homepage .work h2{
	text-align: center;
	color: var(--white);
	margin-bottom: 10px;
}
.homepage .work .intro{
	margin-bottom: 50px;
	text-align: center;
}
.homepage .work h3{
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
	position: relative;
    z-index: 1;
    padding: 0 20px;
}
.homepage .work .wp-post-image {
    border-radius: 8px;
}
.homepage .work .button-secondary{
	margin-top:25px;
}
.homepage .work .project-card{
	position: relative;
	display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    min-height:260px;
    border-radius: 8px;
    overflow: hidden;
}
.homepage .work .project-card:after {
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.66) 55%, rgba(0, 0, 0, 0) 100%);
    width: calc(100%);
    height: 154px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.homepage .work .item-card-bg{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.homepage .work .work-link:hover, .homepage .work .work-link:focus{
	text-decoration: none;
}

.cta{
	background: url('./img/contact-bg.jpg') no-repeat center center transparent;
	background-size: cover;
}
.cta .form-wrap{
	margin-top: 35px;
}
.cta .form-wrap input[type='text'], .cta .form-wrap input[type='email'], .cta .form-wrap input[type='tel'], .cta .form-wrap textarea, .cta .form-wrap select{
	background: var(--light-tan);
	border-radius: 8px;
	padding: 14px;
	color: var(--black);
    border: 1px solid #ccc;
    box-shadow: none;
    min-height: 52px;
    font-size: 1rem;
    width: 100%;
    line-height: 100%;
}
.cta .form-wrap input[type='text']:focus, .cta .form-wrap input[type='text']:active, .cta input[type='text'].filled, .cta input[type='email'].filled, .cta input[type='tel'].filled, .cta textarea.filled{
	background: var(--light-tan);
    color: var(--black);
}
.cta .form-group label {
    margin-bottom: 0px;
    width: 100%;
}
.cta .form-wrap .form-group {
    margin-bottom: 0px;
}
.cta .form-wrap label.btn {
    padding: 14px 20px;
    border-radius: 5px;
    border: 0px;
    background: var(--light-tan);
    color: var(--black);
    font-size: 1rem;
    width: 32.1%;
}
.cta .form-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(./img/arrow-bottom-toggle.png) no-repeat center right 10px var(--light-tan);
    background-size: 20px;
    width: 100%;
    padding: 15px 12px;
    border: 1px solid #ccc;
}
.cta .form-wrap input[type="submit"] {
    border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: .05rem;
	opacity: 1;
	border: 0px;
	display: inline-block;
	text-align: center;
	padding: 12px 40px;
	text-decoration: none;
	font-weight: 500;
	background: var(--light-cream);
    color: rgba(0, 0, 0, 0.9) !important;
    transition: opacity 0.5s;
    margin-top: 10px;
}
.cta .form-wrap input[type="submit"]:hover, .cta .form-wrap input[type="submit"]:focus{
	    opacity: 0.7;
    background: var(--light-cream);
    margin: 0px;
    margin-top: 10px;
}
.cta .submit-wrap{
	position: relative;
}
.cta .wpcf7-spinner{
	position: absolute;
    bottom: 42px;
}
.cta .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    padding: 3px 10px;
}
.cta .wpcf7 form.invalid .wpcf7-response-output, .cta .wpcf7 form.unaccepted .wpcf7-response-output, .cta .wpcf7 form.payment-required .wpcf7-response-output{
	background: var(--light-tan);
    text-align: center;
    border-width: 1px;
    border-radius: 8px;
}
.cta .wpcf7 form.sent .wpcf7-response-output{
	display: none;
}
/*.cta .btn-outline-primary:not(:disabled):not(.disabled):active, .cta .btn-outline-primary:not(:disabled):not(.disabled).active, .cta .show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--mid-green);
    border-color: var(--mid-green);
}*/

.custom-page .overview{
	padding-top: 150px;
	min-height: 500px;
}

.workpage .overview {
    padding-bottom: 0px;
    padding-top: 150px;
    text-align: center;
}
.workpage .project-photo-thumb {
  padding-top: 100%; /* Square */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.workpage .project-gallery{
	margin-bottom: 30px;
}
.workpage .projects-section h2{
	margin-top:50px;
}
.workpage .projects-section {
    padding-top: 50px;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 100px;
    visibility: hidden;
    -moz-transition: bottom 300ms ease-in-out;
    -webkit-transition: bottom 300ms ease-in-out;
    -o-transition: bottom 300ms ease-in-out;
    transition: bottom 300ms ease-in-out;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 85px; 
    right: 100px; 
    z-index: 35;
    visibility: visible;
    -moz-transition: bottom 300ms ease-in-out;
    -webkit-transition: bottom 300ms ease-in-out;
    -o-transition: bottom 300ms ease-in-out;
    transition: bottom 300ms ease-in-out;
}
.back-top-button{
	background-color: var(--dark-brown);
    color: var(--light-cream);
    padding: 12px 17px;
    border-radius: 8px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1rem;
    opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.back-top-button .bi-chevron-up::before {
    font-weight: 700 !important;
}
.back-top-button:hover, .back-top-button:focus{
	opacity: 0.75;
	color: var(--light-cream);
}

@media (min-width: 992px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media all and (max-width: 1200px){
	.container-nav{
		padding:14px 30px 0 20px;
	}
	
}

@media (max-width: 991px) {
  /* Nav */
  .navbar-brand{
  	margin-left: auto;
  	margin-right: auto;
  }
	.bottom-nav {
	   background: transparent;
	    bottom: 0;
	    height: 80px;
	    left: 50%;
	    position: fixed;
	    text-align: center;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    width: 50%;
	    z-index: 9999;
	}
	.bottom-nav .navbar-toggler {
	    background: var(--light-cream);
	    border-radius: 50%;
	    display: inline-block;
	    outline: 0;
	    padding: 17px 14px;
	    position: relative;
	    vertical-align: middle;
	    z-index: 1032;
	    box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.25);
	}
	.bottom-nav .animated-icon {
        cursor: pointer;
        height: 24px;
        margin: 0;
        position: relative;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 30px
    }
    .bottom-nav .animated-icon,.animated-icon span {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    .bottom-nav .animated-icon span {
        background: var(--black);
        border-radius: 9px;
        display: block;
        height: 3px;
        left: 0;
        opacity: 1;
        position: absolute;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 100%
    }
	 .bottom-nav .animated-icon span:nth-child(2),.animated-icon span:nth-child(3) {
        top: 10px
    }
    .bottom-nav .animated-icon span:nth-child(4) {
        top: 20px
    }
    .bottom-nav .animated-icon.open span:first-child {
        left: 50%;
        top: 11px;
        width: 0
    }
    .bottom-nav .animated-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .bottom-nav .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .bottom-nav .animated-icon.open span:nth-child(4) {
        left: 50%;
        top: 11px;
        width: 0
    }
	 .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background: #fff;
        position: fixed;
        bottom: -50px !important;
        left: 0px;
        padding: 40px 30px 12px 30px;
        min-height: 60px;
        max-height: 60px;
        overflow: auto;
        height: auto;
        text-align: left;
        transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
        z-index: 11000;
    }
    .navbar-collapse.show {
        min-height: 100%;
        max-height: 100%;
        bottom: 0px !important;
    }
	.no-scroll{
         overflow: hidden;
         position: fixed;
         width: 100%;
  	}
  	header .nav-item{
	    max-width: 200px;
	    margin-bottom: 30px;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    width: 100%;
  	}
  	header .navbar-nav .button {
	    margin-left: auto;
	}
  	footer .location {
	    margin-bottom: 20px;
	}
	footer .copy {
    	margin-top: 10px;
	}
  	
}
@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 767px) {
	section {
	    padding: 80px 0px;
	}
	.homepage .banner .uvp h1{
		font-size: 1.3875rem;
	}
	.homepage .banner .uvp {
	    padding: 30px 20px;
	    margin: 0 10px;
	}
	.homepage .banner {
	    height: 515px;
    	margin-bottom: 50px;
	}
}