body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  font-style: normal;
  color: white;
  text-align: left; 
  margin: 0px;
  padding: 0px;
  background-color: black;
  font-family: 'Lancelot', cursive;
}

h1 {
  margin-left: 50px;
  margin-top: 50px;
  font-size:40pt;
  font-weight: 400;
  font-family: 'Cinzel', serif;
}

p {
  margin: 0px;
  width:200px;
  font-family: 'Lancelot', cursive;
  font-size:12pt;
  padding-left: 50px;
}

.topnav {
    background-color: rgba(27, 5, 5,.5);
    overflow: hidden;
}
.topnav a {
    font-family: 'Cinzel', serif;
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 16px;
}
.topnav a:hover {
    background-color: rgb(137, 3, 0);
    color: white;
}
.active {
    background-color: rgb(7, 48, 2);
}
.topnav .icon {
    display: none;
}
body.home {
  background-image: url(../images/4.jpg);
}
body.origins {
  background-image: url(../images/3.jpg);
}
body.popularity {
  background-image: url(../images/9.jpg);
}
body.types {
  background-image: url(../images/7.jpg);
}
.socialmedia {
  text-align: left;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}


h1.slide-right {
  width:100%;
  overflow:hidden;
}
h1.slide-right {
  animation: 1s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 300%; 
  }

  to {
    margin-left:50px;
    width: 100%;
  }
}


a{
  color: white;
}

a:hover {
  color: rgb(197, 16, 16);
}

@media screen and (max-width: 580px) {
  h1 {
    font-size:15pt;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  p {
    font-size: 10pt;
  }
}

@media screen and (max-width: 750px) and (min-width: 580px) {
   h1 {
    font-size:20pt;
    }
}

@media screen and (max-width: 1024px) and (min-width: 750px) {
  h1 {
    font-size:30pt;
  }

@media screen and (min-width: 1024px) {
  h1 {
    font-size:40pt;
  }

