body, html {
    height: 100%;
    margin: 0;
    background-color: #141414;
    color: white;
}
/** Navigation Bar**/
.nav {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.nav img {
    width: 25%;
    padding-left: 10px;
}

#navBar a {
    background-color: #020001;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    transition: .5s ease;
    color:white;
    
}

.left {
    width: 10%;
}

#navBar a:hover {
    background-color: #0165ff;
}

#active {
    border-bottom: 2px sold #0165ff;
}

#navBar {
    margin:auto;
    padding: 0;
    height: 90px;
    background-color: #020001;
}

/**Responsive**/
.phoneImage {
    display: none;
}

/** Medium **/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .left img {
        display: none;
    }
    .fullImage {
        display: none;
    }

    .phoneImage {
        display: contents;
    }

    #navBar a {
        font-size: 15px;
    }

    .left {
        width: 0%;
    }

    .menu ul {
        width: 100%;
    }
}

/**Small**/
@media screen and (max-width: 39.9375em) {
    .left img {
        display: none;
    }

    .menu li {
        width: 100%;
    }

    #navBar a {
        padding: 15px;
    }

    .fullImage {
      display: none;
    }

    .phoneImage {
        display: contents;
    }
}

/** footer **/
footer {
    background-color: #020001;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

#lp {
    height: 100px;
    width: 100px;
}


/** Header Image **/
.bg {
    height: 50%;
    background-image: url("/img/gameBusNoBack.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.bg img {
    height: 100px;
    width: 100px;
    padding-top: 5px;
}

.bg h2 {
    font-family: 'Orbitron', sans-serif;
    padding-top: 10%;
    
}

span {
    background-color: rgb(20, 20, 20,.6);
    padding: 10px;
    letter-spacing: 1rem;
}

h2, h3 {
    font-family: 'Orbitron', sans-serif;
    text-align: center;
}

.questions a, .questions p {
    font-family: 'Orbitron', sans-serif;
}

.questions ul {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #141414;
}

.questions a {
    color: #0165ff;
    font-size: 1rem;
    
}

hr {
    background: rgb(1,101,255);
    background: linear-gradient(180deg, rgba(1,101,255,1) 49%, rgba(223,13,13,1) 51%); 
    height: 6px;
    border: none;
}

.questions {
    width: 80%;
    margin: auto;
}

