#sell-tickets{
    color: #188DCE;
}

#navbar-login{
    padding-right: 30px;
    padding-left: 25px;
}

#dark{
    color: #434343;
}

#recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.sign-up{
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.navbar-buttons{
    color: #FFFFFF;
    text-shadow: 0px 1px 30px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.sidenav-items{
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #434343;
    justify-content: center;
    margin-bottom: 20px;
}

.sidenav-logout{
    background: #FFFFFF;
    border: 1px solid #434343;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.dropdown-items{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #434343;
    margin-bottom: 10px;
}

.navbar-buttons-dark{
    color: #343a40;
    text-shadow: 0px 1px 30px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.navbar {
    background-color: transparent;
    padding: 24px 150px;
}

#navbar-logo{
    height: 200px;
    margin-left: -26px;
}

.avatar {
    border-radius: 50%;
    width:100px; 
}

.dropdown-menu {
    border-radius: 12px;
    width: 160px;
}

.dropdown-toggle {
    color: gray;
}

.dropdown {
    list-style-type: none;
}

.dropdown-item {
    /* border-top: 1px WhiteSmoke solid; */
    /* color: gray; */
}

.first-dropdown {
    margin-top: 10px;
}

.last-dropdown {
    margin-bottom: 10px;
}

.btn-outline-dark {
    border: 2px gray solid;
}

.logout-ul {
    padding-inline-start: 0;
}

.logout-btn {
    padding: 20px 12px 12px 12px;
}

.logout-sidebar {
    bottom: 50px;
    position: absolute;
    width: 100%;
}

.slide-navigation {
    height: 100%;
    background-color: white;
    position: fixed;
    right: 0;
    z-index: 20;
    width: 200px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.hide-slider {
    transform: translateX(200px);
}

.nav-ul {
    padding-inline-start: 0px;
    text-align: center;
    width: 100%;
}

.nav-li {
    /* border-top: 1px WhiteSmoke solid; */
    color: gray;
    list-style-type: none;
}

.bg-white{
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.nav-li-first {
    margin: 2em 0 0 0;
}

.nav-li-last {
    border-bottom: 1px WhiteSmoke solid;
}

.nav-link {
    /* color: gray; */
    text-decoration: none;
}

.overlay {
    background-color: rgba(0, 0, 0, .5);
}

.hide-overlay {
    display: none;
}

.burger-navigation, .dark-burger-navigation {
    display: none;
}

.burger {
    color: gray;
    font-size: 30px;
    margin: 15px 0 0 1em;
}

.name-navbar{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
}

.name-dark-navbar{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #303030 ;
}

.navigation-spacer {
    height: 107px;
}

@media only screen and (min-width: 2560px){
    .navbar {
        background-color: transparent;
        padding: 24px 650px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1025px){
    .navbar {
        background-color: transparent;
        padding: 24px 61px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: transparent;
        padding: 0;
    }
    .navbar-brand {
        margin: 0px 0 0 1em;
        width: 60%;
    }

    #navbar-logo{
        height: auto;
        margin-left: 0;
    }

    #dok2me-logo{
        height: 70px;
    }

    .logo-img {
        width: 60%;
    }
    .slide-nav {
        width: 200px;
    }
    .burger-navigation {
        display: block;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        margin-right: 18px;
        margin-top: 10px;
    } 
    
    .dark-burger-navigation {
        display: block;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        font-weight: bold;
       color: #434343;
        text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        margin-right: 18px;
        margin-top: 10px;
    }
    .burger-navigation-close {
        margin-top: 10px;
        margin-left: 10px;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;

        color: #188DCE;
    }  
    .gray-burger-navigation {
        display: block;
        color: #B4B4B4;
        font-size: 30px;
        margin: 0 1em 0 0;
    } 
    .navigation-spacer {
        height: 50px;
    } 
}

@media only screen and (max-width: 426px){
   #dok2me-logo{
       height: 40px;
   }
}

@media only screen and (max-width: 320px){
    #recaptcha{
        -webkit-transform: scale(0.65);
    }
}