html, body{
	height: 100%;
}

body{
	font-family: Raleway, Helvetica, Verdana, Arial, Sans, Sans-serif;
	font-size: 15px;
	background: #f4f4f3;
	color: #312624;
	padding: 0px;
	margin: 0px;
}

section{
	padding-left: 20em;
}
		
#navigation{
	margin-left: 2em;
	margin-right: 2em;
	float: left;
	color: #312624;
}

#navigation a{
	color: #312624;
}
		
#navigation nav *{
	margin: 0px;
	padding: 0px;
}		
nav#local-nav{
	margin-bottom: 1em;
	width: 10em;
	font-size: 1.5em;
	font-weight: bold;
	color: #efeeec;
}
nav#local-nav a{
	color: #312624;
	text-decoration:none;
}
nav#local-nav ul li{
	padding: 0.5em;
	margin-bottom: 0.5em;
	list-style: none;
}
nav#local-nav ul li:after{
	content: "";
	display: block;
	float: right;
	background: #312624;
	height:1em;
	width: 1em;
	border-radius: 1em;
			
}
nav#local-nav ul ul li:after{
	content: "";
	display: block;
	float: right;
	margin-right: 1.5em;
	background: #312624;
	height:0.5em;
	width: 0.5em;
	border-radius: 1em;
			
}
nav#local-nav ul li:hover:after{
	background: #7ccbdf;
}
nav#social,nav#contact ul{
	margin-bottom: 2em;
}

nav#social svg{
	width: 3.5em;
}
nav#published,nav#contact{
	width: 10em;
}
		
nav#published img{
	margin: auto;
	margin-bottom: 1em;
	display: block;
	width: 64px;
}
nav#published h4, nav#contact h4{
	background: #312624;
	padding: 0.5em;
	margin-bottom: 1em;
	list-style: none;
	font-weight: bold;
	color: #efeeec;
}

nav#contact{
	margin-bottom: 2em;
}

nav#contact ul {
	list-style: none;
	font-size: 1.2em;
}
		
footer{
	display: block;
	text-align: center;
	font-size: 0.75em;
	padding-bottom: 10em;
}

.name-and-title{
	margin-top: 5em;
	font-size: 0.8em;
	text-align: center;
}

.name-and-title img{
	margin: 0.25em;
	width: 7em;
}

.name-and-title h1, .name-and-title h2{
	margin: 0;	
}

.name-and-title h1{
	font-size: 3.5em;
}

.name-and-title h2{
	margin-bottom: 2em;
}

footer img{
	display: block;
	margin: auto;
	height: 5em;
	margin-bottom: 2em;
}

svg .social{
	fill: #312624;
}
svg:hover .social{
	fill: #7ccbdf;
}

#subportfolio a li{
	font-size: 0.65em;
	margin-left: 3em;
	margin-right: -0.75em;
}

#navigation{
	margin-top: 10vh;
}
