
html,
body {
  font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
  
  padding: 10px;
  padding-top: 10px;
  background: #27272a;
  color: white;
}













/* Header/Blog Title */


.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 100%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 1px;
}

/* Add a card effect for articles */
.card {
  background-color: #333;
  padding: 10px;
  margin-top: 20px;
  margin-left: 0px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #333;
  margin-top: 20px;
}





/* Style the search box */
     #mySearch {
  width: 70%;
  font-size: 18px;
  padding: 11px;
  border: 1px solid #ddd;
  margin: 0 auto; /* Center the search box horizontally */
  display: block; /* Ensure it takes the full width available */
}

      /* Style the navigation menu inside the left column */
      #myMenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
      }

      #myMenu li a {
        padding: 12px;
        text-decoration: none;
        color: black;
        display: block
      }

      #myMenu li a:hover {
        background-color: #eee;
      }


.sitemapstyle {
    background-color: #333;
    border: 1px solid white;
    color: white;
    margin-top: 20px;
}

.sitemapstyle:hover {
    color: white;
}




 
 /* Style the table links */
 a {
     text-decoration: none;
     color: white;
 }
 
 a:hover {
     background-color: #eee;
 }
 
/* Style the filter buttons */
.filter-buttons {
  margin-top: 10px; /* Adjust the margin if needed */
  text-align: center; /* Center the filter buttons */
}

.filter-buttons button {
  background-color: #1B90DD;
  color: rgb(3, 3, 3);
  height: 25px;
  width: 30px;
  padding: 1px;
  margin: 1px;
  margin-left: 0px;
  border: 10px;
  border-color: white;
  cursor: pointer;
}

.filter-buttons button:hover {
  background-color: #5FCEEA;
}
 
 .homePageGameImages {
     width: 100px;
     height: 100px;
     position: left;
     margin-right: 0px;
 }





.GameImageContainer {
  position: relative;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;

}



.GameImage {
  display: block;
  width: 250px;
  height: 200px;
  border: 0px solid #555;
  border-radius: 0px;
}


.social-buttons {
  display: flex;
  gap: 8px; /* adjust spacing between buttons as needed */
}



.SocialIconsNAV {
    width: 23px;
    height: 23px;
}

.overlay {
    position: absolute; 
    bottom: 0px; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 20); /* Black see-through */
    color: #f1f1f1; 
    width: 297px;
    transition: .5s ease;
    opacity:1;
    color: white;
    font-size: 20px;
    padding: 0px;
    padding-top: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: left;
    border: 3px solid #555;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }




.column {
  float: left;
  width: 55%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.featuredcontact {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    background-color: #cccccc00;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    color: black;
    box-shadow: 4px 4px 30px 0px black;
    border: 0px ridge black;
    border-radius: 5px;
    transition: box-shadow 0.5s, border-color 0.5s; /* Add transition for smoother effect */
}

 .contact {
    width: 300px;
    height: 200px;
    margin-bottom: 10px;
    background-color: #cccccc00;
    display: inline-block;
    text-align: center;
    padding-top: 0px;
    color: black;
    box-shadow: 4px 4px 30px 0px black;
    border: 0px ridge black;
    border-radius: 5px;
    transition: box-shadow 0.5s, border-color 0.5s; /* Add transition for smoother effect */
}




  



/* Style the search box */
#searchp {
    width: 70%;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px auto; /* Center the search box horizontally */
    display: block; /* Ensure it takes the full width available */
    border-radius: 5px; /* Add rounded corners */
    background-color: #fff; /* Set background color */
    outline: none; /* Remove default outline */
}

#searchp:focus {
    border-color: #1B90DD; /* Change border color on focus */
}



