body, h1,h2,h3,h4,h5,h6 {
  font-family: "Exo 2", sans-serif;
}

/* smooth scrolling */
html {
  scroll-behavior: smooth;
}

.page {
  background: #222;
}

.text-darker-grey {
  color: #222
}

.full-width {
  width: 100%
}

.sidebar-hover:hover {
  background: #222;
}

.sidebar-button {
  text-decoration: none;
}

/* top bar for small devices */
.topbar-item {
  width: 25% !important;
}

.game-box {
  border-radius: 8px;
  background: #222222;
  color: #F1F1F1;
  margin-bottom: 36px;
}

.game-description {
  margin: 16px;
}

.game-thumbnail-container {
  width: 45%;
  float: left;
  margin: 16px;
  margin-left: 0;
  border-radius: 8px;
}

.game-thumbnail {
  width: 100%;
  margin-left: 0;
  border-radius: 8px;
}

.friend-avatar {
  width: 80px;
}

.clean-link {
  text-decoration: none;
}

.contact-image {
  height: 32px;
  width: 64px;
  margin: 6px;
}

/* add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {
  margin-left: 120px;
}


@media only screen and (max-width: 600px) {
  /* override margin on small screens */
  #main {
    margin-left: 0;
  }

  .game-thumbnail-container {
    width: 100%;
  }
}

/* fixed sidebar width and color */
.w3-sidebar {
  width: 120px;
  background: #19161d;
  color: #F1F1F1;
}

.text-highlight-color {
  color: #e79230;
}

.w3-row-padding img {
  margin-bottom: 12px
}

#game-container {
  width:100%;
  margin-bottom: 28vh;
}

.scroll-arrow {
  margin-top: 128px;
}

#myNavbar {
  background: #19161d;
  color: #F1F1F1;
}