@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&family=Open+Sans:wght@400;600;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #f0f0f0;
}

h1,
h2,
h3,
h4 {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #262626;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #262626;
    font-weight: 600;
}

    a:hover {
        text-decoration: none;
        color: #404040;
    }

    a:visited {
        color: #f0f0f0;
    }

.Normal {
    font-size: 16px;
    line-height: 1.7em;
    color: #262626;
}

.bi {
    font-size: 1.5rem;
    margin: 0 4px;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
    margin-left: 160px;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: #262626;
    letter-spacing: 2px;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar-brand,
.navbar-brand a {
    color: #f0f0f0;
}

.navbar-brand p {
    margin-bottom: 0;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #f0f0f0 !important;
}

    .nav-link:hover {
        /*background-color: #fff;*/
        color: #c0c0c0 !important;
    }

.nav-link {
    font-size: 14px;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #262626;
}

    .dropdown-menu .px-lg-4 {
        padding: 0 !important;
    }

    .dropdown-menu .nav-link:hover {
        color: #c0c0c0 !important;
    }

/*------------------------------------------------*/
/* TITLE */
/*------------------------------------------------*/

.full-width-title {
    background-color: #c0c0c0;
    width: 100%;
    padding: 10px 4%;
}

    .full-width-title p,
    .full-width-title h1,
    .full-width-title h2,
    .full-width-title h3,
    .full-width-title h4 {
        color: #262626;
        margin: 0;
    }

    .full-width-title a {
        color: #262626;
    }

        .full-width-title a:hover {
            color: #000;
        }

        .full-width-title a .bi:hover {
            color: #000 !important;
        }

        .full-width-title a:visited {
            color: #262626;
        }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#TopContent {
    margin-top: 20px;
}

.carousel img {
    width: 100%;
}

.image-shadow {
    border-radius: 10px 0 10px 0;
    box-shadow: 2px 4px 6px rgba(0,0,0,.4);
}

.btn-grey {
    display: inline-block;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 20px;
    text-transform: uppercase;
    border: 2px solid #262626;
    border-radius: 2px;
    background-color: #262626;
    color: #fff !important;
}

    .btn-grey:hover {
        color: #262626 !important;
        background-color: transparent;
    }

#FullWidthImgs {
    padding: 0;
    margin-top: 2%;
}

/* home page buttons */

.image-container {
    position: relative;
}

.full-width-image {
    display: block;
    width: 100%;
    height: auto;
}

.image-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
    width: 100%;
    height: 35%;
    transition: .5s ease;
}

.image-container:hover .image-overlay {
    height: 100%;
}

.overlay-text {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-text a {
    color: #f0f0f0;
}

.overlay-text a:hover {
    color: #c0c0c0;
}

#dnn_FullWidthBottom {
    margin: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #262626;
    color: #fff;
}

#FooterRow {
    padding: 20px 0;
}

    #FooterRow p {
        color: #fff !important;
        margin-top: 1rem;
    }

        #FooterRow p a {
            color: #c0c0c0;
            text-decoration: none;
        }

            #FooterRow p a:hover {
                color: #fff;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .zoom-button {
        margin: 2% auto;
    }
}
