/*
* General
*/
html {
  height: 100%;
  font-size: 20px;
  min-width: 320px;
}
body {
  height: 100%;
  margin: auto;
  text-align: center;
  min-width: 320px;
  line-height: 1.5;
  font-family: 'Lato', 'Helvetica-Neue', 'Helvetica', 'Arial', sans-serif;
  background: #121212;
  color: #fff;
}
h1,
h2,
h3,
h4,
p {
  font-weight: 300;
}
hr {
  width: 5em;
  height: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  margin: 1em auto 1em auto;
}
strong {
  font-weight: 600;
}
a {
  text-decoration: none;
  color: #21231e;
}
::-moz-selection {
  background: #f2ca27;
  color: white;
}
::selection {
  background: #f2ca27;
  color: white;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
#about .wrapper {
  max-width: 760px;
}
/*
* Header
*/
.indexheader {
  background-color: #21231e;
  color: white;
  padding: 2.5em 1em 3em 1em;
  background: url('../img/keyboard.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.indexheader nav {
  margin-bottom: 4em;
}
nav a {
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.6em 2em;
  transition: color 0.2s;
  transition: background 0.2s;
  font-weight: 300;
}
nav a:hover,
nav a:focus {
  color: #f2c200;
  background: rgba(243, 194, 0, 0.2);
}
nav .rounded-navbutton {
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
}
nav .rounded-navbutton:hover,
nav .rounded-navbutton:focus {
  background: #f2c200;
  color: white;
}
.iphone {
  height: 4em;
}
.title {
  font-weight: 400;
  font-size: 5em;
  letter-spacing: -1px;
  margin-bottom: 0.4em;
}
.subtitle-content .subtitle {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
}
.subtitle-content .subtitle strong {
  color: white;
  font-weight: 600;
}
/*
* Header Animation
*/
.animate0 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeInHeader 0.4s 0.3s forwards;
  -moz-animation: fadeInHeader 0.4s 0.3s forwards;
  -o-animation: fadeInHeader 0.4s 0.3s forwards;
  animation: fadeInHeader 0.4s 0.3s forwards;
}
.animate1 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeInHeader 0.4s 0.5s forwards;
  -moz-animation: fadeInHeader 0.4s 0.5s forwards;
  -o-animation: fadeInHeader 0.4s 0.5s forwards;
  animation: fadeInHeader 0.4s 0.5s forwards;
}
.animate2 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeInHeader 0.4s 0.7s forwards;
  -moz-animation: fadeInHeader 0.4s 0.7s forwards;
  -o-animation: fadeInHeader 0.4s 0.7s forwards;
  animation: fadeInHeader 0.4s 0.7s forwards;
}
.animate3 {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation: fadeInHeader 0.4s 0.9000000000000001s forwards;
  -moz-animation: fadeInHeader 0.4s 0.9000000000000001s forwards;
  -o-animation: fadeInHeader 0.4s 0.9000000000000001s forwards;
  animation: fadeInHeader 0.4s 0.9000000000000001s forwards;
}
lesshat-selector {
  -lh-property: 0; }
@-webkit-keyframes fadeInHeader{ 0%{ -webkit-transform: translateY(-30px);  opacity: 0; } 100%{  opacity: 1; }}
@-moz-keyframes fadeInHeader{ 0%{ -moz-transform: translateY(-30px);  opacity: 0; } 100%{  opacity: 1; }}
@-o-keyframes fadeInHeader{ 0%{ -o-transform: translateY(-30px);  opacity: 0; } 100%{  opacity: 1; }}
@keyframes fadeInHeader{ 0%{-webkit-transform: translateY(-30px);-moz-transform: translateY(-30px);-ms-transform: translateY(-30px);transform: translateY(-30px);  opacity: 0; } 100%{  opacity: 1; };
}
/*
* Content
*/
h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
}
.content {
  padding: 2em 1em 4em 1em;
}
/*
* About
*/
#about {
  font-size: 1.2em;
}
#about p {
  margin: 1em auto;
}
#about p a:hover,
#about p afocus {
  text-decoration: underline;
}
/*
* Grid
*/
.row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-1 {
  float: left;
  margin-bottom: 3%;
  float: none;
  width: auto;
  margin-left: inherit;
}
.grid-2 {
  float: left;
  margin-bottom: 3%;
  width: 48.5%;
  margin-left: 3%;
}
.grid-2:nth-child(3n),
.grid-2:first-child {
  margin-left: inherit;
}
.grid-3 {
  float: left;
  margin-bottom: 3%;
  width: 31.33333333%;
  margin-left: 3%;
}
.grid-3:nth-child(4n),
.grid-3:first-child {
  margin-left: inherit;
}
.grid-4 {
  float: left;
  margin-bottom: 3%;
  width: 22.75%;
  margin-left: 3%;
}
.grid-4:nth-child(5n),
.grid-4:first-child {
  margin-left: inherit;
}
@media screen and (max-width: 919px) {
  .grid-2 {
    float: left;
    margin-bottom: 3%;
    float: none;
    width: auto;
    margin-left: inherit;
  }
  .grid-3 {
    float: left;
    margin-bottom: 3%;
    float: none;
    width: auto;
    margin-left: inherit;
  }
  .grid-4 {
    float: left;
    margin-bottom: 3%;
    width: 48.5%;
    margin-left: 3%;
  }
  .grid-4:nth-child(3n),
  .grid-4:first-child {
    margin-left: inherit;
  }
}
/*
* Projects
*/
#work {
  background: #fef8da;
}
#work h2 {
  color: #21231e;
}
#work a {
  color: white;
}
#work a h1,
#work a h2,
#work a h3,
#work a h4,
#work a h5,
#work a p {
  transition: all 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#work a:hover h1,
#work a:focus h1,
#work a:hover h2,
#work a:focus h2,
#work a:hover h3,
#work a:focus h3,
#work a:hover h4,
#work a:focus h4,
#work a:hover h5,
#work a:focus h5,
#work a:hover p,
#work a:focus p {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#work a:hover,
#work a:focus {
  color: #f2c200;
}
.project {
  padding: 2em 1em 1em 1em;
  background: #21231e;
}
.project h3 {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}
.project p {
  font-size: 1em;
}
.project.bnzmobile {
  background: url('../img/bnzmobile.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project.bnzwatch {
  background: url('../img/bnzwatch.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project.wonderapp {
  background: url('../img/wonderapp.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project.sevenwondersipad {
  background: url('../img/sevenwondersipad.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project.timesup {
  background: url('../img/timesup.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project.twinit {
  background: url('../img/twinit.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project.sevenwonderscompanion {
  background: url('../img/sevenwonderscompanion.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
* Skills
    */
#skills {
  background: url('../img/blur.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
#skills > h2 {
  margin-bottom: 1.5em;
}
#skills .media {
  margin-bottom: 2em;
}
/*
* Contact
*/
#contact {
  background: #fef8da;
}
#contact h2 {
  color: #21231e;
}
#contact a img,
a.inlinebutton img {
  height: 1.8em;
  margin-top: -0.4em;
  margin-right: 0.2em;
  vertical-align: middle;
}
#contact a,
a.inlinebutton {
  background: #0077B5;
  padding-top: 1em;
  padding-bottom: 0.9em;
}
/*
* Media
*/
.media {
  text-align: center;
  font-size: 0.9em;
}
.media h1,
.media h2,
.media h3,
.media h4,
.media p {
  margin: 0;
}
.media p {
  font-size: 1.2em;
}
.media img {
  max-width: 60px;
}
@media screen and (max-width: 919px) {
  .wrapper.medialist {
    max-width: 480px;
  }
}
@media screen and (max-width: 549px) {
  .wrapper.medialist {
    max-width: 320px;
  }
  .media img {
    max-width: 40px;
  }
}
/*
* Media Queries
*/
@media screen and (min-width: 0) and (max-width: 549px) {
  html {
    font-size: 16px;
  }
  header .title {
    font-size: 3em;
  }
  .subtitle-content .position {
    font-size: 1.5em;
  }
  .subtitle-content .city {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 550px) and (max-width: 919px) {
  header .title {
    font-size: 4em;
  }
  .subtitle-content .position {
    font-size: 2em;
  }
  .subtitle-content .city {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 920px) {
  header .title {
    font-size: 4em;
  }
  .subtitle-content .position {
    font-size: 2.5em;
  }
  .subtitle-content .city {
    font-size: 1.5em;
  }
}
.subtitle-content {
  line-height: 0.75;
}
/*
* Project Details
*/
.rounded {
  background: #21231e;
  color: white;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  transition: color 0.2s;
  transition: background 0.2s;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  font-weight: 300;
  transition: all 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rounded.muted {
  background: rgba(0, 0, 0, 0.3);
}
.rounded:hover,
.rounded:focus {
  background: #f2c200;
  color: white;
}
.rounded:hover,
.rounded:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rounded:hover.muted,
.rounded:focus.muted {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rounded:hover,
.rounded:focus {
  background: #f2c200;
  color: white;
  text-decoration: none;
}
.rounded:hover.muted,
.rounded:focus.muted {
  background: rgba(0, 0, 0, 0.3);
}
.inlinebutton {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.5em;
}
.projectheader,
.projectfooter {
  background: #21231e;
  padding: 3em auto 3em auto;
}
.projectheader nav {
  text-align: left;
}
.projectfooter {
  margin-top: 3em;
}
.jumbotron {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 512px;
  overflow: hidden;
}
.jumbotron img {
  width: 100%;
  height: auto;
}
.company {
  margin-top: -2em;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 3em;
}
.projectdetail .wrapper {
  max-width: 540px;
}
.trivia {
  font-style: italic;
  font-size: 0.9em;
}
/*
* Functions
*/
