/* Mixins */
/*Typography*/
@font-face {
  font-family: 'Archivo Narrow';
  src: url("../fonts/ArchivoNarrow-Regular.woff2") format("woff2"), url("../fonts/ArchivoNarrow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Archivo Narrow';
  src: url("../fonts/ArchivoNarrow-Italic.woff2") format("woff2"), url("../fonts/ArchivoNarrow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Archivo Narrow';
  src: url("../fonts/ArchivoNarrow-Bold.woff2") format("woff2"), url("../fonts/ArchivoNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Archivo Narrow';
  src: url("../fonts/ArchivoNarrow-BoldItalic.woff2") format("woff2"), url("../fonts/ArchivoNarrow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'DejaVu Sans Mono';
  src: url("../fonts/DejaVuSansMono.woff2") format("woff2"), url("../fonts/DejaVuSansMono.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*Universal Styles*/
body {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  margin: 0; }

a {
  color: #9cdefe;
  text-decoration: none; }
  a:hover {
    cursor: pointer;
    color: #c160b9;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  background: #282A36;
  padding: 0 15px;
  height: 50px; }
  header h1 {
    margin: 0;
    padding: 0 15px;
    font-family: 'DejaVu Sans Mono', sans-serif;
    font-size: 1.1em; }
    header h1 a {
      color: #d4b77b;
      line-height: 50px; }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header nav ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      header nav ul li {
        display: inline-block; }
        header nav ul li a {
          padding: 10px 15px;
          font-size: 1.2em;
          color: #9cdefe;
          line-height: 50px; }

footer {
  left: 0;
  right: 0;
  bottom: 0;
  background: #282A36;
  padding: 15px 0; }
  footer nav ul {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin: 0; }
    footer nav ul li {
      display: inline-block; }
      footer nav ul li a {
        padding: 10px 15px;
        font-size: 1.2em;
        color: #9cdefe; }

/*Home*/
section {
  margin: 0;
  padding: 0px; }
  section .container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px; }
  section#hero {
    height: 100vh;
    width: 100%;
    background-color: #f6f6f6;
    background-image: url("../images/desk.jpg");
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center; }
    section#hero .blur {
      position: relative;
      z-index: 0;
      padding: 30px;
      overflow: hidden;
      background: #fff;
      width: 320px;
      height: 150px;
      display: flex;
      align-content: center;
      flex-wrap: wrap; }
      section#hero .blur #blurImg {
        background-image: url("../images/desk.jpg");
        background-position: center center;
        background-size: cover;
        -webkit-filter: blur(4px);
        filter: blur(4px);
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      section#hero .blur .navylt {
        display: block;
        background: #44475a;
        opacity: 0.5;
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      section#hero .blur h2 {
        position: relative;
        z-index: 3;
        font-size: 5em;
        margin: 0;
        line-height: 1;
        width: 100%;
        color: #fff; }
      section#hero .blur h5 {
        position: relative;
        z-index: 3;
        font-size: 1em;
        letter-spacing: 0.28em;
        text-transform: uppercase;
        margin-bottom: 0;
        width: 100%;
        color: #d4b77b; }
    section#hero:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(40, 42, 54, 0.5); }

/* About */
.content {
  margin-top: 50px;
  background: #44475a;
  height: 500px;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d4b77b; }

/*# sourceMappingURL=styles.css.map */
