@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Black.otf");
}
@font-face {
  font-family: GillSans;
  src: url("../fonts/Gill_Sans.otf");
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #121212;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.more-gutter {
  padding-left: 1rem;
  padding-right: 1rem;
}
#headerVideo {
  position: absolute;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: .5;
  display: block;
}
.header {
  width: 100%;
  max-height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden !important;
}
.header-content {
  width: 100%;
  height: 100vh;
  position: relative;
  color: white;
}
.header-logo {
  max-height: 30px;
}
.header h1 {
  font-size: 5rem;
  font-family: Gotham;
  margin-bottom: 0;
}
.header h2 {
  font-family: GillSans;
  font-size: 1rem;
  margin-top: .65rem;
}
.header h3 {
  font-family: GillSans;
  font-size: 1.5rem;
  margin-top: -10px;
  margin-bottom: 1rem;
  opacity: .75;
}
.header p {
  font-family: GillSans;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.header a {
  color: #00A0FF;
  text-decoration: underline;
  font-weight: 600;
}
.form-control {
  margin-bottom: 1rem;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
input::placeholder {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.more-button {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
.more-button img {
  max-height: 30px;
}
.body-section {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 3;
  background-color: #ffffff;
}
.section-content {
  width: 100%;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
  color: #000000;
}
.body-section h1 {
  font-family: Gotham;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.body-section p {
  font-family: GilLSans;
  font-size: 1rem;
  line-height: 1.35rem;
  margin-bottom: 2rem;
}
.nftday-logo {
  width: 100%;
  max-width: 400px;
}
canvas {
  position: absolute;
  transform: scale(2);
  opacity: .3;
  pointer-events: none;
}
.snoop-drop {
  width: 100%;
  height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000000;
  overflow: hidden !important;
}
.snoop-drop::before {
  content: "";
  background-size: cover;
  background-image: url("../img/main-bg.jpg");
  background-position: center center;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  opacity: .25;
}
.snoop-content {
  width: 100%;
  padding-top: 3%;
  color: #FFFFFF;
}
.snoop-graphic {
  content: "";
  background-image: url("../img/Snoop_&_Method_Man.png");
  background-position: right top;
  background-size: cover;
}
.snoop-logo {
  width: 100%;
  max-width: 400px;
}
.snoop-drop h1 {
  font-family: Gotham;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.snoop-drop h2 {
  font-family: Gotham;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  opacity: .5;
}
.snoop-drop p {
  font-family: GillSans;
  font-size: 1rem;
  line-height: 1.35rem;
  margin-bottom: 2rem;
  max-width: 400px;
}
.upcomingLogos {
  width: 100%;
  max-width: 300px;
  margin-top: 2rem;
}
.upcomingLogos-sm {
  width: 100%;
  max-width: 240px;
  margin-top: 2rem;
}
.upcomingLogos-md {
  width: 100%;
  max-width: 180px;
  margin-top: 2rem;
}
.content-adjust {
  padding-bottom: 0;
}
.video-blocks {
  padding: 1rem;
}
.footer {
  background-color: #222222;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px #00A0FF solid;
  color: #ffffff;
}
.footer h1 {
  font-family: Gotham;
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
.footer p {
  font-family: GillSans;
  font-size: .75rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.footer-logo {
  height: 100%;
  max-height: 36px;
  margin: 2rem 0 1rem;
}
.copyright {
  opacity: .5;
}
.footer-logo-2 {
  height: 100%;
  max-height: 40px;
  margin: 0 1rem 1rem;
}
.footer-icon {
  max-width: 40px;
}
.footer-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.footer-screens {
  width: 100%;
  max-width: 240px;
  margin-bottom: 1rem;
}
span {
  white-space: nowrap;
}
.CTA {
  background-color: #00a0ff;
  border-radius: 5rem;
  padding: .5rem 3rem;
  color: #FFFFFF;
  font-family: Gotham;
  font-weight: bold;
  font-size: .85rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-in-out;
  border: 1px solid #00a0ff;
}
.CTA:hover {
  background-color: #091220;
  color: #00a0ff;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .nftday-logo {
    margin-bottom: 2rem;
  }
  .content-adjust {
    padding-bottom: 5rem;
  }
}