/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a;
}

:focus {
    box-shadow: none !important;
}

a:link {
    text-decoration: none;
}

.logo {
    width: 250px;
    height: 100px;
    background: url("../images/logo_back.png") no-repeat;
    display: inline-block;
}

.logo:hover {
    background: url("../images/logo.png") no-repeat;
}

.logo_home {
    width: 250px;
    height: 100px;
    background: url("../images/logo_back.png") no-repeat;
    display: inline-block;
}

.logo_home:hover {
    background: url("../images/logo_home.png") no-repeat;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.logo_static {
    width: 250px;
    height: 100px;
    background: url("../images/logo_back.png") no-repeat;
    display: inline-block;
}

section {
    padding-top: 30px;
}

.breadcrumb_section h2 {
    font-size: 4em;
    color: white;
    font-weight: lighter;
}

#welcome {
    background-blend-mode: darken;
    transition: 3s;
}

hr.white {
    border-top: 1px solid whitesmoke;
    opacity: 0.3;
}

hr.dashed {
    border-top: 1px dashed #d7d7d7;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
    background: #ffffff;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 12rem;
    z-index: 10;
}

.carousel h2 {
    font-size: 65px;
    font-weight: bold;
    text-shadow: 0 7px 7px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 55rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 55rem;
}

.carousel h1, .carousel p {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.9);
}

/*
Forces image to be 100% width and not max width of 100%
*/
.carousel-item .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.breadcrumb_area {
    height: 600px;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
    z-index: 1;
    text-shadow: 0 7px 7px rgba(0, 0, 0, 0.9);
}

.breadcrumb_section {
    margin-top: 260px;
    position: relative;
    width: 100%;
}

ol.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb li > a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb > .active {
    /*color: #fff;*/
    color: #c69500;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.background-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.background-overlay:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
}

.black_back {
    display: inline-block;
    margin: 0 0 0px 0;
    background: #000000;
    background: rgba(5, 3, 4, 0.6);
    line-height: 1em;
    color: #ffffff;
    width: auto;
}

.bg-white {
    background-color: white !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.2em;
    font-weight: 300;
    color: white;
}

.navbar-nav {
    text-transform: uppercase;
}

.navbar-expand-md .navbar-nav .nav-link {
    border-right: 1px solid #666666;
    height: 90%;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: orange;
    border-right: 1px solid #e0a800;
}

.mt-10, .my-10 {
    margin-top: 6rem !important;
}

.card-header {
    height: 220px;
}

.card-header a {
    cursor: pointer;
}

.card-header .img-fluid {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.accordion {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f0de";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0dd";
}

.accordion > .card:last-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-header:not(.collapsed) {
    color: #17a2b8;
}

.card {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

footer a:link, footer a:visited {
    color: orange;
}

footer a:hover {
    color: coral;
}

.btn-outline-warning:hover {
    color: rgb(255, 255, 255);
}

.single_bottom_area a:link {
    color: #17a2b8;
}

.btn-pill {
    padding: .5em 2em;
    border-radius: 30px;
}

.input-group > .form-control {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.btn-x {
    margin-left: -42px;
    z-index: 100;
}

.h-100 {
    height: 100% !important
}

.popover-header {
    color: #212529;
}

.popover-body {
    max-width: 100%;
    font-size: small;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Small devices (small resolution phones, max 480px) */
@media only screen and (max-width: 480px) {
    .carousel {
        margin-bottom: 25px;
    }

    .carousel-caption {
        bottom: 20px;
        z-index: 10;
    }

    .carousel h2 {
        font-size: 2em;
        font-weight: normal;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
    }

    .carousel p {
        font-size: 14px;
    }

    .carousel-item {
        height: 500px;
    }

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 500px;
    }

    .bg-dark-transparent {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

    .message_now_area h2 {
        font-size: 1.4em;
    }

    .breadcrumb_section h2 {
        font-size: 2em;
    }

    .logo {
        width: 200px;
        height: 80px;
    }
}

/* END - Small devices (small phones, max 480px) */

/* Large devices (laptops/desktops, 768px and up) */
@media only screen and (min-width: 768px) {
    .navbar-nav {
        font-size: 0.9rem;
    }

    /* Carousel base class */
    .carousel {
        margin-bottom: 25px;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 120px;
        z-index: 10;
    }

    .carousel h2 {
        font-size: 3em;
        font-weight: normal;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 800px;
    }

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 800px;
    }
}

/* END - Large devices (laptops/desktops, 768px and up) */

/* Extra large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
    /* Carousel base class */
    .carousel {
        margin-bottom: 30px;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 150px;
        z-index: 10;
    }

    .carousel h2 {
        font-size: 3em;
        font-weight: normal;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 750px;
    }
}

/* END - Extra large devices (large laptops and desktops, 1024px and up) */

/* Extra large devices (large laptops and desktops, 1900px and up) */
@media only screen and (min-width: 1900px) {
    /* Carousel base class */
    .carousel {
        margin-bottom: 4rem;
    }

    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 8rem;
        z-index: 10;
    }

    .carousel h2 {
        font-size: 5em;
        font-weight: normal;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
        line-height: 1.2;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        /*height: 55rem;*/
        height: 920px;
    }
}

/* END - Extra large devices (large laptops and desktops, 1900px and up) */