@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=PT+Serif&display=swap');
* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.display-d {
    display: block;
}
.display-m {
    display: none;
}
h1, h2, h3 {
    margin: 0;
    line-height: .9;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 36px;
}
.light-font {
    font-weight: 300;
}
.medium-font {
    font-weight: 400;
}
img {
    display: block;
    width: 100%;
}
.white {
    color: #FFF;
}
.center {
    text-align: center;
}
.p-y-0-20 {
    padding-bottom: 20px;
}
.p-y-0-40 {
    padding-bottom: 40px;
}
.p-y-0-60 {
    padding-bottom: 60px;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.container-narrow {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.flex {
    display: flex;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-space {
    justify-content: space-between;
}
.serif {
    font-family: 'PT Serif', serif;
}
.san-serif {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.bold {
    font-weight: 400;
}
.header-bg {
    background-color: #122e00;
}
.header-nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: none;
    transition: all .5s;
}
.header-nav .container {
    height: 65px;
}
.header-logo {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    color: #FFF;
    opacity: 0;
}
.header-bg .header-logo {
    opacity: 1;
}
.nav li {
    list-style-type: none;
}
.nav li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #FFF;
    text-decoration: none;
    padding: 20px;
    text-shadow: none;
    transition: all .3s;
}
.home-hero {
    background-image: url(../images/home-hero.jpg);
    background-size: cover;
    background-position: top center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.home-hero-info {
    padding-top: 80px;
    width: 45%;
}
.about-hero {
    background-image: url(../images/about-hero.jpg);
    background-size: cover;
    background-position: top center;
    height: 65vh;
    width: 100%;
    overflow: hidden;
}
.services-hero {
    background-image: url(../images/services-hero.jpg);
    background-size: cover;
    background-position: top center;
    height: 65vh;
    width: 100%;
    overflow: hidden;
}
.gallery-hero {
    background-image: url(../images/gallery-hero.jpg);
    background-size: cover;
    background-position: top center;
    height: 65vh;
    width: 100%;
    overflow: hidden;
}
.contact-hero {
    background-image: url(../images/contact-hero.jpg);
    background-size: cover;
    background-position: top right;
    height: 65vh;
    width: 100%;
    overflow: hidden;
}
.logo {
    max-width: 275px;
    padding-top: 20px;
}
.hero-header {
    padding-left: 10%;
    color: #fff59b;
    text-shadow: 0 6px 12px rgba(0,0,0,1);
}
.hero-p {
    font-size: 24px;
    padding-left: 10%;
}
.p-18 {
    font-size: 18px;
    font-weight: 400;
}
.p-20 {
    font-size: 20px;
    font-weight: 400;
}
.lh-1_5 {
    line-height: 1.5;
}
.header-section {
    line-height: 1;
    padding: 50px 20px;
}
.home-phone {
    font-size: 80px;
}
.home-phone a {
    text-decoration: none;
    color: #000;
}
.service {
    margin-bottom: 100px;
}
.service-info {
    padding: 50px;
}
.customer-bg {
    background-image: url(../images/customers-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.header {
    text-shadow: 0 6px 12px rgba(0,0,0,1);
}
.customer {
    margin-top: 20px;
}

footer {
    background-color: #122e00;
    padding: 50px 20px;
}
.footer-logo {
    max-width: 225px;
    margin: 0 auto;
}
.footer-nav {
    margin-top: 30px;
}
.footer-nav li {
    list-style-type: none;
}
.footer-nav li a {
    color: #FFF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 16px;
}
.footer-phone {
    margin-top: 30px;
}
.footer-email {
    margin-top: 10px;
}
.footer-phone a, .footer-email a {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    text-decoration: none;
}
.footer-phone a {
    font-size: 30px;
}
.footer-copy {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    margin-top: 10px;
    font-size: 13px;
}
.btn {
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    background-color: #333;
    color: #FFF;
    text-align: center;
    width: 300px;
    margin: 20px auto 50px auto;
  }
  
  .btn-dark {
    background-color: #122e00;
    color: #DEDEDE;
    border: 1px solid #122e00;
    transition: all .3s;
  }
  
  .btn-dark:hover {
    background-color: #34730d;
    color: #FFF;
  }
  
  .btn-light {
    background-color: #DEDEDE;
    color: #333;
    border: 1px solid #DEDEDE;
    transition: all .3s;
  }
  
  .btn-light:hover {
    background-color: #122e00;
    color: #FFF;
  }
    .grid {
        display: grid;
        gap: 20px;
    }
    .square {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }

    .form-group {
        margin-bottom: 20px;
    }
    label {
        display: block;
    }

    input.form-control {
        display: block;
        width: 100%;
        border: 1px solid #999;
        padding: 10px;
        font-size: 16px;
    }
    textarea.form-control {
        display: block;
        width: 100%;
        border: 1px solid #999;
        padding: 10px;
        font-size: 16px;
        height: 150px;
    }
    button.form-control {
        cursor: pointer;
    }

    .grid .gallery-image {
        cursor: pointer;
    }

    #image-modal-bg {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.65);
    }
    #image-modal {
        position: fixed;
        background-color: #FFF;
        box-shadow: 0px 10px 15px rgba(0,0,0,.65);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px;
        max-width: 800px;
        width: 90%;
    }
    #modal-close {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        background-color: #FFF;
        box-shadow: 0px 10px 15px rgba(0,0,0,.65);
        z-index: 1;
        cursor: pointer;
    }
    #modal-close::before {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #000;
        z-index: 2;
    }
    #modal-close::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #000;
        z-index: 2;
    }
    .hide {
        display: none;
    }

    .testimony-container {
        background-color: rgba(255,255,255,.65);
        border-radius: 20px;
        padding: 100px 75px;
        margin-top: 50px;
    }
    .testimony, .customer {
        font-size: 24px;
        line-height: 1.25;
    }
    .title-link {
        text-decoration: none;
        color: #FFF;
    }

    .fade-up {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        transition: all 1s;
    }

    .fade-up.faded {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

@media screen and (min-width:1001px){
    .nav li a:hover {
        color: #fff59b;
        text-shadow: 0 6px 12px rgba(0,0,0,1);
    }
    .flex-2 {
        width: 50%;
    }
    .flex-reverse {
        flex-direction: row-reverse;
    }
    .home-hero, .customer-bg, .about-hero, .services-hero, .gallery-hero, .contact-hero {
        background-attachment: fixed;
    }
    .grid-5-d {
        grid-template-columns: repeat(5, 1fr);
    }
    .gallery-image {
        transform: translateY(0);
        cursor: pointer;
        opacity: 1;
        transition: all .3s;
    }
    .gallery-image:hover {
        opacity: .9;
        transform: translateY(-10px);
    }
}

@media screen and (max-width:1000px){
    .display-d {
        display: none;
    }
    .display-m {
        display: block;
    }
    .flex-column {
        flex-direction: column;
    }
    #hamburger {
        width: 25px;
        position: absolute;
        top: 25px;
        right: 15px;
        cursor: pointer;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    .nav {
        position: absolute;
        padding: 30px 20px;
        right: 40px;
        top: 80px;
        text-align: right;
        line-height: 3;
        border-radius: 10px;
        background-color: rgba(18,46,0,.95);
        display: none;
    }
    .show-mobile-nav {
        display: block;
    }
    .service-info {
        padding: 25px;
    }
    .grid-4-t {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:640px){
    .header-logo {
        font-size: 20px;
    }
    .logo {
        max-width: 200px;
        padding-top: 20px;
        margin: 0 auto;
    }
    .home-hero-info {
        padding-top: 20px;
        width: 72%;
    }
    .hero-p {
        font-size: 20px;
        padding-left: 10%;
    }
    .home-phone {
        font-size: 50px;
    }
    .testimony-container {
        border-radius: 15px;
        padding: 50px 25px;
        margin-top: 50px;
    }
    .testimony, .customer {
        font-size: 20px;
        line-height: 1.25;
    }
    .grid-2-m {
        grid-template-columns: repeat(2, 1fr);
    }
}