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

li {
    list-style: none;
}

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #fb1bff;
  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;
  color: white;
  cursor: pointer;
  padding: 15px;
  padding-right: 19px;
  padding-left: 19px;
  font-size: 18px;
  transition: all 0.2s ease-in;
}

#myBtn:hover {
  background-color: #2980b9;
  transition: all 0.2s ease-in;
}

/* Navbar */

.navbar {
  position: fixed;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 6px 13px -7px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 24px 26px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  color: #db34d0;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .navbar a:not(:first-child) {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .navbar.responsive {
    position: fixed;
  }
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.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;
  }
}

/* End Navbar */

#head {
  background-image: url("../img/bg.jpg");
  margin: 0;
  padding: 222px 0px 222px 0px;
  text-align: center;
  color: white;
}

#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 {
  margin-top: 5px;
  font-size: 20px;
}

#about p {
  margin-top: 3px;
  font-size: 18px;
}

#banner {
  background-image: url("../img/bg.jpg");
  padding: 75px 0px 75px 0px;
  text-align: center;
}

#banner2 {
  background-image: url("../img/bg.jpg");
  padding: 75px 0px 75px 0px;
  text-align: center;
}

#banner3 {
  background-image: url("../img/bg.jpg");
  padding: 75px 0px 75px 0px;
  text-align: center;
}

#banner h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

#banner h2 {
  margin-top: 5px;
  font-size: 20px;
  color: white;
}

#banner2 h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

#banner2 h2 {
  margin-top: 5px;
  font-size: 20px;
  color: white;
}

#banner3 h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

#banner3 h2 {
  margin-top: 5px;
  font-size: 20px;
  color: white;
}

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

#rules {
  margin: 10px;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px;
}

#rules h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}

#rules h2 {
  margin-top: 5px;
  font-size: 20px;
}

#rules p {
  margin-top: 3px;
  font-size: 18px;
}

#rules .gray {
  background-color: #ecf0f1;
  padding: 0;
  margin: -10px;
}

#rules .mode {
  margin: 15px;
  text-align: left;
  padding: 50px;
  max-width: 1280px;
}

#rules .mode-inv {
  margin: 15px;
  text-align: right;
  padding: 50px;
  max-width: 1280px;
}

@media screen and (min-width: 800px) {
  #rules .img {
    margin: 15px;
    padding: 50px;
    max-width: 1280px;
  }
}

@media screen and (max-width: 799px) {
  #rules .img {
    padding: 50px 0px 50px 0px;
  }
}

#rules .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 {
  background-color: #11171e;
  color: white;
}

.footer {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
  padding-top: 66px;
  padding-bottom: 66px;
}

.copyright-notice {
  color: #30343a;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  text-align: center;
  transition: all 0.2s ease-in;
  cursor: default;
}

.copyright-notice:hover {
  color: white;
  margin: 0;
  margin-bottom: 0px;
  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%;
  }
}

#checkbox {
    display: none;
}
#checkbox:checked~.line-main::before {
    transform: rotate(45deg);
}
#checkbox:checked~.line-main::after {
    transform: rotate(-45deg);
}
#checkbox:checked~.line-split::before {
    transform: translateX(-10px);
    opacity: 0;
}
#checkbox:checked~.line-split::after {
    transform: translateX(20px);
    opacity: 0;
}
.hamburger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20%;
    cursor: pointer;
}
.line {
    position: absolute;
    width: 20px;
}
.line-main::before,.line-main::after, 
.line-split::before,.line-split::after {
    content: '';
    position: absolute;
    width: inherit;
    height: 2px;
    background-color: black;
    transition: transform .5s;
}
.line-main::before {
    transform: translateY(-7px);
}
.line-main::after {
    transform: translateY(7px);
}
.line-split::before,
.line-split::after {
    width: 10px;
    transition: transform .5s opacity .5s;
}
.line-split::after {
    transform: translateX(10px);
}
