@import url(../../fonts/icomoon/style.css);
/* line 1, ../source/partials/_reset.scss */
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;
}

/* HTML5 display-role reset for older browsers */
/* line 21, ../source/partials/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 25, ../source/partials/_reset.scss */
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

/* line 29, ../source/partials/_reset.scss */
body, html {
  width: 100%;
}

/* line 32, ../source/partials/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 35, ../source/partials/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 38, ../source/partials/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 43, ../source/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 47, ../source/partials/_reset.scss */
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

/* line 1, ../source/partials/_home.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #002244;
  padding: 0px;
  margin: 0px;
}

/* line 8, ../source/partials/_home.scss */
.wrapper {
  padding-bottom: 280px;
  position: relative;
}
/* line 12, ../source/partials/_home.scss */
.wrapper.hide-footer {
  z-index: 100;
}
/* line 16, ../source/partials/_home.scss */
.wrapper:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 240px;
  display: block;
  background: #eee;
  z-index: 100;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
}

/* line 31, ../source/partials/_home.scss */
#video-header {
  display: flex;
  width: 100%;
  height: 80vh;
  align-items: center;
  justify-content: middle;
  flex-wrap: wrap;
  position: relative;
  background: url(/codingbackground.jpg) no-repeat 50% 50%/cover;
}
/* line 41, ../source/partials/_home.scss */
#video-header:after {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  display: block;
  background: #fff;
  z-index: 100;
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
}
/* line 54, ../source/partials/_home.scss */
#video-header .text {
  width: 90%;
  max-width: 768px;
  margin: auto;
  text-align: center;
  z-index: 200;
}

/* line 63, ../source/partials/_home.scss */
.video-background {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: top 0s;
  -moz-transition: top 0s;
  -o-transition: top 0s;
  -ms-transition: top 0s;
  transition: top 0s;
  transform: translate3d(0, 0, 0);
}
/* line 74, ../source/partials/_home.scss */
.video-background video {
  display: none;
}
/* line 78, ../source/partials/_home.scss */
.video-background:before {
  content: "";
  position: absolute;
  z-index: 150;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 88, ../source/partials/_home.scss */
#intro {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 100;
  background: #fff;
}
/* line 96, ../source/partials/_home.scss */
#intro .text {
  width: 80%;
  max-width: 768px;
  margin: auto;
  text-align: center;
  z-index: 200;
}

/* line 105, ../source/partials/_home.scss */
h1 {
  font-family: Quicksand, Arial, sans-serif;
  color: #b45f06;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  margin: 0px;
}
/* line 113, ../source/partials/_home.scss */
h1 .smaller {
  font-size: 14px;
  color: #45818e;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* line 127, ../source/partials/_home.scss */
p {
  font-size: 14px;
  line-height: 21px;
  color: #444;
}

/* line 133, ../source/partials/_home.scss */
h3 {
  font-family: Quicksand, Arial, sans-serif;
  font-size: 18px;
  color: #45818e;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

/* line 144, ../source/partials/_home.scss */
strong {
  font-weight: 700;
}

/* line 148, ../source/partials/_home.scss */
.button {
  padding: 10px 50px;
  background: #fff;
  border-radius: 7px;
  letter-spacing: 0.01em;
  font-family: Oswald;
  font-size: 14px;
  text-decoration: none;
  color: #222;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  transition: all 350ms;
  border: 2px solid #fff;
  margin: 10px;
}

/* line 166, ../source/partials/_home.scss */
#about {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 100;
  background: #eee;
}
/* line 174, ../source/partials/_home.scss */
#about:before {
  content: "";
  height: 40px;
  width: 100%;
  position: absolute;
  top: -1px;
  display: block;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
}
/* line 186, ../source/partials/_home.scss */
#about .profileImg {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  margin-bottom: 40px;
}
/* line 193, ../source/partials/_home.scss */
#about .container {
  width: 80%;
  max-width: 768px;
  margin: auto;
  text-align: center;
  z-index: 200;
}
/* line 200, ../source/partials/_home.scss */
#about .container p {
  margin-bottom: 2em;
}
/* line 203, ../source/partials/_home.scss */
#about .container p:last-child {
  margin-bottom: 0px;
}

/* line 210, ../source/partials/_home.scss */
#social {
  background: #45818e;
  height: 240px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
/* line 223, ../source/partials/_home.scss */
#social a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 1, ../source/partials/1024/_home.scss */
  #video-header .text {
    padding-top: 80px;
  }

  /* line 5, ../source/partials/1024/_home.scss */
  h1 {
    font-size: 48px;
  }

  /* line 9, ../source/partials/1024/_home.scss */
  h1 .smaller {
    font-size: 18px;
    line-height: 24px;
  }

  /* line 14, ../source/partials/1024/_home.scss */
  p {
    font-size: 14px;
    line-height: 21px;
  }

  /* line 19, ../source/partials/1024/_home.scss */
  .button {
    margin-top: 40px;
  }

  /* line 23, ../source/partials/1024/_home.scss */
  #about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* line 27, ../source/partials/1024/_home.scss */
  #about .container {
    max-width: 960px;
    text-align: justify;
  }
  /* line 32, ../source/partials/1024/_home.scss */
  #about .container {
    display: flex;
  }
  /* line 35, ../source/partials/1024/_home.scss */
  #about .container .profileImg {
    height: 280px;
    width: 280px;
    border-radius: 140px;
    flex: 0 0 auto;
    margin-right: 40px;
  }
}
@media (min-width: 1025px) {
  /* line 1, ../source/partials/hoverable/_home.scss */
  .video-background video {
    width: 100%;
    display: block;
  }

  /* line 6, ../source/partials/hoverable/_home.scss */
  .video-background:before {
    background-color: rgba(0, 0, 0, 0.85);
  }

  /* line 10, ../source/partials/hoverable/_home.scss */
  .button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
  }

  /* line 18, ../source/partials/hoverable/_home.scss */
  #social a span {
    transition: all 350ms;
  }
  /* line 23, ../source/partials/hoverable/_home.scss */
  #social a:hover span {
    opacity: 0.35;
  }
}
@media (min-width: 1281px) {
  /* line 1, ../source/partials/1280/_home.scss */
  .wrapper {
    padding-bottom: 200px;
  }
  /* line 4, ../source/partials/1280/_home.scss */
  .wrapper:after {
    height: 100px;
    bottom: 100px;
  }

  /* line 12, ../source/partials/1280/_home.scss */
  #video-header {
    min-height: 520px;
  }
  /* line 15, ../source/partials/1280/_home.scss */
  #video-header:after {
    height: 100px;
  }
  /* line 19, ../source/partials/1280/_home.scss */
  #video-header .text {
    max-width: 960px;
  }

  /* line 24, ../source/partials/1280/_home.scss */
  #intro {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  /* line 29, ../source/partials/1280/_home.scss */
  #intro .text {
    max-width: 960px;
  }

  /* line 33, ../source/partials/1280/_home.scss */
  h1 {
    font-size: 64px;
    line-height: 56px;
  }

  /* line 38, ../source/partials/1280/_home.scss */
  h1 .smaller {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: .5em;
  }

  /* line 44, ../source/partials/1280/_home.scss */
  h3 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: .5em;
  }

  /* line 51, ../source/partials/1280/_home.scss */
  p {
    font-size: 16px;
    line-height: 24px;
  }

  /* line 56, ../source/partials/1280/_home.scss */
  .button {
    font-size: 18px;
    line-height: 30px;
  }

  /* line 61, ../source/partials/1280/_home.scss */
  #about {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  /* line 65, ../source/partials/1280/_home.scss */
  #about:before, #about:after {
    height: 100px;
  }
  /* line 69, ../source/partials/1280/_home.scss */
  #about .container {
    max-width: 960px;
    text-align: justify;
  }
  /* line 74, ../source/partials/1280/_home.scss */
  #about .container {
    display: flex;
  }
  /* line 77, ../source/partials/1280/_home.scss */
  #about .container .profileImg {
    height: 280px;
    width: 280px;
    border-radius: 140px;
    flex: 0 0 auto;
    margin-right: 40px;
  }

  /* line 87, ../source/partials/1280/_home.scss */
  #social {
    height: 100px;
    padding-top: 100px;
    justify-content: center;
  }
  /* line 92, ../source/partials/1280/_home.scss */
  #social a {
    display: inline-block;
    width: auto;
    padding: 20px;
    margin-top: -20px;
  }
}

/*# sourceMappingURL=style.css.map */
