@font-face {
  font-family: openSans-light;
  src: url(../fonts/OpenSans-Light.ttf); }

@font-face {
  font-family: openSans-reg;
  src: url(../fonts/OpenSans-Regular.ttf); }

header {
  background: #00568C;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#cfdbe6, #00568C);
  /* For Safari 5.1 to 6.0 */
  background: linear-gradient(#cfdbe6, #00568C);
  /* Standard syntax */
  background: -o-linear-gradient(#cfdbe6, #00568C);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#cfdbe6, #00568C);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#cfdbe6, #00568C);
  /* Standard syntax */ }

.mobile-nav {
  position: fixed;
  width: 100%; }

.mobile-nav-icons {
  display: flex;
  justify-content: space-between;
  background-color: rgba(76, 76, 77, 0.5);
  padding: 0.5em; }

.menu-icon {
  width: 35px;
  height: 35px; }

.mobile-nav-menu {
  display: none; }

.active {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.75); }
  .active li {
    border-bottom: 2px solid #eee;
    padding: 0.87em;
    font-size: 16px;
    color: #eeeeee; }
    .active li a {
      color: #eeeeee;
      text-decoration: none; }

.logo-div {
  width: 100%;
  text-align: center; }

.main-logo {
  margin: 4.0em auto 0.5em auto;
  display: inline-block;
  width: 233px;
  max-width: 100%;
  height: auto; }

.nav-main {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(76, 76, 77, 0.5); }
  .nav-main li {
    display: block;
    text-transform: uppercase;
    margin: 0.45em 0;
    padding: 0.1em 0 0.5em 0;
    border-bottom: 1px solid lightgray;
    font-size: 14px; }

#desktop-nav {
  display: none; }

.wrapper {
  max-width: 1170px;
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: space-between; }

.desktop-img {
  display: none; }

.mobile-img {
  text-align: center; }

.sub-heading {
  width: 155px;
  text-align: center;
  margin: 0.56em auto 1.2em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #2e2e2e; }

.contact-page-info {
  list-style: none;
  padding: 0; }

.contact-page-info li a {
  text-decoration: none;
  color: #2e2e2e; }

.game-list {
  width: 100%;
  height: auto; }

.game-list-box {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  width: 100%; }

.game-list-box li {
  list-style: none;
  text-align: center;
  display: block;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  padding: .5em;
  margin: 0.5em; }
  .game-list-box li a {
    text-decoration: none;
    color: #2e2e2e;
    font-size: 0.97em; }

.title-div {
  text-align: center; }

.game-title {
  display: inline-block;
  margin: 1.75em auto 1.2em; }

.game-img {
  max-width: 100%;
  max-height: auto; }

.game-info {
  border: 1px solid #a3a3a3;
  padding: 1.5em; }

.line-break {
  width: 155px;
  margin: 3.5em auto;
  border-bottom: 2px solid #3e3e3e; }

.back-to-top {
  width: 100%;
  max-height: 55px;
  text-align: center;
  background-color: rgba(76, 76, 77, 0.5);
  position: fixed;
  bottom: -55px;
  transition: all, ease-in-out, 1s; }

.show-bottom {
  bottom: 0; }

.back-to-top img {
  width: 37px;
  max-width: 100%;
  padding: .7em 2.7em;
  cursor: pointer; }

@media only screen and (min-width: 992px) {
  .back-to-top {
    background-color: transparent;
    text-align: right;
    max-width: 1170px; }
  .back-to-top img {
    border: 1px solid #a3a3a3;
    background-color: #eeeeee;
    margin-bottom: 1.8em; } }

@media only screen and (min-width: 768px) {
  .game-listing {
    margin-top: 4.1em; }
  .sub-heading {
    width: 197px;
    margin-top: 4.5em; }
  .new-games {
    margin: 2.5em auto 0;
    text-align: center;
    width: 200px;
    padding: 0.61em;
    border-bottom: 2px solid #2e2e2e; }
  .game-title {
    border-bottom: 2px solid #3e3e3e;
    margin: 3.1em auto 1em; }
  .game-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5em; }
  .new-game-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em; }
  .game-list-box {
    width: 19%; }
  .game-list-box li {
    box-shadow: 0 2px 3px #a3a3a3; }
  .game-list-box li:hover {
    box-shadow: 0 4px 5px #aaaaaa; }
  .game-info {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 900px; }
  .game-img {
    width: 300px;
    max-width: 100%;
    height: auto; }
  .game-info-div {
    width: 50%; }
  .game-desc {
    margin-left: 0.1em;
    margin-top: 0; } }

@media only screen and (min-width: 992px) {
  .nav-main li:nth-of-type(4) {
    margin-left: 360px; }
  .nav-main {
    position: relative; }
  .main-logo {
    position: absolute;
    z-index: 1000; }
  .logo-div {
    height: 175px;
    text-align: left;
    display: flex;
    justify-content: center; }
  .flex {
    width: 100%;
    display: flex;
    justify-content: center; } }

@media only screen and (min-width: 768px) {
  .mobile-nav {
    display: none; }
  #desktop-nav {
    display: block; }
  .main-logo {
    margin: 1.5em auto 0.5em auto;
    display: inline-block;
    width: 350px;
    max-width: 100%;
    height: auto; }
  .nav-main {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    background-color: transparent; }
    .nav-main li {
      display: block;
      list-style: none;
      width: 5em;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: bold;
      margin: 0.45em 0;
      padding: 0.5em 0 0.5em 0;
      border: none; }
  .main-nav-item {
    text-decoration: none;
    color: #2e2e2e; }
  .main-nav-item:hover {
    border-bottom: 2px solid red; }
  .full-width {
    width: 100%;
    background: #5AAC60; }
  .flex {
    width: 85%; }
  .mobile-img {
    display: none; }
  .desktop-img {
    display: block; } }

h1 {
  text-align: center; }

p {
  text-align: justify; }

.main {
  background: #eeeeee;
  font-size: 14px; }

.content {
  padding: 1.2em; }

.home img {
  max-width: 100%; }

.main-heading {
  display: inline-block;
  position: fixed;
  left: 9999;
  overflow: hidden; }

.testimonials {
  padding: 1.2em; }

.testimone-content {
  font-style: italic; }

@media only screen and (min-width: 992px) {
  .main {
    margin-top: 3.6em;
    font-size: 18px; } }

@media only screen and (min-width: 768px) {
  .main {
    font-size: 18px; }
  .home {
    padding: 5em; }
  .testimonials-content {
    display: flex;
    justify-content: space-between; }
  .third {
    width: 33.33%;
    margin: 0 1em; }
  .half {
    width: 50%;
    margin: 0 1em; }
  .two-thirds {
    width: 66.66%;
    margin: 0 1em; }
  .show {
    border-bottom: 2px solid red; } }

footer {
  background: #5AAC60;
  padding: 0;
  margin: 0; }

.upper-footer, .lower-footer {
  padding: 1.2em; }

.flex-center-column h3 {
  text-align: center; }

.footer-contact {
  list-style: none;
  padding: 0; }

.footer-contact li {
  padding: 0.2em; }

.footer-contact li a {
  text-decoration: none;
  color: black; }

.footer-contact li img {
  margin-right: 1.5em;
  width: 25px; }

.lower-footer {
  background: #001a00;
  color: #eeeeee; }

.footer-flex {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 1.2em; }

.media-sprites {
  padding: 0;
  margin: 0 auto;
  width: 8em;
  display: flex;
  justify-content: space-around; }
  .media-sprites li {
    list-style: none; }

.footer-sprite {
  width: 35px; }

.copyright {
  margin: 0 auto 1.7em; }

@media only screen and (min-width: 768px) {
  .footer-content {
    display: flex;
    justify-content: space-between; }
  .footer-flex {
    flex-direction: row;
    justify-content: space-between; }
  .media-sprites {
    margin: 0; }
  .copyright {
    margin: 0; } }

html {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

body {
  margin: 0;
  padding: 0;
  background: #eeeeee;
  font-family: openSans-reg;
  font-size: 14px;
  color: #2e2e2e; }
