
.game-link{
background-color: #555555;
border: none;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
cursor: pointer;
border-radius: 12px;
}

.game-link-click{
    background-color: #000000;
    border: none;
    color: #8a2be2;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2px 2px;
    cursor: pointer;
    border-radius: 12px;
    }

.searchForm {
position: fixed;
z-index: 1;
}

#videoFrame{
overflow: hidden;
display: none;
}

a.bignav:link {
color: lightblue;
text-decoration: none;
}

a.bignav:visited {
color: lightblue;
text-decoration: none;
}

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

a.footer:link {
color: gray;
text-decoration: none;
}

a.footer:visited {
color: gray;
text-decoration: none;
}

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

a.smallnav:link {
color: lightblue;
text-decoration: none;
}

a.smallnav:visited {
color: lightblue;
text-decoration: none;
}

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


.multicolortext {
background-image: linear-gradient(to left, yellow, brown, orange);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
}

.menuIcon{
height: 32px;

}

.search-popup {
height: 50%;
max-height: 50%;
display: none;
position: fixed;
margin-top: 30px;
margin-right: 250px;
}



.searchResults {
max-height: 50%;
height: 50%;
position: fixed;
margin-right: 100px;
margin-top: 30px;
z-index: 9;
display: none;
overflow-y: hidden;
}


.mobile-search-popup {
width: 25%;
max-height: 50%;
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 9;
overflow-y: none;
}


.mobileResults {
max-height: 50%;
width: 250px;
max-width: 250px;
position: fixed;
z-index: 9;
display: none;
overflow-y: none;
}

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

a.search-link:visited {
color: white;
text-decoration: none;
}

a.search-link:hover {
color: lightblue;
text-decoration: none;
}

