@import url(//db.onlinewebfonts.com/c/9897e38317b3a3c0a35153fcc9298387?family=LiebeErika);
    @font-face {font-family: "LiebeErika"; src: url("//db.onlinewebfonts.com/t/9897e38317b3a3c0a35153fcc9298387.eot");
    src: url("//db.onlinewebfonts.com/t/9897e38317b3a3c0a35153fcc9298387.eot?#iefix") format("embedded-opentype"),
     url("//db.onlinewebfonts.com/t/9897e38317b3a3c0a35153fcc9298387.woff2") format("woff2"),
     url("//db.onlinewebfonts.com/t/9897e38317b3a3c0a35153fcc9298387.woff") format("woff"),
     url("//db.onlinewebfonts.com/t/9897e38317b3a3c0a35153fcc9298387.ttf") format("truetype"),
     url("//db.onlinewebfonts.com/t/9897e38317b3a3c0a35153fcc9298387.svg#LiebeErika") format("svg"); }


html, body{
  margin: 0;
  padding: 0;
  height: auto;
  text-align: center;
  background-color: #F2F2F2;
}

section{
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
}

li{
  list-style-type: none;
}

a{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #454545;
  text-transform: uppercase;
}

h1{
  font-family: 'LiebeErika';
  font-weight: 750;
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #eedede;
  text-transform: uppercase;
}


h2{
  font-family: 'LiebeErika';
  font-weight: 750;
  font-size: 75px;
  letter-spacing: 0.2em;
  color: #8A0808;
  text-transform: uppercase;
}

h3{
  margin: 0;
  font-family: 'LiebeErika';
  font-weight: 450;
  font-size: 29px;
  letter-spacing: 0.2em;
  color: #8A0808;
  text-transform: uppercase;
}

h4{
  font-family: "LiebeErika";
  font-size: 60px;
  padding-top: 75px;
  margin-bottom: 5px;
  margin-top: 0px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 1120px){
  #h4{
    padding-top: 50px;
  }
}

h5, p, label {
  font-family: "Roboto Slab", serif;
  color: #494949;
}

hr {
  width: 30px;
  height: 3px;
  background: #494949;
  border: 0px;
  margin: 0px auto 3vh auto;
}
ul,li,li ul, #logo, img, #button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
