@charset "utf-8";

body {
    width: 800px;
    margin: auto;
    background-color: #D2D2D2;
    border: 10px solid #E7E7E7;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.8em;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #E7E7E7;
}

#container {
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
}

#headerimg {
    background-color: #2D3F72;
    border-radius: 25px;
}

#robot {
    border-radius: 60px;
	margin-top: 8px;
    margin-left: 110px;
}

h1 {
	font-family: 'Permanent Marker', cursive;
	font-size: 2em;
	text-align: center; 
	padding-top: 30px; 
}

#top-p {
	margin-top: 40px;
}

p {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}
nav ul li   {
    display: inline-block;
    font-weight: 800;
	margin-top: 25px;
	margin-left: 28px;
	margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #15285F;
    background-color: #E7E7E7;
    border-radius: 40px;
    -webkit-box-shadow: 2px 5px 5px #3F3F3F;
    box-shadow: 2px 5px 5px #3F3F3F;
}

a:link, a:visited {
    text-decoration: none;
    color: #1D2849;
}
a:hover, a:active {
    text-decoration: none;
    color: #A06300;
}

h2 {
	font-size: 1.4em;
	font-weight: 800;
	margin-top: 60px;
	margin-bottom: 20px;
}

section {
	padding-top: 60px; 
}

.mainimg {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}

figure {
    margin-left: 80px;
	margin-right: 80px;
}
blockquote {
    background-color: #F3F3F3;
    border-left: 10px solid #ccc;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
figcaption {
    font-size: 0.8em;
	font-style: italic;
	margin-left: 30px;
}

.toplink {
	display: inline-block;
	margin-left: 300px;
	margin-top: 30px;
	margin-bottom: 60px;
    font-weight: 800;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #15285F;
    background-color: #E7E7E7;
    border-radius: 40px;
    -webkit-box-shadow: 2px 5px 5px #3F3F3F;
    box-shadow: 2px 5px 5px #3F3F3F;
}
footer {
	background-color:#E7E7E7;
	text-align: center;
	padding-top: 20px;
}

#name {
    font-style: italic;
    color: #1D2849;    
}

#footerlink {
	text-align: left;
	padding-bottom: 5px;
}.top-p {
}
