@charset "UTF-8";
/* CSS Document */

html {
	background: rgba(245,180,156,0.68);
}
a { font-family: 'Quicksand', sans-serif; 
	text-decoration: none;
	color: #8FBDCC;
	}
head { font-family: 'Quicksand', sans-serif; }
body { font-family: 'Quicksand', sans-serif;
	}
nav {font-size: 22pt;
	text-align:left;
	padding: 15pt;
}
div.headnav{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 30%;
	margin-left: 67%;
	margin-right: 3%;
	padding: 10pt;
	position: -webkit-sticky;
  	position: sticky;
 	top: 0;
	float: left;
	background: #fff;
}
.topnav a{
	width: 90%;
	display: block;
}
.content {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 57%;
	padding: 10pt;
	margin-right: 5%;
	margin-top:5%;
	margin-left:3%;
	clear: right;
	background: #fff;
}
.content p {
	padding: 20pt;
	text-align: justify;
}
.content img {
	width: 70%;
	margin-left: 15%;
}
p {font-size: 14pt;}
h1 {font-size: 22pt;}
h2 {font-size: 18pt;}
footer { font-family: 'Quicksand', sans-serif; }
