@font-face {
  font-family: "kulbaskervilleregular";
  src: url("../font/kulbaskerville-webfont.eot");
  src:
    url("../font/kulbaskerville-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/kulbaskerville-webfont.woff2") format("woff2"),
    url("../font/kulbaskerville-webfont.woff") format("woff"),
    url("../font/kulbaskerville-webfont.ttf") format("truetype"),
    url("../font/kulbaskerville-webfont.svg#kulbaskervilleregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kulblackletter";
  src:
    url("../font2/kulblackletter-webfont.woff2") format("woff2"),
    url("../font2/kulblackletter-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kulklasikregular";
  src:
    url("../font3/kulklasik-webfont.woff2") format("woff2"),
    url("../font3/kulklasik-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  background: url(maka.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.back {
  position: fixed;
  width: 3%;
  margin: 1.2%;
}
#ap {
  margin-top: 3vh;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

ul.rig {
  list-style: none;
  font-size: 0px;
}
ul.rig li {
  display: inline-block;
  padding: 10px;
  margin: 0 0 2.5% 2.5%;

  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.rig li img {
  max-width: 100%;
  height: auto;
  margin: 0 0 5px;
}
ul.rig li h3 {
  margin: 0 0 5px;
}
ul.rig li p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #999;
}
ul.rig.columns-2 li {
  width: 40.5vw;
}

@media (max-width: 480px) {
  #ap {
    margin-top: 2vh;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  ul.grid-nav li {
    display: block;
    margin: 0 0 5px;
  }
  ul.grid-nav li a {
    display: block;
  }
  ul.rig {
    margin-right: 10%;
  }
  ul.rig li {
    width: 100% !important; /* over-ride all li styles */
    margin: 0 0 20px;
  }

  p {
    font-size: 12px;
  }
  .button:hover {
    background-color: #2ee59d;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }
}
