@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation: fadeIn 1s 1 forwards;
  -moz-animation: fadeIn 1s 1 forwards;
  -o-animation: fadeIn 1s 1 forwards;
  animation: fadeIn 1s 1 forwards; }

*,div,p,li,ol,ul,h1,h2,h3,h4,h5,h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

html,
body {
  height: 100%; }

.content-wrapper {
  position: relative;
  margin-top: 0;
  transition: margin-top 0.5s; }
  #about-me.active + .content-wrapper {
    margin-top: 330px; }
    @media screen and (max-width: 767px) {
      #about-me.active + .content-wrapper {
        margin-top: 480px; } }

.navbar {
  border: none;
  background: none;
  margin-bottom: 0; }
  .navbar .navbar-toggle {
    margin-top: 15px; }
  .navbar .navbar-brand {
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding: 25px 15px; }
  @media screen and (max-width: 767px) {
    .navbar .navbar-nav {
      margin: 0 -15px; } }
  .navbar .navbar-nav li a {
    padding-top: 25px;
    padding-bottom: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.5s;
    color: #7f8c8d; }
    .navbar .navbar-nav li a:hover {
      color: #1abc9c; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-nav li a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ecf0f1; } }

#about-me {
  background: #232323;
  position: absolute;
  padding: 35px 0;
  width: 100%;
  height: 330px;
  top: 0;
  margin-top: -330px;
  transition: margin-top 0.5s; }
  #about-me.active {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    #about-me {
      height: 480px;
      margin-top: -480px; } }
  #about-me h4 {
    color: #c9c9c9;
    font-weight: 100;
    font-size: 1.5em;
    letter-spacing: 1px; }
  #about-me p, #about-me li {
    color: #e2e2e2;
    font-weight: 300; }
    #about-me p a, #about-me li a {
      font-weight: 500;
      color: #1abc9c; }
      #about-me p a:hover, #about-me li a:hover {
        color: #16a085;
        text-decoration: none; }
    #about-me p small, #about-me li small {
      color: #bcbcbc;
      font-style: italic;
      margin-left: 5px; }

footer {
  background: #232323;
  padding: 30px 0 40px; }
  footer .icons {
    text-align: center; }
    footer .icons li a {
      color: #494949;
      font-size: 2em;
      transition: color 0.5s; }
      footer .icons li a:hover {
        color: white; }
  footer .copyright {
    color: #636363;
    font-size: 300;
    margin-top: 10px;
    text-align: center; }

.hero {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 60px; }
  .hero h1 {
    margin: 25px 0;
    font-size: 2.75em;
    font-weight: 300;
    letter-spacing: 1px; }
  .hero h2 {
    text-transform: uppercase;
    border: 3px solid black;
    width: auto;
    font-size: 1.5em;
    display: inline-block;
    font-weight: 500;
    padding: 10px 15px;
    letter-spacing: 1px;
    margin: 0; }

.homepage .works {
  background: #EEE;
  padding-bottom: 50px;
  position: relative; }
  .homepage .works .work {
    background: white;
    border: 1px solid #e6e9ea;
    color: #232323;
    display: block;
    height: 350px;
    margin-bottom: 35px;
    top: -40px;
    text-decoration: none;
    position: relative;
    border-bottom: 3px solid #1abc9c;
    text-align: center; }
    .homepage .works .work .work-image {
      width: 100%;
      background: #333;
      background-size: cover;
      height: 225px; }
    .homepage .works .work .work-overlay {
      width: 100%;
      background: #1abc9c;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 0.35s;
      z-index: 5; }
    .homepage .works .work h3 {
      font-size: 2.25em;
      font-weight: 100;
      letter-spacing: 1px;
      margin: 0;
      position: relative;
      top: 0;
      transition: all 0.35s;
      z-index: 10; }
    .homepage .works .work h5 {
      margin: 32px auto 10px;
      text-transform: uppercase;
      font-size: 0.875em;
      position: relative;
      top: 0;
      transition: all 0.35s;
      z-index: 10; }
    .homepage .works .work i {
      font-size: 3em;
      opacity: 0;
      color: white;
      position: relative;
      top: -60px;
      transition: all 0.35s;
      z-index: 10; }
    .homepage .works .work:hover {
      cursor: pointer; }
      .homepage .works .work:hover .work-overlay {
        opacity: 1; }
      .homepage .works .work:hover h3 {
        color: white;
        top: -100px; }
      .homepage .works .work:hover h5 {
        color: white;
        top: -30px; }
      .homepage .works .work:hover i {
        opacity: 1; }
  .homepage .works .work.guidance {
    border-bottom: 3px solid #1abc9c; }
    .homepage .works .work.guidance .work-overlay {
      background: #1abc9c; }
  .homepage .works .work.careerfair {
    border-bottom: 3px solid #e74c3c; }
    .homepage .works .work.careerfair .work-overlay {
      background: #e74c3c; }
  .homepage .works .work.prophero {
    border-bottom: 3px solid #2ecc71; }
    .homepage .works .work.prophero .work-overlay {
      background: #2ecc71; }
  .homepage .works .work.kinectprocessing {
    border-bottom: 3px solid #7f8c8d; }
    .homepage .works .work.kinectprocessing .work-overlay {
      background: #7f8c8d; }
  .homepage .works .work.printmedia {
    border-bottom: 3px solid #e67e22; }
    .homepage .works .work.printmedia .work-overlay {
      background: #e67e22; }
  .homepage .works .work.tbd {
    border-bottom: 3px solid #2c3e50; }
    .homepage .works .work.tbd .work-overlay {
      background: #2c3e50; }

.casestudy p {
  color: #7f8c8d;
  font-size: 1.25em;
  font-weight: 300;
  text-align: left;
  line-height: 1.625em; }
.casestudy .hero {
  padding-bottom: 100px;
  padding-top: 100px; }
.casestudy .introduction {
  min-height: 400px;
  background: #1abc9c;
  position: relative; }
  .casestudy .introduction .intro-image {
    background: transparent;
    width: auto;
    height: 400px;
    top: 70px;
    position: relative;
    overflow: hidden;
    margin: 0 -30px; }
  .casestudy .introduction.guidance {
    background: #1abc9c; }
  .casestudy .introduction.careerfair {
    background: #e74c3c; }
  .casestudy .introduction.prophero {
    background: #2ecc71; }
  .casestudy .introduction.kinectprocessing {
    background: #7f8c8d; }
  .casestudy .introduction.printmedia {
    background: #e67e22; }
  .casestudy .introduction.tbd {
    background: #2c3e50; }
.casestudy .case {
  border-top: 1px solid #bdc3c7;
  padding: 60px 0; }
  .casestudy .case.case-lg-image {
    background: #bdc3c7;
    background-size: cover;
    min-height: 450px; }
  .casestudy .case.case-section .case-section-header,
  .casestudy .case.case-section .case-section-content {
    clear: both;
    float: left;
    margin-bottom: 30px;
    width: 100%; }
  .casestudy .case.case-section h3 {
    font-weight: 300;
    font-size: 2em; }
  .casestudy .case.case-section h4 {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase; }
  .casestudy .case.case-section hr {
    margin: 60px 0 30px; }
  .casestudy .case.case-section .case-section-image {
    background: #ecf0f1;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #ecf0f1; }
    .casestudy .case.case-section .case-section-image > img {
      width: 100%;
      height: auto; }
  .casestudy .case.case-section .case-section-content p {
    font-size: 1.125em;
    line-height: 1.5em; }
