body {
  height: 100%;
  margin: 0;

}

.top-container {
  background-color: #f1f1f1;
  padding: auto;
}

.header {
  padding: 0px 0px;
  background: darkblue;
  color: #f1f1f1;
}

.main {
  padding: 35px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/* ------------------------------------------
  Main
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

section {
  #border-bottom: 5px outset #000;
  text-align: center;
  padding: 100px 0 0;
  height: auto;
  width: 100%;
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}


/* ------------------------------------------
  Trasition
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

@font-face {
    font-family: "Ikarus";
    src: url(../fonts/ikar1.ttf) format("truetype");
}
