body{
	background-image:url("starry.jpg");
	background-size:100% 1000px;
	background-repeat:repeat-y;
}
#homewrapper{
	max-width:20%;
	height:auto;
	padding:0.5em 0.5em 0 0.5em;
	margin: 0 auto;
	text-align:center;
	
}
#wrapper{
	max-width:740px;
	height:auto;
	padding:0.5em 0.5em 0 0.5em;
	margin: 0 auto;
	background: rgba(255,255,255,0.1);
	text-align:center;
}

header{
	color:#FFFFFF;
	width:944px;
	padding:0.4em;
	max-width:100%;
}
header p{
	font-family: 'Chau Philomene One', sans-serif;
	font-size:3.5em;
	text-align:center;
 }
.link{
	text-align:center;
	width:280px;
	max-width:100%;
}
.linkBox a{
	text-align:center;
	color: #ffffff;
	display: block;
	text-decoration:none;
	font-family: 'Didact Gothic', sans-serif;
	font-size:1.5em;
	max-width:100%;
}

.linkBox a:hover{
	font-weight:bold;
	background-color:rgba(204,229,255,0.2);
}
.nav{
	text-align:center;
	max-width:100%;
	margin-top:-4em;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Didact Gothic', sans-serif;
}
.nav a{
	color: #ffffff;
	text-decoration:none;
	font-size:1.5em;
	padding:0.5em;
}
.nav a:hover{
	font-weight:bold;
	background-color:rgba(204,229,255,0.2);
}
.textTitle{
	text-align:left;
	font-family: 'Kite One', sans-serif;
	font-size: 1.5em;
	color:#ffffff;
	margin-top: 2em;
	font-weight:bold;
}
.text{
	text-align:left;
	font-family: 'Kite One', sans-serif;
	font-size: 1em;
	color:#ffffff;
	margin-top: 1em;
	color: #ffffff;
}
.video{
	text-align:center;

}
img{
	max-width:100%;
	margin-top:1em;
	
}
