@charset "utf-8";
/* CSS Document */
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../img/topBg.jpg") center no-repeat;
  background-size:cover;
}
ul {
    font-style: oblique;
}
li {
    line-height: 1em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
@media screen and (min-width:751px) {
    li {
        margin-top: 50px;
        font-size: 2.2em;
    }
}
@media screen and (max-width:750px) {
    li {
        margin-top: 10%;
        font-size: 1.6em;
    }
    body {
        background-size: cover;
    }
}