body {
	font-family: Liberation Sans, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin: 0px;
	color: #333333;
	background-color: #adffc9;
	
}

h2{
	font-size: x-large;
}
h3{
	font-size: large;
}
h1, h2, h3, h4{
	color: #0371b3;
}
h1{
	font-size: xx-large;
	color: #035e95;
}
#top{
	text-align: center;
	font-size: 36px;
	color: #fff;
}
#top-w{
	/*background-color: rgb(255, 84, 115); rgb(10, 221, 181) */
	background-color: rgb(0, 202, 164);
	
	font-family: 'Quicksand', sans-serif;
}
video, img{
	max-width: 100%;
	height: auto;
}
main{

}
.page{
	margin-top:40px;
	background-color: white;
	padding: 20px;

}
footer{

}

#footer-in{

}
.base-w{
	width:600px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:auto;

}
.marg-top{
	margin-top: 40px;
}
.foo-copy{
	font-size: smaller;
}
.foo2{
	font-size: x-small;
}

@media only screen and (max-device-width: 650px) {
	.base-w{
		width: calc(100% - 14px);
		
	}
	.text-1{
	font-size: 125%;
	}
	
	.h-mid{
		width:100%;
	}
}
