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-description {
  margin: 16px;
}

.game-thumbnail {
  width: 50%;
  float: left;
  margin: 16px;
  margin-left: 0;
}

.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;
}

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

/* fixed sidebar width and color */
.w3-sidebar {
  width: 120px;
  background: black;
}

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

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

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