/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

.header {
  background: #1a5f6b;
  height: 70px; }
  .header a {
    color: #fff;
    text-decoration: none; }
  .header .title {
    float: left;
    width: 50%;
    background: #1a5f6b; }
    .header .title h1 {
      font-size: 26px;
      padding: 22px; }
  .header .nav {
    float: right;
    width: 50%;
    background: #1a5f6b; }
    .header .nav ul {
      text-align: right;
      padding: 20px; }
    .header .nav .svg-inline--fa {
      font-size: 30px;
      padding-right: 10px; }

.header.fixed {
  position: absolute;
  z-index: 200000; }

.fixed .title {
  position: fixed;
  left: 0;
  top: 0; }

.fixed .nav {
  position: fixed;
  right: 0; }

.about {
  background: #1a5f6b;
  position: relative; }
  .about .inner {
    color: #fff;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%; }
    @media (max-width: 600px) {
      .about .inner {
        top: 30%; } }
    .about .inner h1 {
      font-family: 'Kaushan Script', cursive;
      font-size: 3em; }
    .about .inner p {
      padding-top: 20px;
      width: 70%;
      margin: 0 auto;
      line-height: 1.8;
      font-weight: normal;
      font-family: Raleway;
      font-size: 14px; }
    .about .inner .svg-inline--fa {
      font-size: 44px;
      opacity: 0.5;
      padding-right: 20px;
      padding-top: 20px; }
      @media (max-width: 600px) {
        .about .inner .svg-inline--fa {
          font-size: 20px; } }
      .about .inner .svg-inline--fa:hover {
        opacity: 1;
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px; }

.latestProjects {
  float: left;
  width: 100%;
  text-align: center;
  background: #000;
  padding-bottom: 40px; }
  .latestProjects h2 {
    margin: 20px 30px;
    color: #fff;
    font-size: 36px;
    padding-bottom: 30px;
    padding-top: 30px; }
    @media (max-width: 600px) {
      .latestProjects h2 {
        font-size: 20px; } }
  .latestProjects .portfolio {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .latestProjects .portfolio {
        width: 100%;
        padding: 10px; } }
    .latestProjects .portfolio a {
      color: #fff;
      font-family: Raleway;
      font-size: 26px; }
    .latestProjects .portfolio .project {
      float: left;
      position: relative;
      margin-right: 1%;
      margin-bottom: 10px;
      width: 32%;
      height: 200px;
      background-size: cover;
      background-position: left top;
      background-repeat: no-repeat;
      overflow: hidden;
      background-color: #fff; }
      @media (max-width: 1100px) and (min-width: 601px) {
        .latestProjects .portfolio .project {
          width: 49%;
          background-position: left top;
          height: 300px;
          background-size: cover; } }
      @media (max-width: 600px) {
        .latestProjects .portfolio .project {
          height: 200px;
          background-position: top center;
          margin-right: 0px;
          width: 100%;
          background-size: 100% 100%;
          background-repeat: no-repeat; } }
      .latestProjects .portfolio .project img {
        width: 100%;
        height: auto; }
      .latestProjects .portfolio .project #overlay {
        height: 100%;
        width: 100%;
        opacity: 0.9;
        background: #000;
        display: none; }
        .latestProjects .portfolio .project #overlay h5 {
          padding-top: 80px;
          padding-bottom: 10px;
          font-size: 18px; }
        .latestProjects .portfolio .project #overlay span {
          margin-top: 10px;
          background: black;
          text-decoration: none;
          color: #fff; }

.worked {
  float: left;
  display: none; }

.footer {
  background-color: #282828;
  padding: 20px 0 20px 0;
  float: left;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .footer a {
    color: #fff; }
  .footer .social {
    color: #fff;
    width: 300px;
    margin: 0 auto;
    padding-left: 50px; }
    .footer .social ul {
      list-style-type: none; }
    .footer .social li {
      padding: 1em;
      position: relative; }
      .footer .social li img {
        padding-right: 5px;
        position: absolute;
        left: -25px;
        bottom: 12px; }
