/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
  background-color: #000000;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
	margin: 0;
	padding: 0;
	color: #383838;
	background: url(../images/background.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	font-family: Lato, sans-serif;
	display: block;
	text-align: center;
}


.header{
	width: 100%;
	float: left;
	padding: 60px 0;
}

h1{
	font-size: 50px;
	text-align: center;
	font-family: 'Grand Hotel', cursive;
}

.writeup{
	width: 60%;
	float: left;
	padding: 0 20% 70px;
}

.writeup p{
	font-size: 18px;
	line-height: 32px;
}

.locations{
	width: 60%;
	float: left;
	padding: 0 20% 70px;
}

.locations ul{
	width: 100%;
	float: left;
}

.locations ul li{
	width: 33%;
	float: left;
}

h2{
	font-size: 26px;
	font-family: 'Grand Hotel', cursive;	
}

.locations ul li p{
	font-size: 16px;
	line-height: 24px;
}

.locations ul li h2{
	margin-bottom: 20px;
}

.locations ul li a{
	color: #ededed;
}

.locations ul li a:hover{
	text-decoration: none;
}


.launching{
	width: 60%;
	float: left;
	padding: 0 20% 70px;
	font-size: 35px;
	font-weight: 300;
}

h3{
	font-size: 20px;
	font-family: 'Grand Hotel', cursive;	
	margin-bottom: 20px;
	
}

.contact{
	display: none;
}


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

.header{
	padding: 50px 0;
}

.writeup{
	width: 70%;
	float: left;
	padding: 0 15% 50px;
}

.writeup p{
	font-size: 16px;
	line-height: 30px;
}

.locations{
	width: 60%;
	float: left;
	padding: 0 20% 50px;
}

.launching{
	width: 60%;
	float: left;
	padding: 0 20% 50px;
	font-size: 30px;
	font-weight: 300;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}


}


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

.header{
	width: 100%;
	float: left;
	padding: 30px 0;
}


h1{
	font-size: 40px;
	text-align: center;
	font-family: 'Grand Hotel', cursive;
}

.writeup{
	width: 70%;
	float: left;
	padding: 0 15% 30px;
}

.writeup p{
	font-size: 16px;
	line-height: 28px;
}

.locations{
	display: none;
}

.contact{
	display: inherit;
}

.contact a{
	color: #ededed;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
}

.supporters{
	display: none;
}

.launching{
	width: 60%;
	float: left;
	padding: 0 20% 50px;
	font-size: 20px;
	font-weight: 300;
}

}
