body, html {
    height: 100%;
    margin: 0;
    background-color: #141414;
    color: white;
}

.gifs img {
    width: 100px;
    height: 100px;
}

.gifs {
    margin: 10px;
}

/** 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;
}

/** Full page Image **/
.fullImage {
    background-image: url(/img/fullLogo.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prem h1, h3{
    font-family: 'Press Start 2P', cursive;
    text-align: center;
}

.prem img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


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;
}

.endWords, .endWords h1 {
    font-family: 'Orbitron', sans-serif;
    text-align: center;
}

.info img {
    margin: auto;
    margin-bottom: 0px;
    width: 200px;
    height: 200px;
    display: block;
}

.info p {
    text-align: center;
}

#sonic {
    margin-top: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
}

#hr1 {
    margin-top: 0px;
    padding-top: 0px;
}

