#head-carousel .button-row .enquirebutton {
    color: #000000 !important;
    font-weight: 600;
}

#head-carousel h2 {
    font-size: 49px;
    padding: 0 0 5px 0;
    margin: 0;
    font-family:'Gotham-Bold';
    font-weight: 700;
    letter-spacing: 3px;
}

#head-carousel .sub-header {
    font-weight: 400;
    padding: 0 0 0 0;
    font-family:'Gotham-Bold';
    font-weight: 400;
}

#head-carousel p {
    padding: 10px 0 10px 0;
    margin: 0;
}

#head-carousel .button-row {
    padding-top: 10px;
}

#head-carousel .hero-main-copy {
    padding: 0 100px 10px 0;
}

#head-carousel .container {
    max-width: 1500px;
}

@media only screen and (max-width: 1440px) {
    
    #head-carousel .slide-text {
        padding-left: 25px;
    }

}

@media only screen and (max-width: 600px) {

    #head-carousel .main-image {
        width: 80%;
    }

    #head-carousel .hero-main-copy {
        padding-right: 0;
        padding-bottom: 0;
    }

    #head-carousel .container {
       background-color: rgba(0, 0, 0, 0.3);
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       position: relative;
       z-index: 1;
       align-content: center;
    }

    #head-carousel .button-row .enquirebutton {
        margin-top: 20px;
    }

    #head-carousel .sub-text {
        padding: 15px 0 10px 0;
    }

    #head-carousel .bg-image.heritage {
        /* background-image: url(../img/mobile-header.png) !important; */
        /* background-color: #000000 !important; */
        /* opacity: 0.6 !important; */
    }

    #head-carousel .slide-text {
        padding-left: 25px;
    }

}

.main-page-content .home-content {
    background-color: #ffffff !important;
}

.main-page-content .intro-copy {
    padding: 0 0 0 0;
}

@media only screen and (max-width: 600px) {

    .main-page-content .intro-copy {
        padding: 0 0 20px 0;
    }

}

.architects-choice {
    background: #ffffff !important; 
}

.architects-choice .lead-title {
    font-size: 25px !important;
}

@media only screen and (max-width: 600px) {

    .architects-choice .lead-title {
        padding: 10px 0 0 0;
    }

}

.green-banner {
    background: #009D5A;
    padding: 20px;
}

.green-banner .lead-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding: 25px 25px 0 25px;
    line-height: 36px;
}

.button.banner {
    padding: 12px 60px 12px 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25.2px;
    line-height: 25.2 / 10rem;
    border-radius: 1px
}

@media only screen and (max-width: 600px) {

    .button.banner {
        padding: 12px 60px 12px 60px !important;
        width: 100%;
        margin-top: 20px;
        display: block;

    }

}

.button.banner.button-lm {
    outline: white !important;
    border: solid 1px white !important;
    background-color: #009D5A !important;
}

.button.banner.button-lm:hover {
    text-decoration: underline !important;
}

.button.banner.button-e:hover {
    background-color: white !important;
    color:#009D5A;
    text-decoration: underline !important; 
}

.imagery-info .gallery {
    padding-left: 0px;
}

.imagery-info .gallery img {
    padding-left: 0px;
}

.imagery-info {
    padding-bottom: 80px;
}

.imagery-info li {
    font-size: 14px;
    padding-top: 6px;
    margin-left: 20px;
    list-style-type: disc;
 }

 .imagery-info .samples-three {
    list-style-type: none;
    padding-top: 10px;
 }
 
.imagery-info .bullet-header {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 6px;
    padding-top: 10px;
}

.imagery-info .topspacer {
    padding-top: 20px;
}

.imagery-info li {
    padding-right: 80px;
}

@media only screen and (max-width: 600px) {

    .imagery-info .bullet-header-top {
        padding-top: 20px;
    }

    .imagery-info li {
        padding-right: 0px;
    }

}

@media only screen and (max-width: 600px) {

    .mobile-hide {
        display: none !important;
    }

}