/* Hacks and Mixins */
/* Variables */
/* Styles */
#header_banner {
  margin-bottom: -8px;
}

#logo_box {
  fill: #FF1919;
}

.project {
  fill: #FF1919;
}

.social {
  fill: #FFBB33;
}

.divider_thick {
  fill: #FFBB33;
}

html {
  background: #050505;
}

body {
  font-size: 18px;
  line-height: 1.6667em;
  background: #050505 url(img/background.jpg) no-repeat 50% 0%;
  background-size: 100% auto;
  font-family: univia-pro, sans-serif;
  color: #fff;
}
@media only screen and (max-width : 490px) {
  body {
    font-size: 15px;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body {
    background-image: url("img/background@2x.jpg");
    background-size: 100% auto;
  }
}
@media only screen and (max-width : 900px) {
  body {
    background-size: 200% auto;
  }
}
@media only screen and (max-width : 900px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width : 900px) and (-o-min-device-pixel-ratio: 2.6/2), only screen and (max-width : 900px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width : 900px) and (min-device-pixel-ratio: 1.3), only screen and (max-width : 900px) and (min-resolution: 1.3dppx) {
  body {
    background-image: url("img/background@2x.jpg");
    background-size: 200% auto;
  }
}
@media only screen and (max-width : 490px) {
  body {
    background-size: 300% auto;
  }
}
@media only screen and (max-width : 490px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width : 490px) and (-o-min-device-pixel-ratio: 2.6/2), only screen and (max-width : 490px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width : 490px) and (min-device-pixel-ratio: 1.3), only screen and (max-width : 490px) and (min-resolution: 1.3dppx) {
  body {
    background-image: url("img/background@2x.jpg");
    background-size: 300% auto;
  }
}
body .wrap {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  max-width: 1400px;
}
body #header h1 {
  display: none;
}
body #header h2 {
  font-size: 1.6667em;
  line-height: 1.5em;
  margin-top: 3em;
  font-weight: 600;
  text-shadow: #000 0 2px 6px;
}
body #header .wrap {
  background: url(img/divider_thick.svg) repeat-x 0 100%;
  margin-bottom: 3.333em;
  padding-bottom: 3.333em;
}
body #body .wrap {
  margin-bottom: 2.5em;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width : 900px) {
  body #body .wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
body #body #about {
  font-size: 1.1666em;
  line-height: 2.1444em;
  font-weight: 100;
  flex-basis: 48.333333%;
  margin-top: -0.3em;
  color: #DACDCE;
}
body #body #about p {
  margin-bottom: 2.1444em;
}
@media only screen and (max-width : 900px) {
  body #body #about {
    width: 100%;
    flex-basis: 100%;
  }
}
body #body #projects {
  flex-basis: 22.9%;
}
@media only screen and (max-width : 900px) {
  body #body #projects {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.2em 2em;
    border-radius: 1.667em;
    margin-bottom: 0.9em;
  }
}
body #body #projects ul li {
  margin-bottom: 0.805em;
  padding-top: 0.805em;
  clear: both;
  background: url(img/divider.svg) repeat-x 0 0;
}
body #body #projects ul li .icon {
  float: left;
  padding-top: 0.5em;
}
body #body #projects ul li h3 {
  margin-left: 80px;
  font-size: 0.8333em;
  line-height: 2.13em;
  text-transform: uppercase;
  font-weight: 600;
}
body #body #projects ul li h3 a {
  color: #FFBB33;
  padding: 0 10px;
  margin: 0 -10px;
  background: rgba(255, 255, 255, 0);
  border-radius: 1em;
  text-decoration: none;
  transition: background 0.2s ease;
}
body #body #projects ul li h3 a:hover {
  background: rgba(255, 255, 255, 0.1);
}
body #body #projects ul li p {
  margin-left: 80px;
  line-height: 2.05em;
  font-size: 0.8333em;
  font-weight: 100;
  color: #DACDCE;
}
body #body #projects ul li:first-child {
  padding-top: 0;
  background: 0;
}
@media only screen and (max-width : 900px) {
  body #body #projects {
    flex-basis: 48.5%;
  }
}
@media only screen and (max-width : 490px) {
  body #body #projects {
    flex-basis: 100%;
  }
}
body #body #data {
  flex-basis: 22.9%;
}
@media only screen and (max-width : 900px) {
  body #body #data {
    flex-basis: 100%;
    margin-bottom: 1.7em;
    text-align: center;
  }
}
body #body #data li {
  margin-bottom: 1.666em;
}
body #body #data li:first-child {
  padding-top: 0;
  background: 0;
}
body #body #data h3 {
  font-size: 0.7222em;
  line-height: 2.4em;
  font-weight: 600;
  text-transform: uppercase;
  color: #FF1919;
}
body #body #data p {
  font-size: 0.8333em;
  line-height: 2em;
  color: #DACDCE;
}
@media only screen and (max-width : 900px) {
  body #body #data {
    flex-basis: 48.5%;
  }
}
@media only screen and (max-width : 490px) {
  body #body #data {
    flex-basis: 100%;
  }
}
body #footer p {
  margin-bottom: 1.5em;
}
body #footer a {
  color: #FFBB33;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #FFBB33;
}
body #footer #photos {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
body #footer #photos figure {
  margin: 0 0 3.333em 0;
  flex-basis: 100%;
}
body #footer #photos figure img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.6667em;
}
body #footer #photos figure figcaption {
  font-size: 0.8333em;
  line-height: 2em;
  font-style: italic;
  color: #DACDCE;
}
body #footer .copyright {
  font-size: 0.7222em;
  text-transform: uppercase;
  color: #444;
}
body #footer #elsewhere p {
  font-size: 1.6667em;
  line-height: 1.6667em;
}
body #footer #elsewhere ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 6em;
}
@media only screen and (max-width : 900px) {
  body #footer #elsewhere ul {
    flex-direction: column;
  }
}
body #footer #elsewhere ul li a {
  display: block;
  padding: 5px;
  margin: 0 3em;
  transition: transform 0.2s ease;
  border: none;
}
@media only screen and (max-width : 900px) {
  body #footer #elsewhere ul li a {
    margin: 1.7em 0;
  }
}
body #footer #elsewhere ul li a:hover {
  transform: scale(1.3);
}

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