/* ---------------------------------------------------------------------------------------------

    Custom stylesheet for this site.
     
   --------------------------------------------------------------------------------------------- */

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #e8d04a;
}

/* 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;
    background-image: url('/images/layout/header-bg.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 24px 0;
}

    .header .header-contact {
        color: #3b4245;
        font-weight:bold;
        font-size:20px;
        align-self:  flex-end !important;
    }

        .header .header-contact .phone,
        .header .header-contact .phone:visited,
        .header .header-contact .phone:hover {
            color: #3b4245;
        }

@media (max-width : 768px) {

    .header {
        background-image: url('/images/layout/header-mobile.jpg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 24px 0;
    }
}

/* Menu */

.menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#640404+0,840303+100 */
    background: -moz-linear-gradient(top, #5ba8c4 0%, #7ec0d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5ba8c4 0%,#7ec0d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5ba8c4 0%,#7ec0d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640404', endColorstr='#840303',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    background-color: #000000; /* Old browsers */
}

.menu .social-icons ul {
    margin-bottom:0 !important;
}

.navbar-custom .social-icons a,
.navbar-custom .social-icons a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

    .navbar-custom .social-icons a:hover {
        color: #DDDDDD;
    }

.navbar-custom .social-icons .fa-inverse {
    color: #5ba8c4;
}

.navbar-custom .social-icons .facebook-icon .fa-inverse {
    color: #3B5998;
}

.navbar-custom .social-icons .twitter-icon .fa-inverse {
    color: #1DA1F2;
}

.navbar-custom .social-icons .instagram-icon .fa-inverse {
    color: #333333;
}

.navbar-custom .social-icons .youtube-icon .fa-inverse {
    color: #FF0000;
}

/* Footer */

.footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#640404+0,840303+100 */
    background: -moz-linear-gradient(top, #5ba8c4 0%, #7ec0d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5ba8c4 0%,#7ec0d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5ba8c4 0%,#7ec0d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640404', endColorstr='#840303',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    background-color: #000000; /* Old browsers */
}

.footer hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border-color: #fff;
}

.footer a, .footer a:visited {
    color:#ffffff !important;
}

    .footer .fix-icon {
        position: relative;
        top: 1px;
    }

    .footer .fa-ul {
        margin-left: 2rem;
    }

/* Scrolling Banner */

.marquee-wrapper {
    position: relative;
    z-index: 999;
    height: 72px;
    margin-bottom: 1.5rem;
    border: 1px solid #4e92ab;
    background-color: #5ba8c4;
    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;
}

@media (max-width : 768px) {

    .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
        font-size: 14px;
    }
}

/* Content Stuff */

.content h1 {
    color: #3b4245;
    font-size: 275% !important;
    text-align: center;
    font-family: "recherche",sans-serif;
}

.content h2,
.content h3,
.content h4 {
    color: #3b4245;
    font-size: 250% !important;
    text-align: center;
    font-family: "recherche",sans-serif;
}

.photo {
    border: 1px solid rgba(0,0,0,0.5);
}

.card {
    background-color: #f0f0f0;
    border: solid #bcbcbc 1px;
    border-radius: 0;
}

.card-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#640404+0,840303+100 */
    background: -moz-linear-gradient(top, #640404 0%, #840303 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #640404 0%,#840303 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #640404 0%,#840303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640404', endColorstr='#840303',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    border-radius: 0 !important;
    background-color: #000000; /* Old browsers */
}

.card .card-header h2 {
    color: #ffffff;
}

.card h4 {
    font-size: 125%;
    line-height: 150%;
    font-weight: normal;
}

.card .card-img-top {
    border-radius: 0;
}

/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Google Map */

.embed-google-map {
    border: 1px solid #000000;
}


/**** Home Page Brochure Section ****/

.yellow-font {
    font-family: "recherche",sans-serif;
    font-size: 64px;
    line-height: 50px;
    color: #eeb311;
    font-weight: bold;
    margin-bottom: -4px;
}

.brochure .left-section {
    margin-top:-100px;
}

@media (max-width : 768px) {

    .brochure .left-section {
        margin-top:0;
    }
}


/**** Contact Page ****/

.holiday-message .card {
    background-color: #ebf7fa;
    border: 1px solid #8bd3e8;
}

.bg-danger{
    border:1px solid #000 !important;
}

.bg-danger h2{
    color:#fff !important;
}