body {
    display: flex;
    flex-direction: column;

}

#hero-container p {
    color: #ede6f2;
    font-family: 'Fjalla One', sans-serif;
    font-size: .5em;
    text-shadow: 4px 4px #040404;
}

i {
    color: #ff9f1c;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    text-shadow: 4px 4px #040404;
}

#hero-container {
    height: 2em;
}

#hero-container span {
    font-size: 1.625rem;
    color: #ff9f1c;
}

.xs-hidden {
    display: none;
}

#heroVideo, #hero-xs {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
}

#hero-overlay {
    height: 100%;
    max-height: 20%;
    color: #ede6f2;
    margin-bottom: 15%;
}

#hero-logo {
    padding-top: 10px;
    max-width: 150px;
}

#hero-buttons {
    min-width: 125px;
}

#hero-buttons img {
    max-width: 20px;
    border: 1px solid #ede6f2;
    border-radius: 50%;
}

#main {
    min-height: 625px;
    background-color: #0d1b2a;
}

.main-landing {
    margin-top: 46%;
}

#nav {
    min-height: 45px;
}

#nav img {
    max-width: 45px;
    height: auto;
}

#nav a {
    text-decoration: none;
    color: #ede6f2;
    font-size: .5em;
}

#nav a:hover, #game-nav span:hover, #bottom-nav a:hover {
    color: #ff9f1c;
    transition: .3s
}

#game-nav {
    color: #ede6f2;
    font-size: .75em;
    min-height: 45px;
}

#lol-tab {
    border-right: 1px solid #ff9f1c;
    border-left: 1px solid #ff9f1c;
    border-top: 1px solid #ff9f1c;
    z-index: 2;
}

#sc-tab {
    border-right: 1px solid #ff9f1c;
    border-left: 1px solid #ff9f1c;
    border-top: 1px solid #ff9f1c;
    z-index: 2;
}

.active-tab {
    border-bottom: 1px solid rgba(255, 159, 28, 0);
    transition: .3s;
}

.unactive-tab {
    border-bottom: 1px solid rgba(255, 159, 28, 1);
    transition: .3s;
}

#game-table {
position: relative;
min-height: 60vh;
}

#game-table i {
    font-size: 1.5em;
}

#game-table p {
    font-size: .75em;
}

.chosen {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: .3s;
}

.unchosen {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}

#lolview, #scview {
    border-right: 1px solid #ff9f1c;
    border-left: 1px solid #ff9f1c;
    border-bottom: 1px solid #ff9f1c;
    color: #ede6f2;
    padding-top: 20px;
}

.game-help {
    padding: 10px 0;
}

footer {
    flex-shrink: 0;
    background-color: #0a1128;
}

#bottom-nav a {
    text-decoration: none;
    color: #ede6f2;
    font-size: .5em;
}

#copyright {
    font-size: .5em;
    color: #ede6f2;
}

footer img {
    width: 20px;
    height: 20px;
}

footer i {
    font-size: 20px;
}

#bottom-buttons {
    min-height: 45px;
}

#about-wrapper {
    max-width: 1200px;
}

.bio-bg {
    background-color: #0a1128;
    background-image: url("diagmonds-light.png");
}

.bio-bg span {
    text-shadow: 2px 2px #040404;
}

#bio-photo {
    padding-top: 40px;
}

.vert-photo {
    max-width: 110px;
}

#bottom-photo img{
   width: 100%;
   margin-bottom: 20px;
}

#about-wrapper span {
    font-family: 'Bebas Neue', cursive;
    color: #ede6f2;
    font-size: 1.5em
}

#about-wrapper p {
    color: #ede6f2;
    font-size: 1em;
    margin-top: 25px;
    text-align: justify;
  text-justify: inter-word;
}

#loadout-wrapper, #about-wrapper {
    min-height: 95vh;
}

#loadout-main-img {
    max-width: 70%;
}

.loadout-p {
    color: #ede6f2;
font-family: 'Fjalla One', sans-serif;
}

.loadout-span {
    color: #ede6f2;
    font-family: 'Bebas Neue', cursive;
    font-size: 2em;
}

.peripheral-cell {
    min-width: 200px;
    max-width: 300px;
}

@media only screen and (min-width: 400px) {
    #hero-overlay {
        margin-bottom: 13%;
    }
    #hero-container p {
        font-size: .875rem;
    }
}

@media only screen and (min-width: 500px) {
    #hero-overlay {
        margin-bottom: 22%;
    }
    #hero-container p {
        font-size: .875rem;
    }
}

@media only screen and (min-width: 600px) {
    #hero-overlay {
        margin-bottom: 16%;
    }
    #hero-container p {
        font-size: .875rem;
    }
    #game-table p {
        font-size: 1em;
    }

    #game-table i {
        font-size: 3em;
    }

    #lolview, #scview {
        padding: 50px 0;
    }

    #hero-logo {
        max-width: 300px;
    }
}

@media only screen and (min-width: 700px) {
    #hero-overlay {
        margin-bottom: 19%;
    }
    #hero-container p {
        font-size: 1rem;
    }

    #hero-container i, #hero-container span {
        font-size: 35px;
    }

    #hero-buttons img {
        max-width: 35px;
    }
}


@media only screen and (min-width: 960px) {
    #hero-overlay {
        margin-bottom: 19%;
    }
    #hero-container p {
        font-size: 1.5rem;
    }

    #hero-container i, #hero-container span {
        font-size: 45px;
    }

    #hero-buttons img {
        max-width: 45px;
    }
    #hero-logo {
        max-width: 400px;
    }

    #about-wrapper p {
        margin: 40px 0;
         line-height: 30px;
    }

    #about-wrapper span {
        font-size: 35px;
    }

    .vert-photo {
        max-width: 200px;
        margin: 40px 0;
    }

    #bottom-photo img, #bio-photo img {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    #hero-overlay {
        margin-bottom: 12%;
    }

    #hero-container p {
        font-size: 2.5rem;
    }

    #hero-container i, #hero-container span {
        font-size: 65px;
    }

    #hero-buttons img {
        max-width: 65px;
    }

    #hero-logo {
        max-width: 600px;
    }

    .xs-hidden {
        display: block;
    }

    #main-landing {
        margin-top: 50%;
    }

    #nav {
        min-height: 65px;
        margin-top: 10px;
    }
    
    #nav a {
        text-decoration: none;
        color: #ede6f2;
        font-size: .875em;
    }

    #nav img {
        max-width: 100px;
    }

    #game-table, #game-nav {
        max-width: 1200px;
    }

    #game-table p {
        font-size: 1.25em;
    }

    #bottom-nav a {
        font-size: .625em
    }

    #bottom-buttons i {
        font-size: 35px;
        padding: 10px 0;
    }

    #bottom-buttons img {
        width: 35px;
        height: 35px;
    }
    

}

@media only screen and (min-width: 1400px) {
    #hero-overlay {
        margin-bottom: 17%;
    }

    #hero-container p {
        font-size: 2.75rem;
    }

    #hero-container i, #hero-container span {
        font-size: 65px;
    }

    #hero-buttons img {
        max-width: 65px;
    }

    #hero-logo {
        max-width: 600px;
    }
}

@media only screen and (min-width: 1650px) {
    #hero-overlay {
        margin-bottom: 17%;
    }

    #hero-container p {
        font-size: 3rem;
    }

    #hero-container i, #hero-container span {
        font-size: 85px;
    }

    #hero-buttons img {
        max-width: 65px;
    }

    #hero-logo {
        max-width: 600px;
    }
}
