a:link { text-decoration: none; }
a:visited { text-decoration: none; }

a:active { text-decoration: none; }
html
{
    height: 100%;
    background-image: linear-gradient(rgb(16, 2, 70),rgb(0, 0, 0)); 
    background-attachment: fixed;
    /*background-color: black; */
}

body{
    height: 100%;
}

.picsAndMenus
{
    width: 100%;
    display: inline;
    align-items: center;
    
}

#theHawk{
    position: absolute;
    width: 40vw;
    filter: invert(100%);
    left:30%;
    top: 8vw;
}

#tunes
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    box-shadow: inset 0 0 0 0 #a91fcc;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
    
}

#tunes:hover
{
    box-shadow: inset 20vw 0 0 0 #ffffff;
    color: rgb(39, 0, 90);
}

#shows
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    box-shadow: inset 0 0 0 0 #a91fcc;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
    
}

#shows:hover
{
    box-shadow: inset 25vw 0 0 0 #ffffff;
    color: rgb(39, 0, 90);
}

#games
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    box-shadow: inset 0 0 0 0 #a91fcc;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
}

#games:hover
{
    box-shadow: inset 20vw 0 0 0 #ffffff;
    color: rgb(39, 0, 90);
}

#video
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    color: white;
    text-align: center;
    box-shadow: inset 0 0 0 0 #a91fcc;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
}

#video:hover
{
    box-shadow: inset 20vw 0 0 0 #ffffff;
    color: rgb(39, 0, 90);
}

.leftMenu
{
    position: absolute;
    width: 20vw;
    border: 1vw solid rgb(40, 2, 61);
    padding: 1vw;
    opacity: 1;
    text-align: center;
    float:left;
    top: 30%;
    left: 8%;
}

.rightMenu
{
    position: absolute;
    width: 20vw;
    border: 1vw solid rgb(40, 2, 61);
    padding: 1vw;
    opacity: 1;
    text-align: center;
    float:right;
    top: 30%;
    right: 8%;
}

.imageDiv
{
    display: inline-block;
    margin: 0 auto;
}

.socialLinks
{
    text-align: center;
    font-family: tahoma;
    color: white;
    width: 97vw;
    height: 10%;
    position: fixed;
    background-color: black;
    z-index: 2;
}

ul li
{
   
    list-style-type: none;
    display: inline;
    
}

.spotify
{
    position: relative;
    top: -1.5vw;
    height: 6vw;
    width: 6vw;
    filter: invert(100%);
} 

.facebook
{
    position: relative;
    top: -2.5vw;
    height: 4vw;
    width: 4vw;
    filter: invert(100%);
} 

.instagram
{
    position: relative;
    height: 4vw;
    width: 4vw;
    top: -2.5vw;
    left: 15px;
    filter: invert(100%);
}


/* this portion down is the shows page */

.upcomingShows
{
    font-family: tahoma;
    font-size: 5vw;
    color: white;
    text-align: center;
}



.showList
{
    position: relative;
    top: 1vw;
    margin: auto;
    width: 90vw;
    border: 1vw solid rgb(40, 2, 61);
    padding: 1vw;
    opacity: 1;
    text-align: center;
    
}

.show
{
    font-family: tahoma;
    font-size: 3vw;
    color: white;
    text-align: center;
    transition: color .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
}

.purchaseTool
{
    font-family: tahoma;
    font-size: 3vw;
    color: black;
    text-align: center;
    transition: color .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
}

.show:hover
{
    color: rgb(141, 89, 209);
}

.showsBody
{
   display:block;
   margin: auto;
}

#leftHawk
{
    position: relative;
    left: 100px;
    top: -45px;
    height: 15vw;
    width: 15vw;
    filter: invert(100);
    float: left;
}

#rightHawk
{
    position: relative;
    right: 100px;
    top: -45px;
    height: 15vw;
    width: 15vw;
    filter: invert(100);
    float:right;


}

.Videos
{
    font-family: tahoma;
    font-size: 5vw;
    color: white;
    text-align: center;
}

.TUNES
{
    font-family: tahoma;
    font-size: 5vw;
    color: white;
    text-align: center;
}

.games
{
    font-family: tahoma;
    font-size: 5vw;
    color: white;
    text-align: center;
}

.gameList
{
    position: relative;
    top: 1vw;
    margin: auto;
    width: 90vw;
    border: 1vw solid rgb(40, 2, 61);
    padding: 1vw;
    opacity: 1;
    text-align: center;
    
}

.game
{
    font-family: tahoma;
    font-size: 3vw;
    color: white;
    text-align: center;
    transition: color .3s ease-in-out;
    padding-left: 1vw;
    padding-right: 1vw;
}


.game:hover
{
    color: rgb(141, 89, 209);
}

.instagramEmbed
{
    position: relative;
    top: 50vw;
    left: 35vw;
    
}


@media (max-width: 500px)
{
    
}
