html {
  background-color: #313a3d;
  background-attachment: fixed, fixed;
  background-image: url("images/overlay.png"), url("images/bg.jpg");
  background-position: top left, center center;
  background-repeat: repeat, none;
  background-size: auto, cover;
}

* {
  user-select: none;
}

nav {
  height: 50px;
  position: sticky;
  z-index: 1000;
  width: 100%;
  padding-left: 20px;
}

nav li {
  list-style: none;
}

code {
  padding: 10px;
  background-color: #333;
  color: white;
  display: block;
  user-select: text;
}

.row > * {
  float: none;
}

#header {
  height: unset;
}

#header .container {
  position: static;
  margin-left: auto;
  left: 0;
}

#header header {
  padding-top: 8em;
}

#header:after {
  height: auto;
}

#header header {
  padding-bottom: 4em;
}

#header .hero.container {
  background: none;
  padding: 0;
}

#about h1 {
  font-size: 1.5em;
  margin: 0;
  line-height: 1.5em;
  letter-spacing: 0.075em;
}

#about h1:after {
  margin-bottom: 1em;
}

.main .container {
  margin-top: 1.5em;
  padding: 1.5em;
}
nav .logo {
  /*padding-left: 0.5em;*/
}
nav .logo a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 50px;
  border-bottom: none;
  color: #fff;
}

@media screen and (max-width: 736px) {
  #header .container {
    margin-top: 4vh;
    display: inherit;
  }
}

@media screen and (max-width: 425px) {
  #header .container {
    margin-top: 4vh;
    display: inherit;
  }
}

@media screen and (max-width: 480px) {
  #header header.major {
    padding-bottom: 1em;
  }

  #about .container {
    padding: 1em 0;
    width: unset;
    background: unset;
    box-shadow: unset;
  }

  #about h1 {
    font-size: 2em;
    color: #fff;
  }

  ul.actions {
    margin: 1.5em 2em;
  }

  ul.actions li > * {
    width: unset;
    padding: 0.8em 2em;
    height: unset;
    white-space: normal;
    word-wrap: break-word;
    line-height: normal;
  }
}

#footer {
  min-height: 0.5vh;
}
