body {
	background-color: #ffffb3;
	margin: 5%;
}

img#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  height: auto;
}

img.left {
  display: block;
  padding-right: 1em;
  float: left; /* float to the left side of the containing element */
  clear: left; /* ensure the left side of the image is cleared of any floats */
}   

section {
  display: block;
  clear: both;
}       

.content img {
  float: right;
  clear: both;
  padding: 5px;
  max-width: 25%;
}

.content {
  text-align: left;  
}

p {
	text-align: left;
}

footer {
  text-align: center;
  font-size: xx-small;
  clear: both;
}

nav ul {
  text-align: center;
  list-style: none; 
  display: block;
  padding: .5em;
  background-color: white;
}

nav ul li {
  display: inline-block;
  padding: .25em 2em .25em .25em;
  color: black;
}

nav ul li {
  margin-bottom: 0;
  margin-top: 0; 
  padding-top: 0;
  padding-bottom: 0;
}

nav ul li#iamhere a,
nav ul li#iamhere a:link,
nav ul li#iamhere a:visited,
nav ul li#iamhere a:hover { 
  color: red; 
  background-color: white; 
}

nav ul li a {
  display: inline-block;
  text-decoration: none; 
  padding: 0.5em 0 0.5em 1em; 
  font-weight: bold;
}

section a {
  float: left;
  clear: both;
  font-family: 'Abel', sans-serif;
}

.portfolio img {
  border: thin dotted black;
  padding: 1px;
  clear: both;
}