* {
	margin: 0;
	border: 0;
	padding: 0;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body{
	background-color: #300466;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ieCookie {
	position: absolute;
	top: -1000px;
}

#background {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/landing/landing-background.jpg");
	background-size: cover;
	background-position: top left;
	background-repeat:no-repeat;
}

#egrBadge{
	position: absolute;
	display: block;
	top: 18%;
	left: -20%;
	height: 35%;
	width: 35%;
	transform: rotate(349deg);
	background-image: url("../images/landing/egr-badge.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#contentContainerFull {
	position: absolute;
	top: 0;
	right: 5%;
	z-index: 1;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 52vh;
	height: 100%;
}

#logo{
	display: block;
	margin-top: 8%;
	padding-bottom: 5%;
	height: 15%;
	width: 90%;
	background-image: url("../images/landing/h5c-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#appIcon{
	display: block;
	height: 85%;
	width: 30%;
	background-image: url("../images/landing/h5c-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#contentContainerMain{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	height: 45%;
	width: 90%;
	background: linear-gradient(180deg, rgba(237,244,255,1) 60%, rgba(196,212,241,1) 100%);
	border-radius: 2vh;
	border-style: solid;
	border-width: 0.45vh;
	border-color: #9b95ea;
	margin-bottom: 6%;
}

#contentContainerSub{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	height: 14%;
	width: 92%;
	background-image: url("../images/landing/h5c-container.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#subContents{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	height: 100%;
	width: 65%;
}

.fstyle {
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: #431aa2;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.section1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 20%;
	margin-top: 4%;
	font-size: 2.5vh;
}

.section2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 20%;
	font-size: 1.75vh;
}

.section3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72%;
	height: 15%;
	font-size: 1.5vh;
}

.section4{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	height: 10%;
	font-size: 1.75vh;
}

.section5{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 50%;
	font-size: 1.75vh;
}

.cta {
    width: 40vh;
    height: 5vh;
    border-radius: 5vh;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2vh;
    letter-spacing: 0.028rem;
    cursor: pointer;
}

.cta:hover {
	filter: brightness(120%);
}

.cta.login{
    color: #FFF;
	background-color:#ff7b1b;
}

.cta.register{
    color: #FFF;
	background-color:#ac1eff;
}

.cta.playH5C{
    color: #FFF;
	background-color:#ac1eff;
    width: 30vh;
    font-size: 1.75vh;
}

.line{
	width: 90%;
	height: 0.125rem;
	background: #dce0fe;
	margin: 1% 0;
}

@media only screen and (min-aspect-ratio: 16/9){
	#background {
		background-size: contain;
	}
	#contentContainerFull {
		left: 0;
		padding-left: 117vh;
	}
	#egrBadge {
		top: 16.95%;
		left: 62%;
		height: 18.2%;
		width: 18.2%;
	}
}

/**
 * Copy over some stuff from style.css, for the footer
 */
footer {
	display: block;
}

.footer {
	font: 300 14px/1.6 'Roboto', sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	bottom: 0;
	position: absolute;
	z-index: 9999;
	height: 35px;
	line-height: 35px;
	width: 100%;
	left: 0;
	right: 0;
	background: #25056b;
	box-sizing: border-box;
	}
.footer .copyright,
.footer .links {
	width: 50%;
	box-sizing: border-box; }
.footer .copyright {
	float: left;
	padding: 0 10px; }
.footer .copyright span {
	color: #ffffff;
	}
.footer .links {
	float: right;
	text-align: right; }
.footer .links li {
	float: none;
	display: inline-block; }
.footer.fixed-bottom {
	bottom: 0;
	position: fixed;
	-webkit-transform: scale3d(1, 1, 1); }

.nav-links {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative; }
.nav-links li {
	float: left;
	padding: 0 20px; }
.nav-links li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
.nav-links li a:hover {
	color: #FFFFFF; }

/*=max width 4000 by 400 - 450 */
@media screen and (min-height: 100px) and (max-height: 450px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 451 - 550 */
@media screen and (min-height: 451px) and (max-height: 550px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 551 - 599 */
@media screen and (min-height: 551px) and (max-height: 599px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 701 - 728 */
@media screen and (min-height: 600px) and (max-height: 629px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 630 - 800 (768 for mac) */
@media screen and (min-height: 630px) and (max-height: 700px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 701 - 750 (800) */
@media screen and (min-height: 701px) and (max-height: 750px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 701 - 800 (800) */
@media screen and (min-height: 751px) and (max-height: 800px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 801 - 850 (800) */
@media screen and (min-height: 801px) and (max-height: 850px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 851 - 900 (900) */
@media screen and (min-height: 851px) and (max-height: 900px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 901 - 950 (1024) */
@media screen and (min-height: 901px) and (max-height: 950px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 951 - 1000 (1010) */
@media screen and (min-height: 951px) and (max-height: 1010px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

/*=4000 by 1011 - 1060 (1050) */
@media screen and (min-height: 1011px) and (max-height: 1060px) {
	.footer {
		height: 25px;
		line-height: 25px; }
	.footer .copyright,
	.footer .links {
		font-size: 10px; } }

@media only screen and (max-width: 767px) {
	/* Footer links*/
	.footer {
		height: 70px; }
	.footer .copyright,
	.footer .links {
		float: none;
		width: 100%;
		text-align: center; }
	.footer .links {
		display: inline-block; }
	.footer .links li {
		float: none;
		display: inline-block;
		padding: 0 10px; }
	.footer .copyright,
	.footer .links {
		font-size: 11px; } }