/*  GENERAL  */
html,body{
  height:100%;
}

body{
  font-family: 'Muli', sans-serif;
  font-weight: 200;
  color: #363636;
}

a {
  color:#363636;
}

.contact-icon {
  fill: #363636;
}

#work a {
  color: #68798c;
}

h1, h2 {
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  width:100%;
  text-align: center;
  margin: 0 0 50px 0;
}

h3 {
  font-size: 1.25em;
  font-weight: 300;
  padding: 10px 0;
}

a:hover {
  text-decoration: none;
  color: #516e8c;
  fill: #516e8c;
}

img {
  width:100%;
}

.section {
  background-color: #fff;
}

.section-odd {
  background-color: #f5f5f5;
}

.hide-on-mobile {
  display:none;
}
.button {
  float: left;
  text-transform: uppercase;
  padding: 7px 0 7px 0;
  font-size: .8em;
  text-align: center;
  width: 110px;
  margin-right: 10px;
  color: #fff;
  border-radius: 2px;
  background-color: #496180;
  border: #496180 2px solid;
  opacity: .8;

}

.button:hover{
  background: none;
  border: #496180 2px solid;
  color: #496180;
  transition: background-color .5s;
  -webkit-transition: background-color .5s; /* Safari */
  opacity: .8;
}


/*  BOOTSTRAP OVERRIDE  */

.row {
  margin: 0;
}

.container {
  padding: 50px 0;
  width:90%;
  margin: 0 5%;
}

#work .col, #intro .col{
  padding-right: 0;
  padding-left:0
}

#work h3 {
  padding-top: 30px;
}

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

/*  INTRO  */
#intro {
  width:100%;
  height: 100%;
  position: relative;
  background-image: url('../images/background-sm.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#intro p, #intro h1 {
  margin-bottom: .25em;
}

#intro h1 {
  margin-left: -3px;
}

#intro .button {
  margin-top: 2em;
}

.vert-align {
  top: 25%;
  position: absolute;
  width: inherit;
}

/*  WORK  */

.project-thumbnails a{
  margin-bottom: 20px;
  text-align: center;
}

.proj-thumb, .proj-thumb img {
  border-radius: 2px;
}

.project-thumbnails a:active img{
  opacity: .5;
  box-shadow: 0px 0px 10px #aaa;
  transition: opacity .1s, box-shadow .1s;
  -webkit-transition: opacity .1s, box-shadow .1s; /* Safari */
}

#footer {
  margin: 0 auto;
  text-align: center;
}

.social {
  display: block;
  clear: both;
  margin: 20px 0 40px 0;
}

.social svg{
  width: 40px;
  float: left;
  margin: 0 5px;
  opacity: .25;
  height: 40px;
  padding: 1px;
}

.social a:hover svg{
  opacity: .75;
  transition: opacity .1s, box-shadow .1s;
  -webkit-transition: opacity .1s, box-shadow .1s; /* Safari */
}

#footer p{
  clear:both;
  display:block;
  font-size: 12px;
  opacity: .5;
}

#footer h4{
text-transform: uppercase;
font-size: 16px;
}
