a {
text-decoration: none;
}
html, body {
  font-family: "Literata", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  background-image: linear-gradient(rgba(150, 215, 255, 0.7), rgba(255, 255, 255, 0.7)), url("footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
svg {
padding: 0 6px 0 2px;
vertical-align: middle;
}

.container {
  margin-top: 0.5em;
  padding: 1em;
  width: 80%;
  max-width: 1500px;
  border-radius: 25px;
  background-color: #ffffffdd;
  z-index: 0;
}
.dropdown {
  position: absolute;;;;;;
  display: inline-block;
}

.dropdown-content {
  display: none;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  max-width: 160px;
  border-radius: 5px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  margin: 0px 0px 50px -140px;
  z-index: 999;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.divider {
  margin: 5px 7px;
}
.header {
  margin-top: 6em;
  text-align: center;

}
.heading-font-size {
  font-size: 1em;
  color: #999;
  letter-spacing: normal;
}

.featured {

}

.form {
  text-align: center;
  display: block;
}

.game-card-link {
  color: #222;
}
.game-card {
  min-width: 14em;
  max-width: 31%;
  position: relative;
  float:left;
  margin: 1px 5px 1px 1px;
  padding: 4px;
  background-color: #ddd;
  border-radius: 2px;
  min-height: 230px;
  max-height: 230px;
  overflow: hidden;
}
.game-card:hover {
  background-color: #bbb;
  color: #0C4557;
}
.game-card-img {
    max-width: 100%;
    max-height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.game-card-title {
  font-weight: 800;
}
.game-card-details {
  font-size: 0.8em;
}
.game-card-badge {
  border: 1px solid #000;
  text-align: center;
  border-radius: 2px;
  max-width: 100px;
  width: 40px;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #ffffffdd;
}

.nav {
  display: none;
}

.search {
  margin-bottom: 0;
  max-width: 10em;
  font-size: 0.8em;
}
.search-hid {
  position: absolute;
  left: -9999px
}

.title {
  display: flex;
  align-items:center;
  text-shadow: 1px 1px 2px #eee;
}
.title-link {

}
.title-img {
  display: inline-block;
  margin-right: 0.6em;
  padding-left: 0.2em;
}
.title-text {
  display: inline-block;
  font-weight: 800;
  font-size: 5em;
  transform: scale(.75, 1);
}

/* News card */
.news-card-header {
  font-size: 1em;
  margin-bottom: 5px;
}
.news-card-info {
  font-size: 0.8em;
  margin-bottom: 7px;
}
.news-card-content {
  margin-bottom: 7px;
  font-size: 0.9em;
}


/* Larger than tablet */
@media (min-width: 750px) {
  .header {
      margin-top: 3em;
  }

  .logo-mobile {
    display: none;
  }
  /* Navigation */
  .nav {
    display: flex;
    position: sticky;
    background-color: #ffffffdd;
    border-bottom: 1px dashed #eee;
    height: 3.5em;
    margin: 0 auto;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 1em;
    justify-content: space-between;
  }
  .nav-links {
    display: flex;
    align-items: center;
  }
  .nav-ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nav-li {
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    float: left;
    margin-bottom: 0;
    margin-right: 1.6em;
    vertical-align:middle;
  }
  .nav-link:hover {
    border-bottom: 1px solid #1EAEDB;
  }
}
