.no-scroll {
  overflow: hidden;
}

body {
  font-family: sans-serif;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 140%;
}

h1 {
  margin: 30px 0 0 0;
  font-size: 65px;
  line-height: 100%;
}

a, a:visited {
  color: black;
  text-decoration: underline;
}

.name {
  height: 250px;
  position: relative;
  padding: 50px 0 0 0;
}

.portrait {
  width: 220px;
  height: 220px;
  background-image: url('portrait.jpg');
  background-size: 220px 220px;
  float: left;
  margin: 15px 15px 15px 125px;
  border-radius: 100%;
  color: transparent;
  display: inline-block;
}

.tagline {
  font-style: italic;
}

.contact {
  margin-top: -15px;
}

h2 {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  margin: 50px 0 0 0;
  font-size: 40px;
}

#projects {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.projects-caption {
  text-align: center;
  margin-top: 40px;
  font-size: 85%;
  font-style: italic;
}

.project-overview {
  float: left;
}

.project-header {
  width: 220px;
  height: 60px;
  float: left;
  margin: 15px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #888;
}

.project-header img {
  width: 220px;
  height: 60px;
  vertical-align: middle;
}

.project-graphic {
  width: 220px;
  height: 220px;
  background-image: url('http://fillmurray.com/220/220');
  background-size: 220px 220px;
  float: left;
  margin: 15px;
  margin-bottom: 0px;
  border-radius: 100%;
  color: transparent;
  display: inline-block;
  position: relative;
}

.project-graphic {
  cursor: pointer;
}

.project-graphic:hover {
  color: #444;
  background-image: none;
  background-color: #faa;
}

.product-graphic {
  text-align: center;
}

.product-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 220px;
  font-size: 20px;
  font-color: #111;
}

.project-category {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 220px;
  margin-left: -110px;
  height: 40px;
  margin-top: -40px;
  font-size: 30px;
  line-height: 40px;
}

.project-subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 220px;
  margin-left: -110px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}

.project-detail {
  display: none;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  top: 5%;
  height: 90%;
  overflow-y: scroll;
  background-color: #444;
  color: white;
  z-index: 1;
}

.project-detail a, .project-detail a:visited {
  color: white;
  text-decoration: underline;
}

.project-detail-content {
  margin: 55px;
}

.close {
  position: fixed;
  top: 5%;
  margin-top: 25px;
  left: 50%;
  width: 350px;
  text-align: right;
  cursor: pointer;
  z-index: 2;
  font-weight: bold;
}

.trailer {
  clear: both;
  padding-bottom: 75px;
}
