@import url('https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cantrell', Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: 700;
    margin: 1rem 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: underline;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #444;
}

a:hover {
    text-decoration: underline;
    color: #444;
}

a:visited {
    text-decoration: underline;
    color: #444;
}

a:visited:hover {
    text-decoration: underline;
    color: #444;
}

ul {
    list-style: disc;
}

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: #444;
}

.bi {
    font-size: 1.3rem;
    margin: 0 8px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Cantarell', Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 1px;
    padding: 1% 10%;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    align-items: flex-start;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 290px;
    width: 100%;
    border-radius: 10px;
}

.px-lg-4 {
    padding: 0 .5rem !important;
}

.nav-link {
    color: #619621 !important;
    font-style: italic;
    text-decoration: none !important;
    font-size: 17px;
}

.nav-link:hover {
    text-decoration: none !important;
    color: #0f5022 !important;
}

.nav-link:visited {
    text-decoration: none !important;
    color: #619621 !important;
}

.nav-link:visited:hover {
    text-decoration: none !important;
    color: #0f5022 !important;
}

.active.nav-link {
    color: #0f5022 !important;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    border: none;
    background-color: #fff;
    min-width: 12rem;
    border: 1px solid #ccc;
}

.dropdown-menu .nav-link {
    font-size: 14px;
    text-transform: initial !important;
}

/*------------------------------------------------*/
/* SIDEBAR */
/*------------------------------------------------*/

.socials {
    position: fixed;
    z-index: 10000;
    top: 40%;
    right: 0;
    margin-left: 1.2rem;
    background-color: #ddd;
    padding: 15px 5px;
    border-radius: 10px 0 0 10px;
}

.socials a {
    text-decoration: none;
    color: #619621;
}

.socials a:hover {
    text-decoration: none;
    color: #444;
}

.socials a:visited {
    color: #619621;
}

.socials a:visited:hover {
    color: #444;
}

.socials p {
    margin-bottom: 0.5rem;
}

.socials .bi {
    font-size: 1.4em;
    margin: 0 10px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.Page-Home .hero-bg {
    height: 100%;
}

.PageType_Normal .hero-bg {
    display: none;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.PageType_Normal #MainContent {
    margin-top: 150px;
}

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.image-border {
    border-radius: 10px;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 30px 10px;
    border-radius: 5px;
    border: 1px solid #619621;
    background-color: #619621;
    color: #fff !important;
    font-weight: 700;
    -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 {
    color: #fff !important;
    background-color: #0f5022;
    text-decoration: none;
}

.grey {
    background-color: #221F1F;
    padding: 2%;
    border-radius: 10px;
    margin: 8%;
}

    .grey h1,
    .grey h2,
    .grey h3,
    .grey h4,
    .grey h5,
    .grey h6,
    .grey p {
        color: #f0f0f0;
    }

.pricing hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(12, 162, 242, 0), rgba(12, 162, 242, 0.75), rgba(0, 0, 0, 0));
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    padding: 3% !important;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {

    .navbar {
        padding: 2%;
        height: auto;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        border: none;
    }

    .navbar-nav {
        background-color: rgba(255,255,255,.9);
        border-radius: 10px;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
    }

    .nav-link:hover {
        border: none;
    }

    .px-lg-4 {
        padding: 0 !important;
    }
}