h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

.Normal {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3DA5FC;
    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;
}

    a:hover {
        text-decoration: underline;
        color: #3DA5FC;
    }

    a:visited {
        color: #3DA5FC;
    }

    a:visited:hover {
        text-decoration: underline;
        color: #3DA5FC;
    }

.bi {
    font-size: 1.5em;
    padding: 0 10px;
    color: #066800;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/


.navbar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, .3);
    -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;
}

.bg-light {
    background-color: #066800 !important;
}

.active {
    background-color: #044900;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.nav-link {
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    line-height: 25px;
    -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-link:hover {
        text-decoration: none;
        color: #fff !important;
        background-color: #044900;
    }

    .nav-link:visited {
        color: #fff;
    }

.active .nav-link {
    color: #fff !important;
}

.dropdown-menu {
    background-color: #188312;
    margin: 0;
    min-width: 15rem;
    border: 1px solid #044900;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    display: block;
    color: #fff !important;
    text-transform: capitalize !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

    .dropdown-menu .nav-link:hover {
        color: #fff !important;
    }

    .dropdown-menu .active {
        border-radius: 0px;
    }

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.fullWidthPane img {
    width: 100%
}

.fullWidthPane p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent {
    background-color: #fff;
    margin-top: 20px;
}

#MainContent li {
    margin: 1rem 0;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #066800;
    background-color: #066800;
    color: #fff !important;
    -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: #066800 !important;
        text-decoration: none;
    }

/*------------------------------------------------*/
/* SUBSCRIPTION BOX */
/*------------------------------------------------*/

.subscription-slide {
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: -450px;
    width: 400px;
    border-radius: 10px;
    background-color: rgba(240,240,240,.95);
    padding: 10px 20px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.slide-in {
    right: 30px;
}

.hide {
    display: none;
}

.subscription-slide .btn-primary {
    border-color: #066800;
    background-color: #066800;
}

    .subscription-slide .btn-primary:hover {
        background-color: #044900;
    }

.PageType_Normal .subscription-slide {
    display: none;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    margin-top: 30px;
    background-color: #066800 !important;
}

footer p {
    color: #fff !important;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 1200px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .subscription-slide {
        width: 350px;
    }

    .slide-in {
        right: 10px;
    }
}
