@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

h1,
h2,
h3,
h4 {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.searchBox .searchText {
    color: #000;
    float: right;
}

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}

/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/*------------------------------------------------*/
/* HEADER */
/*------------------------------------------------*/

.top-header {
    background-color: #487b3a;
}

    .top-header .row {
        padding: 10px 0;
    }

    .top-header div {
        color: #fff;
    }

    .top-header a {
        text-decoration: none;
        color: #fff;
        -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;
    }

        .top-header a:hover {
            color: #ccc;
        }

#dnn_SocialMedia i {
    margin: 0 10px;
    font-size: 2em;
}

.mid-header {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0;
}

#dnn_LOGO1_imgLogo {
    max-width: 300px;
}

.book-button {
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid #487b3a;
    background-color: #487b3a;
    color: #fff;
    -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;
}

    .book-button:hover {
        background-color: #fff;
        color: #487b3a;
        text-decoration: none;
    }

    .book-button:visited {
        color: #fff;
    }

        .book-button:visited:hover {
            color: #487b3a;
        }


/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: #fff;
    border-top: 2px solid #487b3a;
    border-bottom: 2px solid #487b3a;
    padding: 0;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-item {
    -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;
}

    .nav-item:hover {
        background-color: #487b3a;
    }

    .nav-item a:hover {
        color: #fff;
    }

.nav-link {
    font-size: 14px;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #ddd;
}

/* Content formatting */

.hero img {
    width: 100%;
}

#Content, #TopContent {
    margin-top: 10px;
}

.bi {
    margin: 0 10px;
}

/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
    margin-left: 160px;
}

.open .dropdown-menu {
    display: block
}

.dropdown-menu a.nav-link {
    color: #000 !important;
}

.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink, .LoginLink {
    color: #ffffff;
}

    .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;
    }

/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark {
    background: none;
}


/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#HomepageTitle {
    margin: 2% 0;
}

/* home page buttons */

#dnn_ButtonLeft,
#dnn_ButtonMiddle,
#dnn_ButtonRight {
    cursor: pointer;
}

.zoom-button {
    width: 330px;
    height: 220px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 10px;
}

    .zoom-button img {
        width: 100%;
        max-width: 330px;
        transition: transform .5s ease;
    }

    .zoom-button:hover img {
        transform: scale(1.3);
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .text-overlay h3 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    }

    .text-overlay a {
        color: #fff;
        text-decoration: none;
    }

/* href button */

.button {
    display: inline-block;
    margin: 5px 0;
    color: #fff;
    padding: 10px 15px;
    background-color: #487b3a;
    font-weight: bold;
    text-decoration: none;
}

    .button:hover {
        background-color: #19490c;
        color: #fff;
        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;
    }

#ContentTwoColumn {
    margin: 4%;
}

    #ContentTwoColumn img {
        border-radius: 50px 0px 50px 0px;
        /*box-shadow: 4px 4px 4px rgba(0,0,0,.5);*/
        padding: 3px;
        border-bottom: 1px solid #487b3a;
        border-right: 1px solid #487b3a;
    }

#dnn_BottomPane {
    height: 320px;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/
#FooterContainer {
    /*margin-top: 20px;*/
    padding: 1% 0;
    background-color: #487b3a;
}

#FooterRow p {
    color: #fff;
    margin: 20px 0;
    padding: 0;
}

#FooterRow i {
    font-size: 2em;
    margin: 0 10px;
}

#FooterRow a {
    text-decoration: none;
    color: #fff;
    -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;
}

    #FooterRow a:hover {
        color: #ccc;
    }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media only screen and (max-width: 992px) {
    .top-header {
        padding: 2% 0;
    }

    .mid-header {
        padding: 10% 0;
    }

    .px-lg-4 {
        padding: 10px !important;
    }

    .zoom-button {
        margin: 5% auto;
    }
}
