body {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	padding-left: 20%;
	padding-right: 20%;
}


header {
	cursor: default;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	background-color: rgba(240,144,141,0.3);
}

h1 {
	font-size: 3em;
	text-align: center;
	margin-top: 70px;
}

h2 {
	text-align: center;
}

p {
	font-size: 16px;
	line-height: 25px;
}

img {
	display: block;
	margin: 0 auto;
}

.home img {
	position: fixed;
	left: 90%;
}

a {
	text-decoration: none;
	color: black;
}

#siteDescription {
	text-align: center;
	font-size: 1.2em;
	line-height: 3em;
	margin: 0 30px;
}

.topnav {
    position: fixed; 
    margin: 0;
    right: 0%;
    width: 100%;
    top: 20px;
    z-index: 9;
    padding-left: 10px;
}

.topnav a {
	float: right;
    padding: 7px 20px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: black;
}

.topnav a:hover {
	color: #535353;
}


.nav{
	font-size: 1.2em;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    padding-bottom: 50px;
}

.nav li{
    display:inline;
}

.nav a{
    display:inline-block;
    color: gray;
    padding:10px;
}

.main {
	background-color: rgba(240,241,116,0.3);
	font-weight: bold;
}

.nav a:hover {
	color: black;
}

