/* Custom CSS */

body {
    font-family: 'avenir_lt_std55_roman';
}
.center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'avenir_lt_std95_black';
}
header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
header h5 {
    text-transform: uppercase;
    margin: 0;
}
.navbar-text {
    color: #fff;
    font-size: 1.25rem;
}
.navbar-text i {
    margin-right: 1rem;
}
.navbar>.container-fluid {
    justify-content: flex-start;
}
.navbar-toggler {
    border: 0;
    margin-right: 2rem;
}
.banner .row {
    align-items: center;
}
.banner {
    height: 100vh;
}
.banner h1 {
    font-family: 'avenir_lt_std55_roman';
    padding: 0 1.5rem;
}
.r-banner {
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.about {
    padding: 5rem 0;
}
.about h1 {
    margin-bottom: 2rem;
}
.about h5 {
    font-family: 'avenir_lt_std55_roman';
    text-transform: uppercase;
}
.about ul {
    list-style: none;
}
.about ul li {
    margin-bottom: 1rem;
}
.gallery {
    padding: 5rem 0;
}
.img-gallery {
    background-size: cover;
    background-position: center;
    height: 85vh;
}
.img-gallery-mid {
    background-size: cover;
    background-position: center;
    height: 40vh;
}
.testimonials {
    padding: 5rem 0;
}
.testimonials h1 {
    margin-bottom: 2rem;
}
.testimonials h5 {
    font-family: 'avenir_lt_std55_roman';
    text-transform: uppercase;
}
.testimonials .carousel-caption {
    position: initial;
    color: #333;
}
.testimonials .carousel-item {
    height: 30vh;
}
.testimonials .carousel-caption h5 {
    font-family: 'avenir_lt_std95_black';
    text-transform: capitalize;
}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev {
    color: #333;
}
.testimonials .carousel-indicators [data-bs-target] {
    background-color: #333;
}
.testimonials .carousel-indicators {
    top: 10rem;
}
.call-to-action {
    padding: 2rem 0;
    background-color: #f3f3f3;
}
.call-to-action h3 {
    margin-bottom: 3rem;
}
.call-to-action a {
    color: #fff;
    background-color: #514642;
    border: solid 1px #514642;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 10rem;
}
.call-to-action a:hover {
    color: #514642;
    background-color: transparent;
}
.contact {
    padding: 3rem 0;
}
.contact h2 {
    margin-bottom: 2rem;
}
.contact h5 {
    font-family: 'avenir_lt_std55_roman';
    text-transform: uppercase;
}
.contact p strong {
    text-transform: uppercase;
}
.contact a i.fab {
    border-radius: 100%;
    background-color: #333;
    padding: 0.5rem;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.contact .social {
    padding: 0 2rem;
    margin-top: 2rem;
}
footer {
    background-color: #514642;
    padding: 3rem 0;
    color: #fff;
}
footer p {
    margin: 0;
}

@media (max-width: 991.98px) {
    
}
@media (max-width: 767.98px) {

}
@media(min-width: 992px) {
    .navbar-text {
        position: absolute;
        right: 1.5rem;
    }
    .testimonials .carousel-caption {
        padding: 0 10rem;
    }
    .ml-15 {
        padding-left: 10rem;
    }
}
@media(min-width: 768px) {

}