body {
	background: white;
	padding: 0px 0px 200px;
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #A96EC6;
	font-weight: 400;
}

/* TOP */
.title-wrap {
	float: left;
	padding-top: 50px;
	padding-left: 60px;
}

.title{	
	font-family:"Paytone One";
	font-size: 53px;
	color: white;
	line-height: 0;
	padding: 0px;
	margin: 0px auto;
	text-shadow: 0px 1px 2px #43535A
	
}

.inner{
	background-color: #ffffff;
	padding-top: 4em;
	padding-bottom: 10em;
}

header.wrapper{
	margin: 0px;
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
	height: 550px;
	overflow: hidden;
}

header.wrapper-two{
	margin: 0px;
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
	height: 300px;
	overflow: hidden;
}

header.wrapper-success{
	margin: 0px;
	width: 100%;
	position: absolute;
	top:0px;
	left:0px;
	height: 100px;
	overflow: hidden;
}


.menu{
	background: linear-gradient(to bottom, #00D0FF, white); /*or 4ECDC4*/
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.menu-two{
	background-color: #21E0D3;
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.menu-success{
	background-color: #E45454;
	padding: 0px 50px 0px 50px;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}




img#astro{
	float: left;
	width: 600px;
	background-size:contain;
}


/* article */
.welcome-wrap{
	font-family: 'Raleway';
	padding-top: 40px;
	padding-left: 10%;
	padding-right: 10%;
}


.welcome{
	text-align: center;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 28pt;
	color: white;
}

.sub-welcome{
	text-align: center;
	font-size: 16pt;
	line-height: 1.5em;
	color: black;
	font-weight: 300;
	margin-top: 20px;
}

/*SECOND PART */

/* wraps game-intro */
.play-game-wrap{
	position:absolute;
	top: 550px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 700px;
	background-color: white;
	overflow: hidden;
}

.play-game-wrap-two{
	position:absolute;
	top: 300px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 1000px;
	background-color: white;
	overflow: hidden;
}

.wrap-contact{
	position:absolute;
	top: 300px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1700px;
	background-color: white;
	overflow: hidden;
}

.wrap-contact-success{
	position:absolute;
	top: 120px;
	left: 0px;
	padding-left: 5%;
	padding-right: 10%;
	margin: 0;
	width: 80%;
	height: 700px;
	background-color: white;
	overflow: hidden;
}


.game-intro{
	text-align: center;
	padding-top: 50px;
	width: 100%;
}

.game-intro-resources, .game-intro-two{
	text-align: center;
	padding:5%;
	width: 90%;
	display:inline-block;

}

.success-intro{
	text-align: center;
	padding:5%;
	width: 100%;

}

.member-intro{
	text-align: center;
	padding-top: 50px;
	width: 100%;
	height: 300px;
	display:inline-block;
}

h2 {
	font-family: 'Paytone One';
	color: black;
	font-size: 30pt;
	text-align: center;
}


#bar {
	width: 500px;
	background-size:contain;
}

#game-text{
	padding-top: 40px;
	padding-left: 20%;
	padding-bottom: 20px;
	font-family: 'Open Sans';
	font-size: 15pt;
	line-height: 200%;
	width: 60%;
}

.enter-name{
}



.card{
	border-radius: 10px;
	width: 300px;
	max-height: 300px;
	padding: 20px;
	margin: 15px;
	box-sizing: border-box;
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,.2);
	transition: .5s ease-in-out;
	display:inherit;
	word-wrap: break-all;
}

.card-lesson{
	border-radius: 10px;
	width: 30%;
	max-height: 300px;
	padding: 20px;
	margin: 15px;
	box-sizing: border-box;
	box-shadow: 0px 3px 8px 5px rgba(0, 0, 0, .3);
	transition: .5s ease-in-out;
	display:inherit;
	word-wrap: break-all;
	cursor:pointer;
	background-color: white;
}

.card-lesson:hover{
	box-shadow: 1px 4px 5px 2px rgba(0, 150, 156,.5);
}

.card-lesson:active{
	background-color: #734FFF;
	transform: translateY(10px);
}

.card:hover{
	box-shadow: 0px 4px 7px 3px rgba(0,0,0,.4);
}

.card-title a{
	color: #A96EC6;
	font-family: 'Open Sans';
	font-size: 17pt;
	font-weight: 600;
	text-decoration: none;
	padding:0;
}

.card-text{
	font-family: 'Open Sans';
	font-size: 10pt;
	line-height: 1.5em;
	padding:0;
}
/*CONTENT STYLES */

.content{
	margin: 0px;
	text-align: center;
	font-family: "Raleway";
	font-size: 15pt;
}
.begin-button{
	font-family: "Paytone One";
	font-size: 25pt;
	background-color: #4ECDC4;
	color: white;
	border: 0px;
	border-radius: 50px;
	padding: 20px 50px;
	cursor: pointer;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-decoration: none;
	transition: .5s ease;	
}

.begin-button:hover {
	box-shadow: 0px 1px 4px black;
}

.begin-link:visited, .begin-link:hover, .begin-link:link{
	text-decoration: none;
}


.intro {
	padding: 30px;
	position: relative;
	width: 100%;
}


.member-name{
	font-family: 'Helvetica';
	font-size: 18pt;
	color: #995AE2;
	line-height: 80%;
	
}

/* FOOTER STYLES */

.footer{
	position: absolute;
	left: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	background-color: #2C363F;
	overflow: hidden;
	display: inline-block;
}


.footer-left {
	float: left;
	margin: 20px 10px 20px 60px;
	width: 40%;
	height: 150px;
	overflow: hidden;
}


.footer-right{
	float: right;
	margin: 20px 50px 20px 10px;
	height: 150px;
	width: 40%;
	overflow: hidden;
}

h4 {
	font-family: 'Open Sans';
	color: white;
	font-size: 9pt;
	font-weight: 600;
}

.footer-text, .footer-links {
	font-family: 'Open Sans';
	font-size: 8pt;
	color: white;
	line-height: 2em;
	letter-spacing: 1pt;
	font-weight: 300;
}



.footer-links, .footer-links li{
	display: block;
	list-style-type: none;
	margin-bottom:0;
	font-family: 'Open Sans';
	font-size: 8pt;
	color: white;
	line-height: 2em;
	letter-spacing: 1pt;
	font-weight: 300;
}


.footer a{
	font-weight: 600;
	color: white;
	text-decoration: underline;

}

/*THIS IS THE NAVIGATION ITEMS*/

/*navigation wrapper */

/* <UL> */

ul {
	height: 100px;
	line-height: 350%;
}

ul.nav-items {
	list-style-type: none;
	font-family: 'Paytone One';
	font-size: 20pt;	
	padding: 0; 
	margin: 0;
	overflow: hidden;
}

/*LI*/

li.li-menu{
	float: right;
	height: 100px;
	padding: 0px 10px 0px 10px;	
}

/* space around the link*/
li.li-menu a {
	display: block;
	width:100%;
	height: 100px;
	text-decoration: none;
	padding-left: 10px;
	transition: 0.2s ease-out;
	color: white;
}

li.li-menu a:hover {
	transition: 0.3s ease-in;
	background-color: white;
	color: #A96EC6;
	width: 100%;
	height: 100%;
}

/* TABLE STYLES */

.lessons {
	padding-top: 5%;	
	font-family: 'Open Sans';
	color: black;
	table-layout: fixed;
	width:90%;
	display: none;
	margin: 0 auto;
	vertical-align: middle;
	border-spacing: 2em;
	overflow: hidden;
	border-collapse: collapse;
}

tr:nth-child(odd) {
	background-color: #CDEEEF;
}

/* <TD> */
.table-bold {
	font-weight: 600;
	font-size: 13pt;
	width: 30%;
	padding:20px;
}

.table-text{
	font-size: 11pt;
}

button.lesson-button{
	width: 100%;
	font-family:'Raleway';
	font-size: 12pt;
	font-weight: 300;
	background-color: white;
	border: none;
	padding: 10px;
	display: inline-block;	
}

/*CONTACT FORM */

#contact-form{
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 5%;
	width:100%;
	float: left;
}

h5{
	font-family: 'Open Sans';
	font-size: 15pt;
	font-weight: 600;
	line-height: 10pt;
}

textarea {
	font-size: 18pt;
	font-family: 'Open Sans';
	margin-left: 50px;
	padding: 15px;
	box-sizing:border-box;
}

label{
	padding: 0px;
}

label.enter{
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 20pt;
	color: #5C5C5C;

}

select{
	font-family: 'Open Sans';
	font-size: 15pt;
	margin-left: 50px;
	width: 50%;
}

input{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid black;
	width: 50%;
	margin-left: 50px;
	font-family: 'Open Sans';
	font-size: 23pt;
	padding-top: 0;
	margin-top: 0;
}

input#user-name{
	width: 50%;
	padding-top: 20px;
	display: inline;
}

input.submit-name{
	display: inline;
	padding: 0;
	margin-left: 10px;
	border: none;
	color: #00C285;
	font-size: 18pt;
	font-weight: 600;
	text-decoration:none;
	background-color: white;
	max-width: 50px;
	
}


input.submit-button{
	margin-top: 40px;
	padding: 4px;
	width: 50%;
	border:1px solid black;
	transition: 0.5s ease-out;
}

input.submit-button:hover{
	background-color: #E3D2F7;
	border: 1px solid #E3D2F7;
}


