body{margin:0;font-family:'Roboto Condensed','Arial'}
.splash-page-copyright{width:100%;text-align:center;position:fixed;display:inline-block;bottom:5%}
.splash-page-copyright span{color:#fff;font-size:14px;font-weight:300}
.splash-page-cta{text-align:center;position:fixed;display:inline-block;bottom:190px;transform:skew(-30deg);background-color:#fff;width:auto}
.splash-page-cta a{color:#000;font-size:14px;font-weight:700;text-transform:uppercase;text-decoration:none;padding:10px 30px;transform:skew(30deg);display:inline-block}
.splash-page-cta:hover{background-color:#ffde00}
#stats{display:none}
*{margin:0;padding:0;outline:0}
html,body{width:100%;height:100%;overflow:hidden}
.choose{position:fixed;display:inline-block;text-align:center;width:100%;height:auto;top:70%;color:#fff;font-size:22px;font-weight:700;text-transform:uppercase;text-decoration:none;word-spacing: 7px}
.languages{position:fixed;display:inline-block;text-align:center;vertical-align:middle;width:100%;height:auto;top:74%}
.languages a{display:inline-block;width:55px;height:37px;margin:0 15px;transition: all .2s ease-in-out}
#english{background:url(../img/english-flag.png);background-repeat:no-repeat}
#french{background:url(../img/french-flag.png);background-repeat:no-repeat}
#german{background:url(../img/german-flag.png);background-repeat:no-repeat}
#italian{background:url(../img/italian-flag.png);background-repeat:no-repeat}
#spanish{background:url(../img/spanish-flag.png);background-repeat:no-repeat}
.languages a:hover{transform: scale(0.9)}
.logo-img {
    position: fixed;
    left: 0;
    right: 0;
    top: 14%;
    margin: 0 auto;
    width: 20%;
    text-align: center;
}

.logo-img img {
    width: 100%;
}


@media screen and (max-width: 1024px) {

	.logo-img {
		width: 30%
	}
}

@media screen and (max-width: 800px) {

	.languages {top:62%}

}

@media screen and (max-width: 700px) {

	.languages a{height:26px; width:40px; background-size: cover !important}

}

@media screen and (max-width: 600px) {

	.logo-img {
		width: 60%
	}


	.languages {top:70%}

	
}

