#nav ul {
    list-style-type: none;
    margin-top: -15px;
    padding: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgb(0, 0, 0);
    height: 60px;
    width: 99%;
    z-index: 100;
}

h1 {
    margin-top: -40px;
    font-size: 70px;
    margin-bottom: -40px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

h2 {
    margin: -20px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

h3 {
    margin-top: -100px;
    margin-bottom: 130px;
    font-size: 90px;
    text-shadow: 2px 2px 10px rgb(0, 21, 255);
}

h4 {
    margin-top: -420px;
    font-size: 40px;
    text-shadow: 2px 2px 10px rgb(0, 21, 255);
}

strong {
    font-weight: bolder;
    font-size: 40px;
    color: blueviolet
}

.EighthWonderVideo {
    margin-top: 48px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 5px;
    border-style: outset;
    border-color: rgba(255, 0, 68, 0.7);
    border-width: 3px;
}

#groupPhoto {
    width: 140%;
    object-fit: scale-down;
}

#instagram {
    height: 80px;
    width: 80px;
    margin-right: 40px;
}

#youtube {
    height: 65px;
    width: 100px;
    margin-bottom: 8px;
}

#eboard {
    float: left;
    width: 50%;
    height: 500px;
    color: white;
    background: linear-gradient(to top, rgb(0, 183, 255), rgb(0, 38, 255));
}

#questions {
    float: right;
    width: 50%;
    height: 500px;
    color:black;
    background: white;
}

#eboard h1 {
    font-size: 75px;
    margin-top: -60px;
    margin-bottom: -40px;
    text-shadow: 3px 3px 5px rgb(255, 162, 0);
}

#questions h1 {
    margin-top: 130px;
    font-size: 70px;
    margin-bottom: -50px;
}

#eboard h2 {
    margin-top: 100px;
    font-size: 45px;
    margin-bottom: -50px;
    text-shadow: 3px 3px 5px rgb(255, 162, 0);
}

#questions a:hover {
    color: rgb(73, 73, 74);
}

#questions a {
    color:black;
    font-size: 20px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

#eboard a:hover {
    color: rgb(217, 215, 218);
}

#eboard a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-shadow: 3px 3px 5px rgb(255, 162, 0);
}

a:hover img {
    opacity: 0.5;
}

.display {
    margin-top: 20px;
    display:flex;
    margin-bottom: 20px;
}

@font-face {
    font-family: bungee;
    src: url(../Fonts/BungeeLayers-Regular.otf);
}

li.rightBar {
    float: right;
}

li.logo {
    float: left;
    font-size: 25px;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}

li {
    font-family: bungee;
}
  
.rightBar a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-shadow: 2px 2px 5px rgb(102, 0, 255);
}
  
.rightBar a:hover {
    background-color: #1e1d1d;
    color: rgb(211, 207, 207);
}

.logo a {
    color: white;
    text-decoration: none;
}

.rightBar a.active {
    text-decoration: underline;
    text-decoration-color:rgb(31, 229, 235);
    text-shadow: 2px 2px 5px rgb(31, 229, 235);
}

#EighthWonderNavBar {
    height: 50px;
    width: 50px;
    margin-top: 5px;
}

body {
    background:black;
    font-family: bungee;
    color: white;
    text-align: center;
}

.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-30%);
    transition: all 1.7s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

