img#logo{
  display: block;
  margin: auto;
}

div#container{
  margin-top: 150px;
}

h2.description{
  font-family: "aaux-next", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 55px;
  color: #1EBB6E;
  text-transform: uppercase;
  margin-bottom: 50px;
}

p{
  font-family: "aaux-next", sans-serif;
  font-size: 24px;
  color: #272726;
  line-height: 31px;
}

p a{
  text-decoration: underline;
}

div#projects-row{
  margin-top: 100px;
}

div.social-links{
  text-align: center;
  margin-top: 20px;
}

div.social-links iframe{
  display: inline-block;
  vertical-align: middle;
}

div.social-links div.fb-follow{
  display: inline-block;
  vertical-align: middle;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  img#logo{
    margin-bottom: 50px;
  }

  div#container{
    margin-top: 0px;
    margin-right: 8px;
    margin-left: 8px;
  }

  div#projects-row{
    margin-top: 20px;
  }

  div.social-links{
    margin-top: 0px;
    margin-bottom: 50px;
  }

  img#logo{
    margin-top: 16px;
  }
  img.project-logo{
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  h2.description{
    font-size: 38px;
    line-height: 44px;
  }


}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}


/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}
