/*STYLES*/
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../system/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../system/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Abel';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../system/fonts/Abel-Regular.ttf') format('truetype');
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-top: 124px;
}

.font-lg {
    font-size: 18px;
}

.font-xl {
    font-size: 24px;
}

.py-6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 50px;
}

.btn-yellow {
    border-radius: 50px;
    background: #ffde13;
    padding: 15px 10px;
    color: #212020;
    font-size: 16px;
    line-height: 16px;
}

    .btn-yellow:hover {
        -webkit-box-shadow: 0 0 5px #212020;
        box-shadow: 0 0 5px #212020;
    }
.btn-dark {
    color: #fdd700;
    background-color: #212020;
    border-radius: 50px;
    padding: 15px 32px;
    font-size: 16px;
    line-height: 16px;
}
    .btn-dark:hover {
        -webkit-box-shadow: 0 0 5px #212020;
        box-shadow: 0 0 5px #212020;
    }
.btn-video {
    position: relative;
    padding: 15px 20px 15px 55px;
    text-align: left;
    margin-bottom: 10px;
}

    .btn-video:before {
        font-family: "Font Awesome 5 Free";
        content: "\f144";
        position: absolute;
        left: 10px;
        top: 8px;
        font-size: 30px;
        line-height: 30px;
        font-weight: 900;
    }

.btn-hyperlink {
    position: relative;
    padding: 15px 20px 15px 55px;
    text-align: left;
    margin-bottom: 10px;
}

    .btn-hyperlink:before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c1";
        position: absolute;
        left: 10px;
        top: 8px;
        font-size: 20px;
        line-height: 20px;
        font-weight: 900;
        color: #ffde13;
        padding: 5px;
        background-color: #212020;
        border-radius: 50%;
    }

#header {
    background-color: #212020;
}

    #header.border-bottom {
        border-color: #ffde13 !important;
    }

    #header.home {
        background-color: transparent;
        /*z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;*/
    }

    #header nav {
        padding: 0;
    }

    #header #nav ul {
        margin-right: -15px;
    }

        #header #nav ul li a {
            color: #fff;
            font-size: 18px;
            display: block;
            font-family: 'Abel', sans-serif;
            padding: 10px 15px;
            text-align: center;
        }

        #header #nav ul > li.selected a {
            color: #ffde13;
        }

    #header .navbar-toggler {
        background-color: #fff;
    }

    #header .headerLeft img {
        max-width: 118px;
    }

    #header .headerRight {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: right;
    }

        #header .headerRight .info span {
            color: #ffde13;
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

        #header .headerRight .info a {
            color: #ffde13;
        }
    #header .image {
        max-height: 140px;
    }
#theme {
    background-color: #ffde13;
    padding: 30px 0;
}

    #theme h1,
    #theme .themeTitle {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: bold;
        margin-bottom: 0;
    }

#hero {
    background-image: url('../images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    /*height: 60vh;*/
    position: relative;
    /*min-height: 515px;
    max-height: 670px;*/
}

    #hero .heroText {
        /*position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;*/
        position:relative;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        padding-top:150px;
    }

        #hero .heroText h1, #hero .heroText .smTitle {
            color: #ffde13;
            font-size: 18px;
            font-family: 'Abel', sans-serif;
            margin-bottom: 25px;
        }
        #hero .heroText .smTitle, #hero .heroText .smTitle p {
            margin-bottom: 0;
        }
            #hero .heroText .lgTitle {
                color: #fff;
                font-size: 24px;
                letter-spacing: 10px;
                line-height: 30px;
                font-weight: bold;
                margin-bottom: 25px;
            }
#latestNewsFeed {
    padding-left:40px;
    font-size:16px;
}
#latestNewsFeed:before {
    content: "Latest: ";
    color: #fff;
    font-weight:bold;
    position: absolute;
    left: 0;
    display:block;
    text-align:left;
}
#mailingList {
    background-color: #ffde13;
    padding: 20px 0;
    font-family: 'Abel', sans-serif;
}

    #mailingList label {
        font-size: 18px;
    }

    #mailingList .form-control {
        border: 0;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
        color: #212020;
        background-color: #fff;
    }

    #mailingList .input-group .form-control {
        border-radius: 8px 0 0 8px;
    }

    #mailingList .form-control::-webkit-input-placeholder {
        color: #212020;
    }

    #mailingList .form-control::-moz-placeholder {
        color: #212020;
    }

    #mailingList .form-control:-ms-input-placeholder {
        color: #212020;
    }

    #mailingList .form-control::-ms-input-placeholder {
        color: #212020;
    }

    #mailingList .form-control::placeholder {
        color: #212020;
    }

    #mailingList .btn {
        font-family: 'Montserrat', sans-serif;
        background-color: #212020;
        color: #ffde13;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 25px;
        line-height: 15px;
        border-radius: 0 8px 8px 0;
        line-height: 18px;
    }

    #mailingList .font-lg {
        line-height: normal;
        font-size: 16px;
    }

.bg-dark {
    background-color: #212020 !important;
    color: #fff;
}

    .bg-dark .contentLeft h2,
    .bg-white .contentRight h2,
    .section h2 {
        font-size: 36px;
        font-family: 'Abel', sans-serif;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

        .bg-dark .contentLeft h2 + p {
            color: #ffde13;
            font-family: 'Abel', sans-serif;
            font-size: 24px;
            line-height: normal;
            margin-bottom: 30px;
        }

            .bg-dark .contentLeft h2 + p > a,
            .bg-dark .font-xl a {
                color: #ffde13;
            }

            .bg-dark .contentLeft h2 + p ~ p {
                font-size: 16px;
                line-height: 24px;
            }

.bg-white .intro,
.section .intro {
    font-size: 24px;
    font-family: 'Abel', sans-serif;
}

    .bg-white .intro p {
        margin-bottom: 30px;
    }

    .bg-white .intro ~ p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

.section.bg-white h2 a {
    color: #212020;
}

.section.bg-dark h2 a {
    color: #fff;
}

.section.bg-dark .intro p {
    color: #ffde13;
    line-height: normal;
    margin-bottom: 30px;
}

.section.bg-dark .intro ~ span > p,
.section.bg-white .intro ~ span > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.section.bg-dark .font-xl {
    color: #ffde13;
}

.galleryList .item {
    padding-bottom: 30px;
}
.parentList .item {
    padding-bottom:30px;
}
    .parentList .item .box {
        background-color: #fdd700;
        padding: 25px;
    }
.parentList .item h2 {
    font-family: 'Abel', sans-serif;
    font-size: 24px;
}
.parentList .item h2 a {
    color: #212020;
}
.parentList .item .itemNewsDate {
    font-size: 16px;
    font-family: 'Abel', sans-serif;
}
.parentList .item .itemIntroduction {
    font-size:16px;
    line-height:20px;
    height: 80px;
    overflow:hidden;
    margin-bottom:30px;
}
    .parentList .item .itemIntroduction p {
        margin-bottom:0;
    }

    .figure-caption {
        color: #212020;
        font-size: 12px;
    }

.bg-dark .figure-caption {
    color: #fff;
}

#footer.bg-dark p a {
    color: #fff;
}

@media (max-width: 767px) {
    #latestNewsFeed {
        padding-left:0;
    }
    #latestNewsFeed:before {
        position: relative;
    }
    #mailingList .input-group-append {
        width: 100%;
    }

        #mailingList .input-group .form-control,
        #mailingList .input-group-append .btn {
            border-radius: 8px;
        }
}
@media(min-width: 576px){
    #header .image {
        max-height:none;
    }
    #hero .heroText {
        padding-top:170px;
    }
}
@media(min-width: 768px) {
    /*body {
        padding-top: 124px;
    }*/
    #header .headerRight .info span {
        font-size: 18px;
    }

    /*#hero {
        height: 65vh;
    }*/

        #hero .heroText {
            max-width: 720px;
            padding-top:180px;
        }

            #hero .heroText h1,
            #hero .heroText .smTitle {
                font-size: 24px;
            }

            #hero .heroText .lgTitle {
                font-size: 48px;
                line-height: 71px;
            }

    #theme h1, #theme .themeTitle {
        letter-spacing: 10px;
    }

    .bg-dark .contentLeft h2,
    .bg-white .contentRight h2,
    .section h2 {
        font-size: 48px;
        letter-spacing: 5px;
    }
}

@media(max-width: 991px) {
    #header #nav {
        background-color: rgba(33, 32, 32, 0.90);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        -webkit-transition: 0.5s min-height ease;
        -o-transition: 0.5s min-height ease;
        transition: 0.5s min-height ease;
        min-height: 100%;
    }

        #header #nav ul {
            position: absolute;
            top: 80px;
            left: 0;
            right: 0;
        }

        #header #nav .btn-link {
            position: absolute;
            top: 15px;
            right: 15px;
            border: 2px solid #ffde13;
            font-size: 24px;
            color: #ffde13;
            padding: 6px 15px;
        }
}

@media(min-width: 992px) {

    #header .headerRight {
        padding: 40px 0 15px 0;
    }

    /*#hero {
        height: 80vh;
    }*/

        #hero .heroText {
            max-width: 960px;
            /*top: 65%;
            -webkit-transform: translate(0, -65%);
            -ms-transform: translate(0, -65%);
            transform: translate(0, -65%);
            bottom: auto;*/
            padding-top:200px
        }

    .py-6 {
        padding: 100px 0;
    }

    pb-6 {
        padding-bottom: 100px;
    }

    .bg-dark .contentLeft h2,
    .bg-white .contentRight h2,
    .section h2 {
        letter-spacing: 13px;
    }
}

@media(min-width: 1200px) {
    #hero .heroText {
       padding-top:250px;
    }
}

.cookieLaw {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    color: White !important;
    font-size: 12px !important;
    background-color: rgba(33, 32, 32, 0.90);
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw p {
        margin: 0;
        padding: 5px 0;
    }

#cookieDialog {
    font-size: 14px;
    display: none;
}
