h1 {color:white; font-family: 'Alumni Sans';font-size:50px;padding:0px;margin:10px;}

h2 {color:white; font-family: 'Almendra Display'; text-align:center;font-size: 50px;margin:10px;}

h3 {color:white; font-family: 'Aldrich';margin:10px;font-size: 30px;}

p {color:white; font-family: 'Pragati Narrow';font-size: 26px;padding:0px;margin:10px;}

a {color:white; font-family: 'Alumni Sans';font-size: 32px;padding:0px;margin:0px;transition-duration: 0.2s;}

a:hover {color:red;}

/* Layout */

body  {	background-color:#587B7F;margin-left:10%;margin-right:10%;}

section {
	
}



div {
	border-color:white;
	border-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	background-color:#161616;
	width:auto;
	margin:15px;
	padding:5px;
}

nav {background-color:;max-width:20%;min-width:20%;float:left;padding:0px;margin:0px;}

article {
	background-color:;max-width:80%;min-width:80%;float:right;padding:0px;margin:0px;
}
