@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --green: #10af4d;
    --lightgreen: #82DDA4;
    --darkgreen: #006E29;
    --blue: #10A7B0;
    --lightblue: #58C6CB;
    --darkblue: #016A6F;
    --white: #ffffff;
    --black: #000000;
    --lightgrey: #e5e5e5;
    --darkgrey: #303030;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

hr {
    width: 10%;
    border-top: 3px solid var(--green);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    color: var(--black);s
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.Normal {
    font-size: 14px;
    line-height: 1.5;
    color: var(--black);
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

p {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--green);
    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: none;
    color: var(--black);
}

a:visited {
    color: var(--green);
}

a:visited:hover {
    text-decoration: none;
    color: var(--black);
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.green {
    background-color: var(--green);
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.blue {
    background-color: var(--blue);
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.lightgrey {
    background-color: var(--lightgrey);
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.darkgrey {
    background-color: var(--darkgrey);
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.darkgrey h1,
.darkgrey h2,
.darkgrey h3,
.darkgrey h4,
.darkgrey h5,
.darkgrey h6,
.darkgrey p,
.darkgrey li,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue p,
.blue li {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    -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-dark {
    background-color: var(--black) !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 85px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    -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-minimize #dnn_dnnLOGO_imgLogo {
    max-height: 60px;
}

.nav-link {
    display: inline-block;
    color: var(--white) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--green) !important;
}

.nav-link:visited {
    color: var(--white);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--green) !important;
}

.dropdown-menu {
    background-color: var(--darkgrey);
    border: 1px solid var(--lightgrey);
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/152/AdobeStock_42638818-2000.jpg');
    height: 80vh;
}

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/152/AdobeStock_55504592-2000.jpg');
}

/* shape */

.hero-shape {
    fill: #fff;
    margin-top: -1px;
}

.hero-shape svg {
    position: relative;
    min-width: 100%;
    transform: rotate(180deg);
}

/* text */

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin: 0;
    color: #fff !important;
    letter-spacing: 1px;
}

.hero-text h1 {
    font-size: 6rem;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.PageType_Normal #MainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.PageType_Home #TopContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.PageType_Home #TopContentNarrow {
    background-color: var(--lightgrey);
    padding-top: 2rem;
}

.PageType_Home #TopContentNarrow hr {
    width: 10%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

.PageType_Home #TwoColumnUpperNarrow {
    background-color: var(--lightgrey);
    padding-bottom: 2rem;
}

.PageType_Home #MidContentNarrow {
    background-color: var(--lightgreen);
    padding-top: 2%;
    padding-bottom: 2%;
}

.PageType_Home #ThreeColumnUpper,
.PageType_Home #ThreeColumnLower {
    padding-top: 2%;
    padding-bottom: 2%;
}

.PageType_Home #dnn_FullBottomContent {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -5px;
}

.Id3281 #ThreeColumnUpper {
    padding-top: 2%;
    padding-bottom: 2%;
}

.Id3281 #MidContent {
    background-color: var(--darkgreen);
    padding-top: 2%;
    padding-bottom: 2%;
}

.Id3281 #MidContent h1,
.Id3281 #MidContent h2,
.Id3281 #MidContent h3,
.Id3281 #MidContent h4,
.Id3281 #MidContent h5,
.Id3281 #MidContent h6,
.Id3281 #MidContent p,
.Id3281 #MidContent div,
.Id3281 #MidContent li {
    color: var(--white);
}

.Id3281 #MidContentNarrow {
    padding-top: 2%;
}

.Id3281 #TwoColumnNarrow {
    padding-bottom: 2%;
}

/* lessons */

.Id3284 #dnn_FullBottomContent {
    padding-left: 0;
    padding-right: 0;
}

/* zoom buttons */
.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

.green-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--green);
    color: var(--white) !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;
}

.green-button:hover {
    background-color: var(--darkgreen);
    color: var(--white) !important;
    text-decoration: none;
}

.blue-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--blue);
    color: var(--white) !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;
}

.blue-button:hover {
    background-color: var(--darkblue);
    color: var(--white) !important;
    text-decoration: none;
}

.white-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white) !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;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.black-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid var(--black);
    color: var(--black) !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;
}

.black-button:hover {
    background-color: var(--black);
    color: var(--white) !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--black);
    padding-top: 2%;
    padding-bottom: 2%;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--white) !important;
}

footer a {
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
}

footer a:hover {
    color: var(--green);
    text-decoration: none;
}

footer a:visited {
    color: var(--white);
}

footer a:visited:hover {
    color: var(--green);
    text-decoration: none;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    #MainContent.container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 997px) {

    #dnn_dnnLOGO_imgLogo {
        max-height: 60px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-bg {
        background-size: cover;
        background-position: center;
        object-fit: cover;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .PageType_Home .hero-bg {
        height: 60vh;
    }

    .hero-text h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {

    #HomeContent {
        padding-left: 3%;
        padding-right: 3%;
    }

    #MainContent {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .PageType_Home #MainBottomContent,
    .Id3124 #MainBottomContent,
    .Id3125 #MainBottomContent {
        background-attachment: scroll;
    }
}