@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
html,
body {
  font-family: pt sans, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
hr {
  max-width: 420px;
  color: #718093;
}
p {
  font-family: lato, sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: pt sans, sans-serif;
  margin: 0;
  padding: 0;
}
h4 {
font-size: 11px;
}
.parallax {
  height: 40%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer {
  text-align: center;
  color: #fff;
}
a {
  text-decoration: none;
  color: #5352ed;
  transition: all 0.2s ease-in;
}
a:hover {
  text-decoration: none;
  color: #192a56;
  transition: all 0.2s ease-in;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #3498db;
  cursor: pointer;
  padding: 15px;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#myBtn:hover {
  transition: all 0.2s ease-in;
}
.topnav {
  list-style-type: none;
  overflow: hidden;
  box-shadow: 0 6px 13px -7px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
  font-weight: 700;
  text-transform: uppercase;
}
.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 24px 26px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  color: #3498db;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 800px) {
  div .max-width {
    max-width: 60%;
    margin: 0 auto;
    box-shadow: none;
  }
}
#head {
  background-image: url(https://lesisos.ga/images/MOSHED-2022-2-9-11-28-17.gif);
  margin: 0;
  padding: 222px 0;
  text-align: center;
  color: #fff;
}
#head h1 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
}
#head h3 {
  font-size: 22px;
  text-transform: uppercase;
}
#about {
  margin: 10px;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
#about h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
#about .features {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 66px;
}
#about .feature {
  font-size: 60px;
  color: #1c2630;
  margin-top: 17px;
}
#about h2 {
  font-size: 20px;
}
#about p {
  font-size: 18px;
}
#about .white {
  background-color: WHITE;
  padding: 0;
}
#banner {
  background-image: url(https://lesisos.ga/images/MOSHED-2022-2-9-11-28-17.gif);
  padding: 75px 0;
  text-align: center;
}
#banner2 {
  background-image: url(https://cdn.bookboard.ga/assets/images/background.png);
  padding: 75px 0;
  text-align: center;
  color: #000;
}
#banner3 {
  background-image: url(https://i.ibb.co/nR9WnRf/imageonline-co-overlayed-image-37.png);
  padding: 75px 0;
  text-align: center;
}
#banner h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#banner h2 {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
}
#banner2 h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#banner2 h2 {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
}
#banner3 h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#banner3 h2 {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
}
#staff {
  margin: 10px;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
#staff h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
#staff h2 {
  margin-top: 5px;
  font-size: 20px;
}
#staff p {
  margin-top: 3px;
  font-size: 18px;
}
#staff .stafflist {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 66px;
}
#staff .staffblock {
  transform: none;
  transition: all 0.2s ease-in;
  margin-bottom: 5px;
}
#staff .staffblock:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.2s ease-in;
}
#gamemodes {
  margin: 10px;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
#gamemodes h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
#gamemodes h2 {
  margin-top: 5px;
  font-size: 20px;
}
#gamemodes p {
  margin-top: 3px;
  font-size: 18px;
}
#gamemodes .gray {
  background-color: gray;
  padding: 0;
  margin: -10px;
}
#gamemodes .mode {
  margin: 15px;
  text-align: left;
  padding: 50px;
  max-width: 1280px;
}
#gamemodes .mode-inv {
  margin: 15px;
  text-align: right;
  padding: 50px;
  max-width: 1280px;
}
@media screen and (min-width: 800px) {
  #gamemodes .img {
    margin: 15px;
    padding: 50px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 799px) {
  #gamemodes .img {
    padding: 50px 0;
  }
}
#gamemodes .fixed-width {
  max-width: 1280px;
  margin: 0 auto;
}
#vote {
  margin: 10px;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
#vote h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}
#vote h2 {
  margin-top: 5px;
  font-size: 20px;
}
#vote p {
  margin-top: 3px;
  font-size: 18px;
}
#vote .votelist {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 66px;
  padding-bottom: 66px;
}
#vote .voteblock {
  transform: none;
  transition: all 0.2s ease-in;
}
.voteblock a {
  font-weight: 700;
}
.footer {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-top: 66px;
  padding-bottom: 66px;
}
.copyright-notice {
  color: #30343a;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  transition: all 0.2s ease-in;
  cursor: default;
}
.copyright-notice:hover {
  color: #fff;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 800px) {
  .res-img {
    width: 480px;
  }
}
@media screen and (max-width: 799px) {
  .res-img {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .res-img-sm {
    height: 110px;
  }
}
@media screen and (max-width: 799px) {
  .res-img-sm {
    width: 100%;
  }
}
