body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #30333b;
}
h1,h2,h3,p{
    color: #eacd76;
}
h1,h2{
    text-align: center;
}
.title{
    color: white;
}
hr{
    border-color: #eacd76;
    margin: 40px;
}
#content{
    width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
.pullquote {
    font-weight: bold;
    color: #eacd76;
    padding-left: 20px;
    border-left: 10px solid;
    line-height: 200%;
}
iframe{
    border-color: #eacd76;
    border: 1px solid;
}
.projects {
    margin: 6px;
    border: 1px solid white;
    float: left;
    width: 530px;
    position: relative;
}
.style {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #b38e58;
}

.projects:hover .style {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


img {
    width: 100%;
    height: auto;
    display: block;
}

.title {
    padding: 15px;
    text-align: center;
    color: white;
}