﻿html {
    scroll-behavior: smooth;
}

body, html {
    background-color: black;
    color: white !important;
    font-family: 'Open Sans', Arial;
    font-size: 1em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a, a:visited {
    font-weight: bold;
    color: #35C71E;
    text-decoration: none;
}

    a:hover {
        font-weight: bold;
        text-decoration: none;
        color: #D6DB03;
    }

h1, h2, h3, h4, h5 {
    font-family: Ubuntu, Arial;
    margin: 0;
    font-weight: bold;
}

h1 {
    font-size: 1.7rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.3rem;
}

*::-webkit-scrollbar {
    width: 1em;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: #222222;
    outline: 1px solid slategrey;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden;
}

.header-main-sm img {
    width:100%;
}

.header-main-sm-top {
    background-color: black;
    padding-top: 0;
    background-size: cover;
    resize: both;
    height: 90px;
}

.centered-top {
    width: 100%;
    height: 100%;
}

.centered-top tr td {
    height: 100%;
    vertical-align: middle;
}

    .centered-top .sm-logo, .centered-top .sm-menu {
        width: 25%;
    }

        .centered-top .sm-logo img {
            width: 100%;
        }

    .centered-top .header-info-sm {
        width: 50%;
        color: #800000;
        text-align:center;
    }

        .centered-top .header-info-sm img {
            height: auto;
            max-height: 50px;
            max-width: 200px;
        }


    .centered-top .sm-menu {
        width: 25%;
        text-align: right;
        padding-right: 10px;
    }

        .centered-top .sm-menu img {
            width: 100%;
            max-width: 30px;
        }

            .centered-top .sm-menu img:hover {
                cursor: pointer;
            }

.header-main-sm-bot {
    height: 30px;
    padding: 4px;
    text-align: center;
}

    .header-main-sm-bot img {
        height: 100%;
    }

.navbar {
    padding: 0;
}

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
    .sidenav a img:hover {
        -webkit-filter: brightness(70%);
    }

.content {
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

        .navbar-expand-lg .navbar-nav .nav-link img {
            height: 34px !important;
        }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

        .navbar-expand-lg .navbar-nav .nav-link img img {
            height: 49px !important;
        }

    .header-main-lg .header-green table tr td img {
        height: 22px;
    }
}

@media (min-width: 992px) {

    .sidenav {
        display: none;
    }

    .content {
        padding-top: 80px;
    }

    .header-main-lg {
        padding-top: 70px;
        display: block;
        width: 100%;
        max-width: 1140px;
        max-height: 605px;
        margin: 0 auto;
        position: relative;
    }

        .header-main-lg .banner {
            width: 100%;
            max-height:535px;
        }

        .header-main-lg .navigation {
            position: absolute;
            top: 8px;
            left: 0;
            width: 100%;
        }

/*            .header-main-lg .navigation .module-border-wrap {
                padding: 1rem;
                position: relative;
                background-color: #D6DB03;
                background: linear-gradient(to right, #D6DB03, #35C71E, #D6DB03);
                padding: 2px;
            }*/

            .header-main-lg .navigation .navbar .nav-container {
                padding: 0;
                width: auto;
            }

                .header-main-lg .navigation .navbar .nav-container .navbar-collapse .navbar-nav .nav-item .nav-link img {
                    height: 40px;
                }

        .header-main-lg .header-green {
            height: 35px;
            width: 100%;
            padding: 0 12px;
            background-color: #6DD506;
            position: relative;
        }

            .header-main-lg .header-green .table-wrap {
                width: 100%;
                margin: 0 auto;
            }

            .header-main-lg .header-green table,
            .header-main-lg .header-green table tr {
                width: 100%;
                height: 100%;
            }

                .header-main-lg .header-green table tr td {
                    vertical-align: middle;
                    text-align: center;
                }

                    .header-main-lg .header-green table tr td img {
                        height: 18px;
                    }

        .header-main-lg .header-bottom {
            width: 100%;
            height: 71px;
            padding: 10px;
            text-align: center;
            position: relative;
            z-index:1;
        }

    .header-main-sm {
        display: none;
    }
}

@media (max-width: 990px) {
    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 1em;
    }

    .content {
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .nav-container {
        padding: 0;
        width: 100%;
    }

    .module-border-wrap {
        display: none;
    }

    .header-main-lg {
        display: none;
    }

    .header-main-sm {
        width: 100%;
        height:auto;
    }

        .header-main-sm .menu{
            position:absolute;
            top:5px;
            right:5px;
        }

    .content {
        margin-top: 40px;
    }

    /* The side navigation menu */
    .sidenav {
        display: block;
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 2; /* Stay on top */
        top: 0; /* Stay at the top */
        right: 0;
        background-color: #111; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }
        /* The navigation menu links */
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #f1f1f1;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

        .sidenav .tickets {
            display: block;
            height: 0;
            width: 280px;
            margin-left: 20px;
            background-color: #6DD506;
            overflow-y: hidden;
            transition: 0.5s;
        }
}