/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  display: block;
  height: 100%;
  width: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.work {
  color: #242424; }

.home {
  color: #242424;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center; }

/** 
	HEADER
*/
.header {
  display: block;
  width: 100%;
  background: transparent;
  padding: 40px 10%;
  box-sizing: border-box; }
  .header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.home .header {
  position: fixed;
  top: 0;
  opacity: 0;
  -webkit-animation: fadeIn 300ms linear;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 300ms linear;
  -moz-animation-delay: 3s;
  -moz-animation-fill-mode: forwards;
  animation: fadeIn 300ms linear;
  animation-delay: 3s;
  animation-fill-mode: forwards; }

.logo {
  display: block;
  float: left; }

.svg-logo {
  height: 24px;
  width: 38px;
  fill: #242424;
  transition: ease-in-out all 0.24s;
  -webkit-transition: ease-in-out all 0.24s;
  -moz-transition: ease-in-out all 0.24s; }

.svg-logo:hover {
  cursor: pointer;
  fill: rgba(36, 36, 36, 0.5); }

.work .svg-logo {
  fill: #1e5a7d; }
  .work .svg-logo:hover {
    fill: rgba(30, 90, 125, 0.8); }

.menu {
  display: block;
  float: right; }

.menu a {
  color: rgba(36, 36, 36, 0.5);
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-left: 16px;
  transition: ease-in-out all 0.24s;
  -webkit-transition: ease-in-out all 0.24s;
  -moz-transition: ease-in-out all 0.24s; }
  .menu a:hover {
    color: #242424; }

.work .menu a {
  color: rgba(36, 36, 36, 0.5); }
  .work .menu a:hover {
    color: #242424; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .home .header {
    top: auto;
    bottom: 0; } }
/** 
	INTRO
*/
.middle {
  display: block;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left; }

.title {
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1; }

.home .title {
  opacity: 0;
  -webkit-animation: fadeIn 300ms linear;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 300ms linear;
  -moz-animation-delay: 1s;
  -moz-animation-fill-mode: forwards;
  animation: fadeIn 300ms linear;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

.sub-title {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5em;
  color: rgba(0,0,0, .5);
}

.home .sub-title {
  opacity: 0;
  -webkit-animation: fadeIn 300ms linear;
  -webkit-animation-delay: 1.24s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 300ms linear;
  -moz-animation-delay: 1.24s;
  -moz-animation-fill-mode: forwards;
  animation: fadeIn 300ms linear;
  animation-delay: 1.24s;
  animation-fill-mode: forwards; }

.introduction {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 1.5em;
  color:  rgba(0,0,0, .5);
}

.home .introduction {
  opacity: 0;
  -webkit-animation: fadeIn 300ms linear;
  -webkit-animation-delay: 1.48s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 300ms linear;
  -moz-animation-delay: 1.48s;
  -moz-animation-fill-mode: forwards;
  animation: fadeIn 300ms linear;
  animation-delay: 1.48s;
  animation-fill-mode: forwards; }

.btn {
  display: inline-block;
  width: auto;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: ease-in-out all 0.24s;
  -webkit-transition: ease-in-out all 0.24s;
  -moz-transition: ease-in-out all 0.24s; }
  .btn:hover {
    color: #242424;
    background: white;
    border-color: white; }

.home .btn {
  opacity: 0;
  -webkit-animation: fadeIn 300ms linear;
  -webkit-animation-delay: 1.72s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 300ms linear;
  -moz-animation-delay: 1.72s;
  -moz-animation-fill-mode: forwards;
  animation: fadeIn 300ms linear;
  animation-delay: 1.72s;
  animation-fill-mode: forwards; }

.btn-intro {
  text-transform: lowercase; }

.btn-about {
  display: block;
  margin: 0 auto;
  width: 180px; }

.work .btn {
  color: rgba(36, 36, 36, 0.5);
  border-color: rgba(36, 36, 36, 0.5); }
  .work .btn:hover {
    color: white;
    background: #242424; }

@media screen and (max-width: 1280px) {
  .middle {
    width: 65%; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .middle {
    width: 100%;
    max-width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    margin-top: -20%; }

  .title {
    font-size: 4em; }

  .sub-title {
    font-size: 2.4em;
    font-weight: 400; }

  .introduction {
    font-size: 1.8em; } }
/** 
	CONTENT
*/
.wrap {
  display: block;
  width: 100%;
  padding-bottom: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  height: auto; }

.section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  padding: 40px 10%;
  box-sizing: border-box; }
  .section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: 340px;
  padding: 0 10%;
  box-sizing: border-box;
  background: url("../assets/bg-2.jpg") no-repeat;
  background-size: 100% auto;
  background-position: 0 -108px; }

@media (max-width: 1280px) {
  .intro {
    height: 260px; } }
.lead {
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: white;
  text-transform: uppercase; }

.headline {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  float: left; }

.section-block {
  display: block;
  width: 49.5%;
  height: 520px;
  background: #242424; }
  .section-block:first-of-type {
    margin-right: 1%; }

/** 
	FOOTER
*/
.footer {
  display: block;
  width: 100%;
  padding: 40px 10%;
  box-sizing: border-box;
  font-size: 12px; }
  .footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-animation: fadeIn 300ms linear;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: fadeIn 300ms linear;
  -moz-animation-delay: 3s;
  -moz-animation-fill-mode: forwards;
  animation: fadeIn 300ms linear;
  animation-delay: 3s;
  animation-fill-mode: forwards; }

.work .footer {
  color: rgba(36, 36, 36, 0.5); }

.copy {
  display: block;
  float: left; }

.foot-link {
  display: block;
  float: right;
  text-decoration: none;
  color: white;
  transition: ease-in-out all 0.24s;
  -webkit-transition: ease-in-out all 0.24s;
  -moz-transition: ease-in-out all 0.24s; }
  .foot-link:hover {
    color: rgba(255, 255, 255, 0.5); }

.work .foot-link, .work .foot-links {
  color: rgba(36, 36, 36, 0.5); }
  .work .foot-link:hover, .work .foot-links:hover {
    color: #242424; }

.foot-links {
  display: block;
  float: right;
  clear: both;
  text-align: right; }
  .foot-links li {
    display: block;
    float: left; }
    .foot-links li a {
      text-decoration: none;
      color: white;
      margin-left: 16px;
      transition: ease-in-out all 0.24s;
      -webkit-transition: ease-in-out all 0.24s;
      -moz-transition: ease-in-out all 0.24s; }
      .foot-links li a:hover {
        color: rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=main.css.map */
