html {
    font-size: 14px;
    background-color: black;
    text-transform: uppercase;
}

body{overflow-y:scroll;}

.uk-text-lead {
    font-size: 1.2rem;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../img/cover-page.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo {
    max-width: 600px;
}

.uk-navbar-sticky {
    background-color:rgba(25,25,25,0.9);
    padding:20px;
}

.orel-title{margin-bottom:5px;}
.orel-date{margin-top:5px;}
.orel-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.orel-btn {
    background-color: transparent!important;
    border-color:white;
    color:white!important;
}
.orel-btn:hover {
    background-color:white!important;
    color:#333!important;
}
.orel-btn-disabled{
    background-color: red!important;
    border-color:transparent!important;
    color:white!important;
}
.orel-btn-disabled:hover{
    background-color: #999!important;
    border-color:transparent!important;
    color:white!important;
}
.orel-btn-soon{
    background-color: #f08b50!important;
    border-color:transparent!important;
    color:white!important;
}
.orel-btn-soon:hover{
    background-color: #bf742d!important;
    border-color:transparent!important;
    color:white!important;
}
.orel-img {
    width:60px;
}
.orel-table {
    padding-top: 30px;
    padding-bottom: 30px;
}
.uk-h4, h4 {
    font-size: 1.15rem;
}

.uk-button{
    border-radius: 500px;
}


.uk-navbar-nav>li.uk-active>a {
    background-color: rgba(255,255,255,0.1);
}

.uk-navbar-nav>li>a {
    height:60px;
}

.td-venue {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 12px;
        background-color:#333;
    }
    .logo {
        /* margin-top:30px; */
        max-width: 350px;
    }
    .orel-first-col {
        display: none;
    }
    .orel-container {
        padding-bottom: 50px;
    }
    
    .uk-navbar-nav {
        display: inline-flex;
    }
    .uk-navbar-sticky .logo {
        margin-top:30px;
        max-width: 300px;
    }
    .uk-navbar-sticky {
        padding-top:0;
        padding-bottom: 0;
    }
}