body {
    color: #213A73;
    overflow-x: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.sidebar{
    background-color: #FCC81D;
    min-height: 100vh;
    padding-bottom: 32px;
}

.splash{
    width: 100%;
    height: 100vh;
    position:absolute;
    background-color: #FCC81D;
    z-index: 9999;
    pointer-events: none;
}

.splash-logo img{
    max-width: 500px;
}

.splash-logo{
    position:absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.splash .subtitle{
    font-family: Roboto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.sidebar-logo{
    margin-top: 50px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.task-field{
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.task-field .title{
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.81;
}

.task-field .description{
    font-size: 20px;
    line-height: 1.4;
}

.task-field .task-title{
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.34;
    margin-top: 49px;
}

.task-field .task{
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.34;
    margin-bottom: 50px;
}

.header-text {
    text-align: right;
    margin-top: 40px;
    margin-right: 100px;
}

.header-text a{
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.13;
}

.tv-screen{
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
}

.tv-screen .tv-image{
    max-width: 80vw;
    grid-row-start: 1;
    grid-column-start: 1;
    z-index:999;
    margin-left: auto;
    margin-right: auto;
}

.player{
    grid-row-start: 1;
    grid-column-start: 1;
    overflow: hidden;
}

.video{
    display: none;
    width: 570px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: translate(95px, 150px);
    overflow: hidden;
}

.roulette{
    width: 570px;
    height: auto;
    margin-top: 20px;
    grid-row-start: 1;
    grid-column-start: 1;
    margin-left: auto;
    margin-right: auto;
    transform: translate(95px, 150px);
    overflow: hidden;
}

.owl-carousel .item {
    width: 100%;
    background: #ffffff;
    display: flex;
    font-size: 40px;
    font-weight: bold;
    display: -webkit-box;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    align-items: stretch;
}

.owl-carousel .item h4 {
    color: #FFF;
    font-weight: 400;
    margin-top: 0rem;
}

.tv-remote{
    margin-top: 52px;
}

.tv-remote img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    position: absolute;
    height: 45px;
    text-align: right;
    bottom: 0;
    right: 0;
} 

.footer-img{
    max-height: 29px;
    max-width: 150px;
    margin-right: 30px;
}

.about-text{
    margin-top: 200px;
}

.about-text p{
    margin-top: 40px;
}

.about-logo{
    text-align: center;
}

.about-logo img{
    margin-top: 40px;
    max-width: 180px;
}

.about-logo img{
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .no-scrollbars{
        overflow: hidden;
    }
}


@media only screen and (max-width: 768px) {
    .about-logo img{
        margin-top: 60px;
    }

    .about-text {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .about-text p{
        margin-top: 40px;
    }

    .splash-logo{
        width: 80%;
    }

    .splash-logo img{
        max-width: 100%;
    }

    .splash .subtitle{
        font-size:18px;
    }

    .hide-overflow{
        max-height: 50px !important;
        overflow: hidden;
    }   

    .tv-screen{
        margin-top: 50px;
    }

    .video{
        max-width: 79vw;
        height: auto;
    }
    
    .roulette{
        max-width: 79vw;
        height: auto;
    }

    .footer {
        margin-bottom: 20px;
        margin-top: 10px;
        position: initial;    
        height: auto;    
        text-align: center;
    } 

    .footer-img{
        margin-top: 10px;
        margin-left:15px;
        margin-right: 15px;
    }

    .footer span{
        margin-left: auto;
        margin-right: auto !important;
        display: block;
        text-align: center;
    }

    .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-text {
        margin-top: 55px;
    }
    

    .no-mobile-animation {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

@media only screen and (max-width: 480px) {
    .roulette{
        margin-top: 14px;
    }
}

#goal {
    padding: 32px 32px 12px 32px;

    font-size: 24px;
}