/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	margin: 0 auto;
}
body{
	background-color: #E8E8E8;
}
header{
	text-align: center;
	padding-top:200px;
}
header h1{
	font-family: 'Anton', sans-serif;
	letter-spacing:4px;
	font-size: 150px;
	color: #f15f3a;
	font-weight: normal;
	position: sticky;
	top: 0;
}
header p{
	color: #A9A9A9;
	font-family:'Dosis', sans-serif;
	margin-top: 10px;
}
nav{
	position: sticky;
	top: 0;
	z-index: 100;
}
nav ul{
	text-align: center;
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
}
li{
	font-family: 'Share Tech', sans-serif;
}
a{
	text-decoration: none;
	color: #383838;
}
a:hover{
	color: #989898;
	transition: .3s;
}
#home{
	width: 100%;
	min-height: 740px;
	position: sticky;
	top: 0;

}
#who{
	padding-top: 25px;
	width: 100%;
	min-height: 740px;
	background-color: #f15f3a;
	position: sticky;
	top:0;
}
#what{
	padding-top: 25px;
	width: 100%;
	min-height: 740px;
	position: sticky;
	top: 0;
	background-color: #E8E8E8;
}
#why{
	padding-top: 25px;
	min-width: 100%;
	min-height: 740px;
	background-color: #f15f3a;
	position: sticky;
	top: 0;
}
#how{
	padding-top: 25px;
	width: 100%;
	min-height: 740px;
	position: sticky;
	top: 0;
	background-color: #E8E8E8;

}
#where{
	padding-top: 25px;
	width: 100%;
	min-height: 740px;
	background-color: #f15f3a;
	position: sticky;
	top: 0;
}
h2{
	color: #E8E8E8;
	font-family: 'Anton', sans-serif;
	letter-spacing:4px;
	font-size: 60px;
	text-align: center;
	font-weight: normal;
	padding: 100px;
	padding-bottom: 50px;
}
.two{
	font-family: 'Anton', sans-serif;
	letter-spacing:4px;
	font-size: 60px;
	text-align: center;
	color: #f15f3a;
	padding: 100px;
	padding-bottom: 50px;
}
.textone{
	color: #E8E8E8;
	font-family:'Dosis', sans-serif;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
	font font-weight: bold;
	font-size: 20px;
}
.texttwo{
	color: #f15f3a;
	font-family:'Dosis', sans-serif;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
	font font-weight: bold;
	font-size: 20px;

}
.ptextone{
	text-align: center;
	width: 650px;
	margin: 0 auto;
	margin-top: 20px;
	font-family:'Dosis', sans-serif;
	line-height: 20px;
	color: #E8E8E8;
}
.ptexttwo{
	text-align: center;
	width: 650px;
	margin: 0 auto;
	margin-top: 20px;
	font-family:'Dosis', sans-serif;
	line-height: 20px;
	color: #f15f3a;
}

@media only screen and (max-width:500px){
	body, header, nav{
		min-width: 100%;
	}
	li{
		padding:0px;
		padding-left: 18px;
		padding-right: 1px;
		margin: 0px;
		margin-top: 25px;
	
	}
	h2, .two{
		margin: 20px;
		font-size: 35px;
		letter-spacing: 1px;
		line-height: 42px;
	}
	header{
		padding-top: 170px;
	}
	header h1{
		font-size: 100px;
		text-align: center;
		line-height: 95px;
	}
	header p{
		margin-top: 10px;
	}
	.ptextone, .ptexttwo{
		max-width: 95%;
	}
	.textone, .texttwo{
		margin-top: -20px;
	}


}