/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400");
@import url("https://fonts.googleapis.com/css?family=Open_Sans:300,700, 700i");
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Variables
 */
/*
 * Fonts
 */
/*
 * Other mixins
 */
/*
 * App CSS
 */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

a {
  color: black;
}

p, li {
  line-height: 24px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  p, li {
    font-size: 18px;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* phone, 1 col */
.row {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
.row .col {
  box-sizing: border-box;
  float: left;
  padding: 10px 15px;
  margin: 0 auto;
  width: 100%;
}

.row .col.s-third {
  width: 33%;
}

/* tablet 3 col */
@media (min-width: 576px) {
  .row .col.m-1 {
    width: 33%;
  }
  .row .col.m-2 {
    width: 66%;
  }
  .row .col.m-3 {
    width: 100%;
  }
}
/* Desktop 12 col */
@media (min-width: 768px) {
  .row .col.l-1 {
    width: 8%;
  }
  .row .col.l-2 {
    width: 16%;
  }
  .row .col.l-3 {
    width: 25%;
  }
  .row .col.l-4 {
    width: 33.33%;
  }
  .row .col.l-5 {
    width: 42%;
  }
  .row .col.l-6 {
    width: 50%;
  }
  .row .col.l-7 {
    width: 58%;
  }
  .row .col.l-8 {
    width: 66.66%;
  }
  .row .col.l-9 {
    width: 74%;
  }
  .row .col.l-10 {
    width: 84%;
  }
  .row .col.l-11 {
    width: 92%;
  }
  .row .col.l-12 {
    width: 100%;
  }
}
/* Fancy stuff */
.container {
  width: 100%;
  height: 100vh;
  text-align: center;
}

.row.content {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.row .col.nav {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  text-align: left;
  padding: 0;
}
.row .col.nav ul {
  overflow: hidden;
  text-align: center;
}
.row .col.nav ul li {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
}
.row .col.nav ul li a {
  text-decoration: none;
  display: block;
  background-color: none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  float: left;
  text-align: center;
  width: 25%;
  padding: 20px 0;
}
.row .col.nav ul li a.active {
  color: #71AAB8;
}
@media (min-width: 576px) {
  .row .col.nav ul li a {
    padding: 16px 0;
  }
}
@media (min-width: 768px) {
  .row .col.nav ul li a {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .row .col.nav {
    top: 0;
    right: 0;
    bottom: auto;
    width: 576px;
  }
}
@media (min-width: 768px) {
  .row .col.nav {
    text-align: left;
    width: 50%;
  }
}

.row.hero {
  position: relative;
  height: 100vh;
  text-align: left;
}
.row.hero a.anchor {
  position: absolute;
  top: -50px;
  display: block;
  border: 1px solid red;
}
.row.hero::after {
  content: "";
  background-image: url(../img/hero_image2.jpg);
  background-size: 1200px;
  background-position: top 0 right -300px;
  opacity: 0.72;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.row.hero .col {
  padding-left: 0;
  padding-top: 70px;
}
.row.hero .col h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 48px;
  padding: 18px 34px 9px 34px;
  margin-right: 34px;
}
@media (min-width: 576px) {
  .row.hero .col h1 {
    margin-right: 0;
  }
}
.row.hero .col h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 36px;
  padding: 0 34px 18px 34px;
  margin-right: 34px;
}
@media (min-width: 576px) {
  .row.hero .col h2 {
    margin-right: 0;
  }
}
.row.hero .col a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 16px;
  padding: 9px 34px;
  margin-top: 36px;
  margin-right: 106px;
  text-decoration: none;
}
@media (min-width: 576px) {
  .row.hero .col a {
    margin-right: 72px;
  }
}
@media (min-width: 576px) {
  .row.hero .col {
    padding-top: 70px;
  }
}
@media (min-width: 576px) {
  .row.hero {
    height: 371px;
  }
  .row.hero::after {
    background-size: 900px;
    background-position: top 0 right -90px;
  }
}
@media (min-width: 768px) {
  .row.hero::after {
    background-size: 100%;
    background-position: bottom 50% right 0;
  }
}

.row.about {
  padding: 42px;
  max-width: 920px;
  padding-bottom: 62px;
  position: relative;
}
.row.about a.anchor {
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .row.about {
    padding-top: 62px;
    padding-bottom: 42px;
  }
}
@media (min-width: 768px) {
  .row.about {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.row.about .col h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: black;
  font-size: 48px;
  height: 60px;
  position: relative;
  padding: 42px;
}
.row.about .col h1 a {
  display: none;
}
@media (min-width: 576px) {
  .row.about .col h1 a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/uparrow.png);
  }
}
@media (min-width: 576px) {
  .row.about .col h1 {
    padding-left: 74px;
    padding-top: 6px;
  }
}
.row.about .col h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 22px;
  padding: 30px 0 10px 0;
}
.row.about .col h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-style: italic;
}
.row.about .col.portrait {
  text-align: center;
}
.row.about .col.portrait img {
  width: 100%;
  max-width: 260px;
}

.row.projects {
  padding: 42px;
  max-width: 920px;
  padding-bottom: 62px;
  position: relative;
}
.row.projects a.anchor {
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .row.projects {
    padding-top: 62px;
    padding-bottom: 42px;
  }
}
@media (min-width: 768px) {
  .row.projects {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.row.projects .col h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: black;
  font-size: 48px;
  height: 60px;
  position: relative;
  padding: 42px;
}
.row.projects .col h1 a {
  display: none;
}
@media (min-width: 576px) {
  .row.projects .col h1 a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/uparrow.png);
  }
}
@media (min-width: 576px) {
  .row.projects .col h1 {
    padding-left: 74px;
    padding-top: 6px;
  }
}
.row.projects .col h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 22px;
  padding: 30px 0 10px 0;
}
.row.projects .col h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 14px;
  font-style: italic;
}
.row.projects .col.project {
  text-align: center;
  height: 400px;
}
.row.projects .col.project img {
  width: 100%;
  max-width: 260px;
}
.row.projects .col h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: black;
  font-size: 48px;
  height: 60px;
  position: relative;
  padding: 42px;
}
.row.projects .col h1 a {
  display: none;
}
@media (min-width: 576px) {
  .row.projects .col h1 a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/uparrow.png);
  }
}
@media (min-width: 576px) {
  .row.projects .col h1 {
    padding-left: 74px;
    padding-top: 6px;
  }
}
.row.projects .col h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  text-align: left;
  width: 100%;
  max-width: 260px;
}
.row.projects .col h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  width: 100%;
  max-width: 260px;
}

.row.contact {
  padding: 22px 42px 83px 42px;
  max-width: 920px;
}
.row.contact .col h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  color: black;
  font-size: 48px;
  height: 60px;
  position: relative;
  padding: 42px;
}
.row.contact .col h1 a {
  display: none;
}
@media (min-width: 576px) {
  .row.contact .col h1 a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img/uparrow.png);
  }
}
@media (min-width: 576px) {
  .row.contact .col h1 {
    padding-left: 74px;
    padding-top: 6px;
  }
}
.row.contact ul {
  font-size: 12px;
}
.row.contact ul li {
  display: inline-block;
  margin: 20px 42px;
}
.row.contact ul li a {
  display: inline-block;
}
@media (min-width: 576px) {
  .row.contact ul li {
    margin: 20px 5px;
  }
}
@media (min-width: 768px) {
  .row.contact ul li {
    margin: 20px 42px;
  }
}

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