/* 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%;
}
header h5 {
    font-family: 'avenir_lt_std55_roman';
    margin: 0;
}
.navbar-text {
    text-align: center;
    margin-right: 5rem;
}
.navbar-text p {
    margin-bottom: 0;
}
.navbar-toggler {
    border: 0;
}
.banner .row {
    align-items: center;
}
.banner {
    height: 1000px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.about {
    padding: 5rem 0;
}
.about .cta {
    background-color: #46a2d2;
    padding: 3rem 5rem 1rem 2rem;
    border: solid 6px #318ab8;
    border-right: 0;
    border-left: solid 20px #318ab8;
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
    color: #fff;
}
.about .cta h1 {
    text-transform: uppercase;
}
.about .cta a {
    color: #fff;
    background-color: #247ea4;
    border: solid 1px #247ea4;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 10rem;
}
.about .cta a:hover {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
}
.about .cta img {
    float: left;
    padding-right: 3rem;
}
.staff {
    padding: 5rem 0;
}
.staff .row {
    align-items: center;
}
.staff h1 {
    margin-bottom: 2rem;
}
.staff h1, .staff h3 {
    text-transform: uppercase;
}
.staff h3 {
    color: #3399cc;
    font-family: 'avenir_lt_std55_roman';
    margin-bottom: 0;
}
.staff a {
    color: #fff;
    background-color: #46a2d2;
    border: solid 1px #46a2d2;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 10rem;
}
.staff a:hover {
    color: #46a2d2;
    background-color: transparent;
}
.services {
    padding: 10rem 0;
    background-size: cover;
    background-position: top center;
}
.services .row {
    align-items: center;
}
.services ul {
    list-style: none;
    column-count: 2;
}
.services ul li {
    padding: 3rem 1rem;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-right: 1rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    height: 300px;
}
.services ul li:nth-child(1) {
    margin-top: 2rem;
}
.services h1 {
    text-transform: uppercase;
}
.services h5 {
    color: #006699;
}
.contact {
    background-size: cover;
    background-position: center;
    padding: 10rem 6rem;
    color: #fff;
    width: 750px;
    height: 750px;
}
.contact h5 {
    font-family: 'avenir_lt_std55_roman';
    color: #fff;
    margin-bottom: 1rem;
}
.testimonials {
    padding: 10rem 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.testimonials .row {
    align-items: center;
}
.testimonials p {
    margin-bottom: 0;
}
footer {
    padding: 2rem 0 1rem;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer a {
    text-decoration: none;
    color: #333;
}
footer strong {
    margin-right: 1rem;
}
footer h5 {
    text-transform: uppercase;
}
footer p {
    margin: 0;
}


@media (max-width: 991.98px) {
    .banner {
        height: 500px;
        background-size: cover;
    }
    .contact {
        width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat;
    }
    footer .row {
        justify-content: center;
    }
    footer {
        text-align: center;
    }
    footer .img-fluid {
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .p-desktop {
        display: inherit;
        text-align: left;
    }
    .navbar-brand {
        width: 50%;
    }
    .navbar-text.ms-auto {
        display: none;
    }
    .about .cta {
        padding: 3rem 2rem 1rem;
    }
    .services ul {
        column-count: 1;
        text-align: center;
    }
    .contact {
        padding: 5rem 1rem;
        background-size: cover;
    }
}
@media(min-width: 992px) {
    .p-desktop {
        display: none;
    }
    footer span.hour, footer span.cont {
        float: right;
        text-align: right;
    }
}
@media(min-width: 768px) {

}