/* Dubai Ultimate Challenge CSS Styling */
/*
font-family: 'Poppins', sans-serif;
font-family: 'Orbitron', sans-serif;*/
/* Layout */
body {
    font-family: 'Poppins', sans-serif;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.dubai-con {
    margin-bottom: 100px;
}

h1, h2 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
}

/* header */
.header-blk {
    position: relative;
}

.header-blk h1 {
    margin: 0;
}

.header-img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.share-div {
    margin: 0 auto;
}

/* video blk */
/* Landing Page Video */
.video-blk {
    position: relative;
    top: -30px;
}

.video-wrapper {
    position: relative;
}

#video-play {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
}

#video-player  {
    width: 100%;
}

/* Responsive YouTube */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-desc {
    text-align: center;
    margin: 20px 0 0;
}

.video-desc h2 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}

@media only screen and (min-width: 600px) {
    .video-desc h2 {
        font-size: 18px;
    }
}

/* content */
.content h3 {
    color: #000081;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

@media only screen and (min-width: 600px) {
    .content h3 {
        font-size: 25px;
    }
}

.content p {
    text-align: center;
    font-size: 16px;
}

@media only screen and (min-width: 600px) {
    .content p {
        font-size: 18px;
    }
}

.content a, .content a:hover {
    word-wrap: break-word;
    color: #000;
    text-decoration: underline;
}

.team-header {
    margin: 30px 0 20px;
}

.team-blk {
    background-color: #1d389e;
    border-radius: 5px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 0 30px;
}

.team-blk img {
    display: block;
    max-width: 100%;
}

.team-blk h4 {
    color: #bcecf2;
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    margin: 20px 0 0;
    font-size: 17px;
}

@media only screen and (min-width: 600px) {
    .team-blk h4{
        font-size: 20px;
    }
}

.team-blk p {
    color: #fff;
    margin: 20px 0 0;
}

/* footer */
.footer {
    margin: 30px 0 40px;
}

/* contest */
.contest-header {
    /*display: none;*/
    background-color: #1d389e;
    padding: 15px 0;
    margin: 20px 0 0;
}

.contest-header img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
}

@media only screen and (min-width: 600px) {
    .contest-header img {
        max-width: 80%;
    }
}

.contest-body {
    /*display: none*/;
    background-color: #e6e7e8;
    background-image: url('../img/contest-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    min-height: 1000px;
    padding: 0 0 80px;
}

@media only screen and (min-width: 600px) {
    .contest-body {
        min-height: 500px;
        padding: 0 0 200px;
    }
}

.contest-body .img-div img {
    display: block;
    margin: 20px auto 0;
    max-width: 60%;
}

@media only screen and (min-width: 600px) {
    .contest-body .img-div img  {
        max-width: 100%;
    }
}

.contest-body .para-div {
    margin: 20px 0 0;
    padding: 0 15px;
}

@media only screen and (min-width: 600px) {
    .contest-body .para-div {
        padding: 0;
    }
}

/*video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust if necessary */
}*/


/*
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .video-blk {
        bottom: -430px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .video-blk {
        bottom: -400px;
    }
}

@media only screen and (min-width: 1200px) {
    .video-blk {
        bottom: -610px;
    }
}
*/

/* Media Queries Reference */
/*@media only screen and (min-width: 768px) {
    .platform-filter, .segment-filter {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .platform-filter, .segment-filter {
        float: left;
        width: 50%;
    }
}