body {
  font-family: Sans-serif, Arial, Verdana;  
}

.container {
  padding: 3%;
}

.header-description {
  font-family: 'Raleway', sans-serif;
}

#display-name {
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  opacity: 0.65;
}

#display-title p {
  font-size: .9em;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.75;
}

.header-logo img {
  width: 75px;
}

hr {
  border: 0;
  height: 0; /* Supposedly for Firefox */
  background: #7d97ad;
  padding: 2px 0 0 0;
}

.square {
  margin: auto;
  width: 60px;
  height: 60px;
}

.color-description {
  text-align: center;
  padding: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.6;
}

#main-background {
  padding: 125px;
  margin: 15px 0 15px 0;
  background: url(../../img/cropped-abstract-business-code.jpg);
  background-size: cover;
  background-position: center;
  opacity: .95;
}

.featured-work {
  width: 100%;
  padding: 20px 0 0 0;
  word-wrap: break-word;
}

.featured-work h2 {
  font-size: 2em;
  font-weight: 300;
  opacity: 0.3;
}

.featured-site {
  font-size: 0.75em;
  text-align: center;
  padding: 2px;
}

.featured-site img {
  width: 100%;
  height: 200px;
  padding: 5px;
  background-color: black;
}

.featured-site-title {
  font-size: 2.5em;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.7;
  padding: 10px 0 0 0;
}

