html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
    position: relative;
	width: 100vw;
	overflow-x: hidden;
	overflow-y: auto;
    background: #FFF;
	font-family: sans-serif;
}


@media (max-width: 350px) {
	main, section {
		zoom: 0.75;
	}
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.surface-hole {
	position: relative;
    padding-top: 0px;
    padding-bottom: 200px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-stretch: ultra-condensed;
    color: #FFF;
    overflow: hidden;
    margin-bottom: -15px;
}

.surface-hole:before {
	content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    background-image: url(../img/surface_top.png);
    background-size: cover;
    background-repeat: repeat-x;
    z-index: 0;
    background-position: bottom;
    overflow: visible;
}


.surface-hole:after {
	content: "";
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0px;
    background-image: url(../img/surface_bottom.png);
    background-size: cover;
    background-repeat: repeat-x;
    z-index: 0;
    background-position: top;
}

.surface-hole .launcher {
	position: relative;
    height: auto;
    width: 128px;
    top: 10px;
    left: 10px;
    z-index: 20;
    max-width: 32%;
    object-fit: contain;
    object-position: top;
    margin: 10px 0;
}

.surface-hole .claim {
    position: absolute;
    top: -15px;
    right: -5px;
    z-index: 10;
    max-width: 60%;
}

.surface-hole h1,
.surface-hole p {
	padding: 0 20px;
	font-family: helvetica, sans-serif;
	font-stretch: ultra-condensed;
	font-weight: 300;
}

.surface-hole footer {
	margin-top: 10px;
	white-space: nowrap;
	padding: 20px;
    max-width: 60%;
    overflow: hidden;
    display: flex;
}

.surface-hole footer a + a {
    /*overflow: hidden;*/
    margin-left: 10px;
}

.surface-hole footer a img {
    max-width: 100%;   
    object-fit: contain;
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.1));
}

@media (max-width: 800px) {
    .surface-hole footer {
        flex-direction: column;
    }

    .surface-hole footer a {
        margin-left: 0!important;
    }

    .surface-hole footer a img {
        filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.2));
    }
    /*
	.surface-hole footer a img {
		height: 60px;
		max-height: 7vw;
	}
    */
}

@media (max-width: 550px) {
    /*
	.surface-hole footer a img {
		height: 60px;
		max-height: 10vw;
	}
    */
}

.frame {
	max-width: 900px;
    margin: auto;
}

.fab {
	background-image: url(../img/goto_video.png);
    background-size: 100%;
    font-size: 0;
    width: 168px;
    height: 168px;

    z-index: 1500;
    display: block;
    top: calc(100vh - 180px);
    position: absolute;
    right: 10px;
}

 @media(min-width: 800px) {
 	.fab {
 		top: 40vh;
 	}
 }


.device-mobile {
	background-image: url(../img/device_mobile.png);
    background-size: 100%;
    padding: 62px 18px 30px 18px;
    width: 208px;
    height: 402px;
    float: right;
    margin: 0 20px 20px 20px;
}

@media (min-width: 800px) {
	.device-mobile {
		margin-top:-100px;
	}
}

@media (max-width: 550px) {
	.device-mobile {
		transform: scale(0.75);
	    transform-origin: top right;
	    margin-right: -10%;
	    margin-left: -50px;
	}
}

.device-mobile img {
	height: 100%;
	width: 100%;
}

.surface {
	
    z-index: 100;
    position: relative;
    padding: 0 10px;
}



.surface:before {
    content:"";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 60%;
    display: block;
    background-image: url(../img/surface_middle.png);    
    background-size: 100% auto;
    background-position: top;
    background-repeat: repeat-y;
    
}

.surface:after {
    position: absolute;
    content: "";
    background: #7952ac;
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 600px) {
    .surface:after {
        
    }
}
.card {
	background-color: #0e1d49;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    padding: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 100px);
    position: relative;
    padding-bottom: 50px;
}



.card > p {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: justify;
	font-family: sans-serif;
	font-size: 12px;
    line-height: 16px;
}

.card .logo {
	max-width: 128px;
    min-width: 65px;
    width: 40%;
    display: block;
    margin: auto;
   
}

.card .logo-strip {
	background: #FFF;
    box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    padding: 20px;
    margin-top: -40px;
    margin-bottom: 40px;
}

.card .logo-strip img {
	max-width: calc(100vw - 80px);
	max-height: 200px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.card .logo-strip:focus img,
.card .logo-strip:hover img {
	max-width: calc(100vw - 80px);
    filter: grayscale(0);
    opacity: 1;
}

.card .video-container {
	background: #FFF;
    margin-top: 20px;
    margin-bottom: 40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    min-width: 250px;
    min-height: 250px;
    text-align: center;
    z-index: 1000;
    position: relative;
    left: -40px;
    width: calc(100% + 80px);
    box-sizing: border-box;
}

.placeholder {
	font-weight: bold;
    border: 2px dashed;
    font-size: 20px;
    color: #f52949;
    font-family: helvetica, sans-serif;
    padding: 15px;
    border-radius: 10px;
}

.card .video-container > *{
    margin: auto;
}

.loading-label {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 250px;
	min-width: 250px;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #CCC;
}

.card article {
	background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    left: -40px;
    box-sizing: border-box;
    width: calc(100% + 80px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin-bottom: 80px;
    transform: translate3d(0,0,0);
}

.card article:first-child {
	margin-top: -40px;
}

.card article img.framed {
    max-width: calc(100% + 40px);
    transform: rotate(-2deg) translateX(-50%);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 20px -20px;
    border-radius: 5px;
    border: 4px solid #4065d7;
    left: calc(50% + 16px);
    position: relative;
}

.card article img.framed:nth-child(2n+1) {
    transform: rotate(2deg) translateX(-50%);
}



.card article > header {
	background: #4065d7;
    position: relative;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 30px;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 40px;

}

.card article > header img {
	position: absolute;
    width: 200px!important;
    height: 200px!important;
    margin: 0!important;
    max-width: initial!important;
    min-width: auto!important;
    left: calc(50% - 100px);
    top: -90px;

}

.card article .date {
    float: right;
    color: #CCC;
    font-stretch: condensed;
    font-weight: 300;
    line-height: 26px;
    margin-left: 30px;
}

.card article > h2 {
	color: #333;
	font-size: 20px;    
	font-stretch: condensed;
    font-weight: bold;
}

.card article > h2 a {
    text-decoration: none;
    color: #333;
}

.card article > p {
	color: #333;
	font-size: 14px;
}

.card article > ul {
	font-size: 14px;
    background: #EEE;
    padding: 10px 20px 10px 28px;
    border-radius: 5px;
}

.card article > ul li {
	margin-bottom: 5px;
}

.card figure.sponsor {
    margin: 0;
    margin-bottom: -70px;
    position: relative;
    left: -100px;
    width: calc(100% + 200px);
    z-index: 10;

}

.card figure.sponsor label {
	position: absolute;
    height: auto;
    width: 30%;
    background: #e20613;
    display: block;
    text-align: center;
    padding: 40px 20px;
    min-width: 120px;
    transform: rotate(-6deg);
    border-radius: 2px;
    color: #FFF;
    font-size: 120%;
    top: 50%;
    transform: translateY(-50%) rotate(-6deg);
    right: 50%;
    max-width: 25vw;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.card figure.sponsor label:before {
    content: "ADV";
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    font-size: 10px;
    opacity: 0.75;
}

.card figure.sponsor label b {
	display: inline-block;
}

@media (max-width: 500px) {
	.card figure.sponsor label {
		font-size: 14px;
	}
}

.card figure.sponsor img.sponsor-bg {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}

.tag {
	background: #f52949;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
}

.video-sponsor {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.download-app-row {
	padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    flex-wrap: wrap;
}

.download-app-row:last-child {
	margin-bottom: 0;
}

.download-app-row  img {
	height: 60px;
	margin: 0 5px;
    max-height: 9vw;
}

.ani-bounce {
	animation-name: bounce;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

/* The animation code */
@keyframes bounce {
  
  50%  { transform: scale(1.1); }
 
}


.wall {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
    margin-top: -20px;
    background: #f4f4f4;
    z-index: 500;
    position: relative;
    width: 100%;

    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);

    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.wall .tag {
	transform: rotate(-9deg) translate(10px, 0px);
    position: absolute;
    display: inline-block;
    top: 0;
    left: 20px;
}

.powered-by {
    display: none!important;
}

.wall .col {
    box-sizing: border-box;
    height: 1020px;
    overflow: hidden;
    overflow-y: auto;
    width: 50%;    
    display: flex;
    padding: 10px;
    margin: 0;
    max-width: 360px;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 800px) {
    .wall {
        flex-direction: column;
    }

    .wall .col {
        max-width: initial;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .wall .col + .col {
        display: none;
    }
}

.ground {
    height: 1500px;    
    position: absolute;
    bottom: 1800px;
    width: 100%;
    display: flex;   
    left: 0;

}
.after-ground {
    z-index: 200;
    position: relative;
}

.background {
    position: relative;   
}

.background:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background:#6a4699;

}   
/*
.ground:after {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0px;
    background-image: url(../img/ground.png);
    background-size: cover;
    background-repeat: repeat-x;
    z-index: 0;
    background-position: top;
}
*/

.league-link {
    width: 100%;
    margin: 50px auto;
    filter: drop-shadow(0px 4px 5px rgba(0,0,0,0.2));
    max-width: 300px;
    display: block;
    padding: 10px;
}