/* ---------------------------------------------------------------------------------------------

    Custom stylesheet for this site.
     
   --------------------------------------------------------------------------------------------- */

body {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #ffffff;
    background-image: url('/Images/Layout/body-bg.jpg');
    background-attachment: fixed;
    background-size:cover;
    background-position: center center;
}

/* Wrapper */

.wrapper {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

/* Header */

.header {
    background-color: #ffffff;
    margin: 12px 0 12px 0;
}

    .header .header-contact {
        color: #326189;
    }

        .header .header-contact .phone,
        .header .header-contact .phone:visited,
        .header .header-contact .phone:hover {
            color: #326189;
        }

/* Menu */

.menu {
    background: #084171; /* Old browsers */
    color: #ffffff;
}

/* Footer */

.footer {
    background: #084171; /* Old browsers */
    color: #ffffff;
}

.footer hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border-color: #CCCCCC;
}

.footer a, .footer a:visited {
    color:#ffffff !important;
}

/* Scrolling Banner */

.marquee-wrapper {
    position: relative;
    z-index: 999;
    height: 72px;
    margin-bottom: 1.5rem;
    border: 1px solid #084171;
    background-color: #084171;
    overflow:hidden;
}

.marquee {
    height: 72px;
    margin: 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 72px;
}

/* Swiper */

.swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #999999;
    opacity: 1.0;
}

.swiper-pagination-bullet-active {
    background-color: #4f73a3 !important;
    opacity: 1.0;
}

/* Content Stuff */

.content h1 {
    color:#000000;
    text-align:center;
}

.content h2,
.content h3,
.content h4 {
    color: #326189;
    text-align: center;
}

.photo {
    border: 1px solid rgba(0,0,0,0.5);
}

.header-contact .social-media, .header-contact .social-media:visited {
    font-weight: normal;
    color: #3B5998;
}

    .header-contact .social-media:hover {
        color: #29406f;
    }

.card {
    background-color: #f0f0f0;
    border: solid #084171 1px;
    border-radius: 0;
}

.card-header {
    background: #084171; /* Old browsers */
    color: #ffffff;
    border-radius: 0 !important;
}

.card .card-header h2 {
    color: #ffffff;
}

.card h4 {
    font-size: 125%;
    line-height: 150%;
    font-weight: normal;
}

/* Google Map */

.embed-google-map {
    border: 1px solid #000000;
}

/* Fix to alert-danger h2 */

.alert-danger h2 {
    color: #880000;
}

/* Swiper */

.swiper-container {
    width: 100%;
    margin: 0 auto;
    background-color: #333333;
    border: 1px solid #333333;
}

.swiper-slide {
    width: 100%;
    height: auto;
}

    .swiper-slide .img-fluid {
        width: 100%;
        height: auto;
    }

.swiper-pagination {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 0.9;
}

/* Swiper Slide Titles */

.swiper-slide .slide-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

    .swiper-slide .slide-title .slide-title-text {
    }

    .swiper-slide .slide-title.slide-title-left {
        text-align: left;
    }

    .swiper-slide .slide-title.slide-title-right {
        text-align: right;
    }

    .swiper-slide .slide-title.slide-title-left .slide-title-text {
        width: auto;
        margin-bottom: 0;
        margin-top: auto;
        margin-left: 0;
        margin-right: auto;
        padding: 18px 144px 18px 27px;
        background-image: url('https://cdn.phdcon.com/swiper/5.4.1/img/slide-title-left-bg.png');
        background-position: bottom right;
        background-repeat: repeat-y;
    }

    .swiper-slide .slide-title.slide-title-right .slide-title-text {
        width: auto;
        margin-bottom: 0;
        margin-top: auto;
        margin-left: auto;
        margin-right: 0;
        padding: 18px 27px 18px 144px;
        background-image: url('https://cdn.phdcon.com/swiper/5.4.1/img/slide-title-right-bg.png');
        background-position: bottom left;
        background-repeat: repeat-y;
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
        margin-bottom: 0.75rem;
        font-size: 200%;
        line-height: 100%;
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
        font-size: 150%;
        line-height: 100%;
    }

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

        .swiper-slide .slide-title {
            position: relative;
            background-color: #333333;
        }

            .swiper-slide .slide-title .slide-title-text {
                padding: 15px 15px !important;
            }

                .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
                    margin: 0 0 4px 0;
                    padding: 0 0;
                    font-size: 16px;
                    font-weight: bold;
                    line-height: 125%;
                }

                .swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
                    margin: 0 0;
                    padding: 0 0;
                    font-size: 14px;
                    line-height: 125%;
                }
}

@media (min-width : 768px) and (max-width : 991px) {

    .swiper-slide .slide-title {
    }

        .swiper-slide .slide-title .slide-title-text {
        }

            .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
                margin-bottom: 0.5rem;
                font-size: 125%;
                line-height: 100%;
            }

            .swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
                font-size: 100%;
                line-height: 100%;
            }
}