@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Montserrat', sans-serif;
}

.BrentwoodParkLogo {
    width: 100%;
    max-width: 170px;
    height: auto;
    margin: 0px auto 10px 0px;
}

@media (max-width: 800px) {
    .BrentwoodParkLogo {
        width: 100%;
        max-width: 120px;
        height: auto;
        margin: 0px auto 10px 0px;
    }
}

h1 {
    color: #998442;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    margin: 30px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 800px) {
    h1 {
        color: #998442;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        margin: 30px 0px 0px 0px;
        font-family: 'Montserrat', sans-serif;
    }
}

h1.opening {
    color: #998442;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    margin: 30px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 800px) {
    h1.opening {
        font-size: 30px;
    }
}

h2 {
    font-style: italic;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    margin: 10px 0px 20px 0px;
    color: #76777B;
    font-family: 'Montserrat', sans-serif;
}


h2 {
    font-style: italic;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    margin: 10px 0px 20px 0px;
    color: #76777B;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 800px) {
    h2 {
        font-style: italic;
        text-align: center;
        font-weight: 300;
        font-size: 25px;
        margin: 10px 0px 20px 0px;
        color: #76777B;
        font-family: 'Montserrat', sans-serif;
    }
}

p {
    color: #76777B;
    font-size: 21px;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
}

ul {
    font-family: 'Montserrat', sans-serif;
    color: #76777B;
    font-size: 21px;
    line-height: 1.4em; 
    margin: 40px 0px 5px 0px;
}

li {
    margin: 0px 0px 15px 0px;
}

.goldBar {
    width: 100%;
    background-color: #998442;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    padding: 20px;
}

h2.secHead {
    margin: 0px 0px 30px 0px;
    text-align: left;
}

.btnGold {
    font-family: 'Montserrat', sans-serif;
    background-color: #998442;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 40px;
}


.btnGold:hover {
    text-decoration: underline;
    color: #FFF;
}

.grayBG {
    background-color: #d5d6d8;
    padding: 40px 20px 40px 20px;
    margin-top: 100px;
    margin-bottom: auto;
}

@media (max-width: 800px) {
    .grayBG {
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

footer {
    width: 100%;
    background-color: #998442;
    padding: 40px 0px 40px 0px;
    color: #FFF;
    margin-top: 40px;
}

footer p {
    color: #FFF;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

footer a {
    color: #FFF;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

footer a:hover {
    color: #FFF;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

.imgRLogos {
    width: 60px;
    height: auto;
    margin-top: 30px;
}

.carouselHdr {
    position: absolute;
    display: block;
    z-index: 8;
    font-size: 65px;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    color: #FFF;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.19);
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-weight: normal;
    color: #707070;
    }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #998442;
        }

    .phoneEmail {
        color: #998442;
        margin: 20px 0px -14px -25px;
        font-size: 14px;
    }

    @media (max-width: 800px) {
        .phoneEmail {
            color: #998442;
            margin: 20px 0px 0px 5px;
            font-size: 13px;
        }
    }

    a {
        color: #998442;
    }


    .applyNow {
        position: fixed;
        z-index: 999777;
        right: -10px;
        top: 190px;
        box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
        -webkit-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
    }

    .applyNow img {
        width: 100%;
        max-width: 80px;
    }


    @media (max-width: 800px) {
        .applyNow {
            position: fixed;
            z-index: 999777;
            right: -10px;
            top: 175px;
            box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
            -webkit-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
        }
    
        .applyNow img {
            width: 100%;
            max-width: 80px;
        }
    }

    /* _carousel.scss:75 */
.carousel-fade {
    .carousel-item {
        opacity: 0;
        transition-duration: .6s;
        transition-property: opacity;
    }

    .carousel-item.active,
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

    .active.carousel-item-left,
    .active.carousel-item-right {
        opacity: 0;
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active,
    .active.carousel-item-left,
    .active.carousel-item-prev {
        transform: translateX(0);

        @supports (transform-style: preserve-3d) {
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-fade .carousel-item {
        opacity: 0;
        transition-duration: .6s;
        transition-property: opacity;
    }

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        opacity: 0;
    }

    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translateX(0);
        transform: translate3d(0, 0, 0);
    }
}



.hideonMobile {
    display: block;
}

@media (max-width: 800px) {
    .hideonMobile {
        display: none;
    }
}

.hideonDesktop {
    display: none;
}

@media (max-width: 800px) {
    .hideonDesktop {
        display: block;
    }
}

h1.Hdr {
    font-size: 33px;
    color: #000;
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.theSlash {
    display: inline-flex;
}

@media (max-width: 800px) {
    .theSlash {
        display: none;
    }
}

ul {
    list-style: none;
    position: relative;
    padding-left: 22px;
}

li {
    margin: 0px 0px 5px 0px;
}

ul.circle {
margin-bottom: 30px;
}

ul.circle li {
    margin-bottom: 10px;
    }

ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f111';
    font-size: 10px;
    color: #998442;
    padding-top: 0px;
    margin-left: -20px;
    position: absolute;
}

.pointerGallery {
    cursor: pointer;
}

h2.unitName {
font-size: 23px;
font-weight: normal;
font-style: normal;
}

@media (max-width: 800px) {
    h2.unitName {
        font-size: 23px;
        font-weight: normal;
        font-style: normal;
        }
}


p.disclaimer {
    font-size: 13px;
    margin-top: 40px;
}