* 
{
    font-family: 'OptimusPrinceps';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@font-face 
{
    font-family: 'OptimusPrinceps';
    src: url('OptimusPrinceps.ttf') format('truetype'),
         url('OptimusPrinceps.woff') format('woff');
}
section 
{
    text-align: center;
}
#nav 
{
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav h1
{
    margin-right: auto;
    font-size: 3rem;
    font-weight: 50;
    padding: 10px 20px;
    padding-bottom: 15px;
    color: #c2c2c2;
}
div#nav a {
    font-size: 2rem;
    margin: 10px 15px;
    text-decoration: none;
    color: #c2c2c2;
    position: sticky;
    padding: 10px;
    border-radius: 1px;
    box-shadow: inset 0 0 0 0 rgba(22, 22, 22, 0.75);
    transition: box-shadow 1s ease, font-size 1s ease, color 0.5s ease, border-radius 1s ease;
}

div#nav a:hover {
    box-shadow: inset 0 100px 0 0 rgba(17, 17, 17, 0.75);
    border-radius: 3px;
    color: #f1f1f1;
    font-size: 2.1rem;
}
@keyframes fadeInAnimation 
{
    0% {
        opacity: 0;
        transform: translate(0, 10vh);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes box
{
    0%
    {
        box-shadow: inset 0 0 0 0 #0000005e;
    }
    100%
    {
        box-shadow: inset 0 100px 0 0  #00000088;
    }
}
div#nav
{
    animation: fadeInAnimation ease 2s, box ease 2s 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    padding: 0 .25rem;
    margin: 0 -.25rem;
}
body 
{
background: #080808;
}
.sidenav::-webkit-scrollbar
{
    display: none;
}
.hidden::-webkit-scrollbar
{
    display: none;
}
body
{
    overflow-x: hidden;
}
.container
{
    width: 100%;
    height: 80%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-image: url(Images/Backgrounds/homebg.jpg);
    background-attachment: fixed;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
}
.container1
{
    width: 100%;
    height: 90%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-image: url(Images/Backgrounds/gear&signsbg.jpg);
    background-attachment: fixed;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 75%, transparent 100%);
}
.container2
{
    width: 100%;
    height: 90%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-image: url(Images/Backgrounds/charactersbg.jpg);
    background-attachment: fixed;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
}
.container3
{
    width: 100%;
    height: 90%;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-image: url(Images/Backgrounds/worldbg.jpg);
    background-attachment: fixed;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 70%, transparent 100%);
}
img
{
    margin-left: 100px;
}
.hamburger 
{
    font-size: 30px;
    cursor: pointer;
    color: #c2c2c2;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 50px;
    margin-right: 40px;
}

.sidenav 
{
    height: 80%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0; 
    background-color: #131313de;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 100px;
    text-align: center;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
}

.sidenav a 
{
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    color: #c2c2c2;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover 
{
    color: #f1f1f1;
}

.sidenav .closebtn 
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.content 
{
    margin-right: 0;
    transition: margin-right .5s;
    padding: 16px;
}

.sidenav-open .content 
{
    margin-right: 250px; 
}
.sidenav1 
{
    height: 90%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0; 
    background-color: #131313de;
    overflow-x: hidden;
    transition: 1s;
    padding-top: 100px;
    text-align: center;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
}

.sidenav1 a 
{
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    color: #c2c2c2;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
}

.sidenav1 a:hover 
{
    color: #f1f1f1;
}

.sidenav1 .closebtn 
{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.content 
{
    position: absolute;
    bottom: 0;
    left: 100px;
    top: 600px;
    width: 30%;
    color: #c2c2c2;
    font-weight: lighter;
    text-align: center;
}

.bottom, .top 
{
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0;
}

.left, .right 
{
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
}

.bottom 
{
    bottom: 0;
}

.left 
{
    left: 0;
    margin: 0;
}

.right 
{
    right: 0;
}

.top 
{
    top: 0;
}

.bottom img, .top img 
{
    width: 100%;
    height: auto;
}

.left img, .right img 
{
    width: auto;
    height: 100%;
}
.content p
{
    left: 0;
    position: absolute;
    margin: 0;
    font-size: 1.1rem;
    padding-bottom: 100px;
}
.content img
{
    opacity: 100;
    border-radius: 4px;
    margin-left: 500px;
    width: 600px;
}
 img.content, p.content
{
 padding-top: 30px;
}
.content h1
{
    font-size: 3.5rem;
    margin-bottom: 75px;
    margin-left: 100%;
    white-space: nowrap;
}
.content #lords h1
{
    font-size: 3.5rem;
    margin-bottom: 75px;
    margin-left: 0;
    white-space: nowrap;
}
table, th, td 
  {
    border:1px solid black;
    border-collapse: collapse;
  }
  table 
  {
    width: 90%;
    margin: 0 auto;
  }
  
  th, td 
  {
    text-align: center;
    padding: 10px;
  }
  
  th 
  {
    padding-top: 15px;
  }
  td 
  {
    padding-top: 20px;
    padding-bottom: 20px;
    word-wrap: break-word;
  }
.content .attributes p
{
    position: unset;
    padding-bottom: 20px;
    width: 500px;
}
.content .attributes img 
{
    width: 24px;
    height: 24px;
    margin-left: 100px;
}
.content .attributes p.push
{
    padding-bottom: 100px;
}
div.content #info img
{
    width: 600px;
    opacity: 1;
    transition: width 1s, opacity 1s 0.2s;
}
div.content #info img:hover
{
    width: 650px;
    opacity: 0.5;
}
.head{margin-left: 750px; padding-bottom: 20px;}
#transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080808;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 1s ease; 
  }

  #transition.active {
    transform: translateX(0);
  }

  body.loaded #transition {
    transform: translateX(100%);
    transition: transform 1s ease;
  }
  