@charset "utf-8";
/* CSS Document
#6ea1fc


*/

body, html {
    height: 100%;
    margin: 0px;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: rgba(255,255,255,0.00);
}

a {
	cursor: pointer;
}

.videotext {
	color: #fff;
	text-align: center;
	
}

.hero {
	background-image: url("../images/Website_ImageHeader.jpg");
	height: 100vh;
	width: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: scroll;
	z-index: 1;
	display: block;
	margin-top: -100px;
	padding: 0px;


}

.heroimage {
	opacity: 0;
	display: none;
}

.navbar {
	background-color: #414042;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 10;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, .4);
}

#logonav {
	margin-top: 5px;
	margin-left: 20px;
	display: inline-block;
}

.logonavbar {
	height: 40px;
	z-index: 4;
	margin-bottom: 5px;
	margin-top: 5px;
}

.menulogo {
	display: none;
}

.section1 {
	background-color: #E05E60;
	margin-top: -100px;
	margin-left: 20vw;
	margin-right: 20vw;
	border-radius: 10px;
	box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, .2);
	padding-bottom: 5px;
	
}
.section1text {
	display: block;
	text-align: center;
	color: #fff;
}


#title {
	font-size: 7vh;
	font-weight: 900;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fbb03b;
	padding: 5% 0% 0% 0%;
	margin: 0px;
}
.section2 {
	background-color: #E05E60;
	padding: 25px;
}

.threecolumn {
	color: #414042;
	display: grid;
	grid-template-columns: auto auto auto;
	text-align: center;
	background-color: #fff;
	padding: 100px 25px 100px 25px;
	margin-left: 5%;
	margin-right: 5%;
	grid-column-gap: 10%;
}

.section3 {
	color: #414042;
	display: grid;
	grid-template-columns: auto auto auto auto;
	text-align: center;
	background-color: #fff;
	grid-column-gap: 5%;
	margin: 5%;
} 

.sect1para {
	padding: 2vw;
	
}

.columntitle {
	color: #6ea1fc;
	font-weight: 900;
}

.chartitle {
	color: #6ea1fc;
	font-weight: 900;
}

.characterimage img {
	width: 20vw;

}


.section4 {
	background-color: rgb(224, 94, 96);
	display: inline-block;
	width: 100vw;
}

.section4 {
	margin-top: 5vw;
	display: none;
}

.section4 img {
	width: 70vw;
	float: left;
	display: inline-block;
}

.footer {
	background-color: #414042;
	position:relative;
	top: -4px;
	display: grid;
	grid-template-columns: auto auto auto;
	color: #fff;
	font-weight: 100;
	float: none;
	clear: both;
}

.footerlogos {
	
}

.cfglogo {
	width: 15vw;
	padding: 3vw;
}

.nilogo {
	width: 15vw;
	padding: 3vw 3vw 0vw 3vw;
	display: block;
}

.footernav {
	padding: 5vw 
	
}

.footernav div {
	margin-bottom: 15px;
}

.footersocial {
	padding-top: 7vw;
}

.footersocial a {
	color: #fff;
	font-size: 5vw;
	margin: 1vw;
	
}

.downloadbtn {
		display: none
	}
	

	.getthegamebtn {
		display: none;
	}

.menulinkfooter {
	text-decoration: none;
	color: #fff;
	display: block;
	margin-bottom: 3vw;
}

.menulinkfooter:hover {
	font-weight: 400;
}

#twitterico {
}

.signup {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2vw;


}

#signupheader {
		line-height: 30px;
		font-size: 1.5em;
}

.signupbody {
	padding: 0;
	margin: 0px;
}

#cslink {
	text-decoration: none;
	text-decoration-color: #fff;
	color: #fff;
	
}

#cslink:hover {
	color: #fbb03b;
}

#cslink:visited {
	color: #fff;
}

.tutpic {
	height: auto;
	width: 80vmax;
}

.tutcontainer {
	padding-left: 10%;
}

.faqtext {
	width: 80vmax;
}

.faqtitle {
	font-size: 7vmin;
	padding-top: 7vmax;
}


@media (min-width: 801px) {
	
	body {
		overflow-x: hidden;
	}
	
	.video {
	width: 50vw;
	padding: 2vw 22vw 2vw 22vw;
}
	

	.sec4text {
	float: right;
	display: inline-block;
	width: 20vw;
	padding: 1vw 5vw;
	color: #fff;
	}
	.section1text p {
		padding-bottom: 10vh;
}

	.navmenu {
		display: inline-block;
		position: fixed;
		top: 25px;
		z-index: 10;
		margin-left: 200px;
		
	}
		.menulinkwrap {
		display: inline-block;
		margin-left: 30px;
		float: left;
	}
	
	.menulink {
		display: inline;
		text-decoration: none;
		color: #D0D0D0;
		padding-bottom: 10px;
		font-weight: 300;
		transition: .3s;
		font-size: 9pt;
	}
	
	.downloadbtn {
		position: fixed;
		right: 0px;
		top: 0px;
		float: right;
		background-color: #fbb03b; 
		height: 10px;
		padding: 25px;
		color: #414042;
		border: none;
		display: none
	}
	
	.getthegamebtn {
		display: none;
	}
	
	.menulink:hover {
		border-bottom: 7px solid #fbb03b; 
	}
	
	.downloadbtn:hover {
		background-color: #F8DA01; 
	}
	
	.current {
		border-bottom: 7px solid #fbb03b; 
	}
	
	.social {
		display: none;
	}
	.myemailwrapper {
		display: none;
	}
	
	.section3 {
	background-color: #fff;
	
}
	
}

@media (max-width: 800px) {	
	
	body {
		overflow-x: scroll;
	}
	
	#title {
		padding: 30px 0em .5em 0em;
		line-height: 30px;
		font-size: 2em;
	}
	
	.tutpic {
	padding-top: 1vmax;
	margin-left: 0;
	width: 100vmin;
	display: block;
	}

	.tutcontainer {
	padding-left: 0;
	padding-top: 7vmax;
	margin-bottom: 2vmin;
	
	}
	
	.hero {
	background-image: url("../images/Website_ImageHeader.jpg");
	height: 100%;
	width: 100%;
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: scroll;
	z-index: 1;
	display: block;
	margin-top: -100px;
	padding: 0px;

	}
	.section1 {
	background-color: #E05E60;
	margin-top: -100px;
	margin-left: 5vw;
	margin-right: 5vw;
	border-radius: 10px;
	box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, .2);
	}
	
	.video {
	max-width: 75%;
	margin-left: 12.5%;
}

	.section1text p {
	padding: 0vw 5vw 5vw 5vw;
	margin: 5px;
		text-align: center;
}
	.menuicon {
	position: absolute;
	top: 50%;
	right: -35px;
	cursor: pointer;
	transform: translate(-50%, -50%);
	height: 40px;
	width: 40px;
	background-color: #fbb03b;
	margin: 0px;
	padding: 10px;

	}

	.menubar {
		height: 5px;
		width: 30px;
		background: #414042;
		border-radius: 1px;
		transition: .5s;
		transform: translate(15%, 350%);
		right: 50%;
		left: 50%;
	}

	.menubar:hover {
		background-color: #fff;
	}
	.menubar:hover:before {
		background-color: #fff;
	}
	.menubar:hover:after {
		background-color: #fff;
	}

	.menubar:before, 
	.menubar:after {
		content: '';
		position: absolute;
		height: 5px;
		width: 30px;
		background: #414042;
		transition: .5s;
	}

	.menubar:before {
		top: -10px;
	}

	.menubar:after {
		top: 10px;
	}

	.menuicon.active .menubar {
		background: rgba(0,0,0,0);
	}

	.menuicon.active .menubar:before {
		transform: rotate(45deg);
		background-color: #414042;
		top: 0;
	}

	.menuicon.active .menubar:after {
		transform: rotate(135deg);
		background-color: #414042;
		top: 0;
	}

	.menuicon.active .menubar:hover:before {
		background-color: #E05E60;
	}

	.menuicon.active .menubar:hover:after {
		background-color: #E05E60;
	}

	.contentmid {
		margin-top: 100px;
	}

	.toggle {
		z-index: 5;
		background-color: #E05E60;
		height: 100%;
		width: 100%;
		position: fixed;
		left: -500%;
		top: 0px;
		padding-left: 5%;
		padding-top: 30px;
		color: #fff;
		display: inline-block;
		transition: .5s;
	}

	.toggle.active {
		left: 0%;
		overflow: auto;
		transition: .5s;
	}

	.menulinkwrap {
		display: block;
		margin-bottom: 2%;
		font-size: 150%;
		font-weight: 200;
	}

	.menulink {
		display: inline-block;
		text-decoration: none;
		color: #fff;
	}

	.menulink:hover {
		color: #fff;
		transition: .0s;
		font-weight: 400;
	}
	.menulink:visited {
		color: #fff;
	}


	#menudecorationbox {
		background-color: #FFFFFF;
		height: 8px;
		width: 20%;
		margin-top: 50px;
	}

	#menudecorationline {
		background-color: #FFFFFF;
		height: 2px;
		width: 40%;
		margin-bottom: 3%;
	}

	.menucontainer {
		margin-left: 2vw;
		margin-top: 15vh;
	}

	.menulogo {
		margin-bottom: 50px;
		height: 25vh;
		margin-top: 100px;
		margin-left: 5vw;
		display: inline-block;
	}

	.contactmenu {
		font-weight: 900;
		margin-top: 0px;
	}

	.myemailwrapper {
		font-size: 85%;
		margin-bottom: 0px;
		margin-top: 3%;
	}

	.myemail {
		text-decoration: none;
		color: #fff;
	}

	.myemail:hover {
		color: #fff;
	}

	.social a i {
		font-size: 160%;
		transition: .4s;
		display: inline-block;
		padding: 5px 5px 5px 0px;
		color: #fff;
	}

	.social:hover {
		font-size: 210%;
		color: rgba(65,64,66,0.30);
	}

	.social a i:hover {
		color: #414042;
		opacity: 1;
		transition: .5s;
	}
	
	.threecolumn {
		display: block;
		padding-top: 0px;
	}
	
	.charinfo {
	float: none;
	text-align: center;
	display: block;
	
}
	
	.charactertext{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.characterimage img {
	width: 30vw;
	margin-top: 10vw;

}
	
	.heroicons img {
		margin-top: 15vw;
	}
	
	.section3 {
		display: block;
}
	
	.section4 {
		width: 100vw;
	}
	
.section4 img {
	max-width: 100vw;
	float: none;
	display: block;
}

.sec4text {
	float: none;
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
}

.footersocial {
	padding-top: 4vw;
}
.downloadbtn {
		
		display: none
	}
	
	.faqbtn {
		display: none;
	}
	
	.getthegamebtn {
		display: none;
	}
	
	#healer {
		margin-bottom: 9vw;
	}
}

.policytext {
	
	margin: 2vh;
}


