html {
  overflow-y: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(126, 9, 17, 0.375) 0%, rgba(41, 84, 211, 0.625) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

p {
  font-family: 'Lato', 'sans-serif';
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-family: 'Lato', 'sans-serif';
  font-size: 3.25rem;
  margin-bottom: 2rem;
}

h2 {
  font-family: 'Lato', 'sans-serif';
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-family: 'Lato', 'sans-serif';
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

a {
  color: white;
}

a:hover {
  color: white;
}

.masthead p {
  font-size: 2rem;
  text-shadow: 0rem 0.25rem 0.5rem rgba(126, 9, 17, 0.25);
}

.logo {
  filter: drop-shadow(0rem 0.25rem 0.5rem rgba(126, 9, 17, 0.25));
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead p {
    max-width: 128rem;
    font-size: 2.5rem;
  }
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 24px;
  text-shadow: 0rem 0.25rem 0.5rem rgba(126, 9, 17, 0.25);
}

.btn-xl.btn-xl {
  font-size: 1.75rem;
  padding: 16px 48px;
}

.btn-outline {
  color: white;
  border: 2px solid;
  border-color: white;
}

.btn-outline.btn-xl {
  border: 3px solid;
}

.btn-outline:hover, .btn-outline:focus {
  color: white;
  border-color: #FFCC0A;
  background-color: #FFCC0A;
}

.btn-discord:hover, .btn-discord:focus {
  color: white;
  border-color: #7289DA;
  background-color: #7289DA;
}

.btn-twitter:hover, .btn-twitter:focus {
  color: white;
  border-color: #1DA1F3;
  background-color: #1DA1F3;
}

.btn-outline:active {
  color: #FFCC0A;
  border-color: #FFCC0A;
  background-color: transparent;
}

.btn-discord:active {
  color: #7289DA;
  border-color: #7289DA;
  background-color: transparent;
}

.btn-twitter:active {
  color: #1DA1F3;
  border-color: #1DA1F3;
  background-color: transparent;
}

.downloads-section {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  background: rgb(99, 33, 139, 0.75);
}

.team-section {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  background: rgb(47, 100, 32, 0.875);
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

.bg-black {
  background: rgba(67, 33, 51, 0.75);
}

footer {
  padding: 4rem 0 2rem 0;
}

.bgvideo {
  position: fixed;
  width: 100%;
  height: 125%;
  top: -8rem;
  bottom: 8rem;
  left: 0;
  right: 0;
  z-index:-99999;
}

.bgimage {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/background.png");
  background-repeat:no-repeat;
  background-size:cover;
  z-index:-99999;
}