* {
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
}

a {
    color: gold;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

ul {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  font-size:11pt;
  float: right;
  display: block;
  color: grey;
  text-align: center;
  padding: 10px 8px;
}

li a {
  color: rgb(160, 160, 160);
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  color: gold;
  text-decoration: none;
}

body {
    background-color: white;
    color: rgb(200, 200, 200); 
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 100%;
}

h1 {
   color: white;
}

p {
    padding: 1% 0% 1% 0%;
}

.section {
    width: 100%;
    padding: 2%;
}

.section-content {
    width: 70%;
    margin: 0px auto 0px auto;
}

#masthead {
    background-image: url(../img/brown_stereo.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    font-size: 1.1em;
    color: white;
}

.img-container {
    width: 100%;
    padding: 2% 0% 2% 0%;
    text-align:center;
}

.paper {
    padding: 1%;
    margin-top: 1%;
    margin-bottom: 5%;
}

.paper-thumbnail {
    float: left;
    width: 10%;
    margin-right: 2%;
}
		 
.portfolio-image {
    width: 30%;
    vertical-align: text-top;
    display: inline-block;
}

