@media (min-width: 1140px) {
/*  GENERAL  */





/*  BOOTSTRAP OVERRIDE  */
.container {
  max-width:1140px !important;
  margin: 0 auto;
}

/*  INTRO  */
.vert-align.col{
  max-width: 50% !important;

}

#intro {
  background-attachment: fixed;
  background-image: url('../images/background-lg.jpg');
}


/*  WORK  */
#work h3 {
  display: none;
  padding-top: 0;
}

.proj-thumb {
  background-color: #68798c;
}

.project-thumbnails a {
  margin-bottom: 30px;
}

.project-thumbnails a:hover img{
  opacity: .1;
  box-shadow: 0px 0px 10px #555;
  transition: opacity .3s, box-shadow .3s;
  -webkit-transition: opacity .3s, box-shadow .3s; /* Safari */
  transition-timing-function: ease-in-out;
}

#work .project-thumbnails a:hover h3 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

#work .container {
  padding: 50px 0;
}

.social a:hover svg{
  transition: opacity .3s;
  -webkit-transition: opacity .3s; /* Safari */
}
}
