body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: static;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
}

.nav:focus {
  background-color: transparent;
}

.div-block {
  background-image: url('../images/TheParanoyds_JJ-Stratford_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image {
  display: block;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
  text-transform: none;
}

.nav-link.w--current:hover {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
}

.nav-link-2 {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-3:hover {
  opacity: 1;
  font-weight: 500;
  mix-blend-mode: normal;
}

.nav-link-3.w--current {
  color: #fff;
  text-decoration: none;
}

.nav-link-3.w--current:hover {
  opacity: 1;
}

.image-2 {
  position: absolute;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: block;
}

.div-block-3 {
  position: static;
}

.body {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-4 {
  width: 100.0001100304429%;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.div-block-5 {
  padding-top: 501px;
}

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.tour-dates {
  position: absolute;
  width: auto;
  height: 100vh;
  padding-top: 0px;
  background-color: #000;
}

.logo {
  position: absolute;
  top: auto;
  mix-blend-mode: screen;
}

.socials {
  position: fixed;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.link-block {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.link-block-2 {
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-2:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-6 {
  width: 24px;
}

.slideshow {
  position: absolute;
  width: 100.0000068195705%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.slide {
  background-color: #000;
  background-image: url('../images/paranoydsblack.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0px;
  background-image: url('../images/masked_stars.png');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  mix-blend-mode: screen;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #000;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-2 {
  background-color: #000;
  background-image: url('../images/paranoydsviolet.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grainy-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Grain.gif');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 0.1;
  mix-blend-mode: lighten;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #000;
  color: #000;
}

.image-7 {
  position: absolute;
  width: 100%;
  background-color: #000;
  opacity: 1;
  color: #000;
  mix-blend-mode: normal;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #000;
  opacity: 1;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
  -webkit-transform: skew(-16deg, -1deg);
  -ms-transform: skew(-16deg, -1deg);
  transform: skew(-16deg, -1deg);
  -webkit-transition: letter-spacing 200ms ease;
  transition: letter-spacing 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  mix-blend-mode: normal;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.28);
  letter-spacing: 4px;
}

.div-logo {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headermenu {
  position: absolute;
  display: none;
  width: 100%;
  padding-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  opacity: 1;
  mix-blend-mode: normal;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.image-8 {
  position: absolute;
  width: 100%;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 100%;
  height: 0vh;
}

.image-10 {
  position: absolute;
  width: 100%;
  height: auto;
  padding-top: 0px;
}

.div-block-9 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 531px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  position: absolute;
}

.merch {
  width: auto;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

.image-12 {
  position: absolute;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-13 {
  position: absolute;
}

.image-14 {
  position: absolute;
  display: block;
  height: auto;
}

.div-block-10 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0002943667502%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.image-15 {
  position: absolute;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-4 {
  color: #5d3c3c;
}

.nav-link-4.w--current {
  color: #fff;
}

.nav-link-4.w--current:hover {
  color: #fff;
}

.nav-link-1 {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.nav-link-1:hover {
  color: hsla(0, 0%, 100%, 0.49);
}

.nav-link-1.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link-1.w--current:hover {
  opacity: 1;
  color: #fff;
}

.gif {
  position: fixed;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: 4;
  margin-top: 0px;
  margin-left: 0px;
}

.slider {
  height: 60vh;
}

.contact {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100vh;
  margin-top: 0px;
  padding-top: 179px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.youtube-wrap {
  position: absolute;
  width: 100%;
}

.heading-3 {
  color: #fff;
  font-size: 38px;
  font-style: italic;
  text-align: center;
  letter-spacing: 20px;
}

.youtube {
  position: absolute;
  left: auto;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.youtube-2 {
  position: static;
  width: 96%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.youtube-3 {
  width: 90%;
}

.div-block-13 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  padding-left: 25px;
  color: #fff;
}

.div-block-14 {
  position: absolute;
  width: 100%;
}

.section-2 {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f3980;
  opacity: 1;
  mix-blend-mode: normal;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: 100vh;
  padding: 100px 10px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.heading-4 {
  position: relative;
  display: block;
  margin: 0px auto 20px;
  padding-top: 0px;
  font-family: 'Linotype mistralstd', sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 1px 1px 6px #fff;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
}

.video {
  height: 131.30208%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.div-block-16 {
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
}

.image-16 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #000;
  mix-blend-mode: normal;
}

.text-block-3 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-17 {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-2 {
  display: inline-block;
  max-width: 100%;
  margin: 5px;
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 258ms ease-in-out;
  transition: background-color 258ms ease-in-out;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  border-color: #818181;
  background-color: #868686;
  color: #e7e7e7;
}

.div-block-18 {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  opacity: 1;
  mix-blend-mode: normal;
}

.button-3 {
  -o-object-fit: fill;
  object-fit: fill;
}

.button-3.w--current {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-4 {
  display: inline-block;
  max-width: 100%;
  margin: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  -webkit-transition: background-color 258ms ease-in-out;
  transition: background-color 258ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-4:hover {
  border-color: #000;
  background-color: rgba(0, 0, 0, 0.41);
  color: #e7e7e7;
}

.button-4.skew1 {
  -webkit-transform: skew(-6deg, 13deg);
  -ms-transform: skew(-6deg, 13deg);
  transform: skew(-6deg, 13deg);
}

.image-17 {
  display: block;
}

.image-18 {
  margin-left: 31px;
}

.section-3 {
  width: auto;
  height: 100vh;
  max-height: 100vh;
  max-width: none;
  min-height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.container-3 {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  display: block;
  margin: 0px auto 50px;
  padding-top: 0px;
  color: #363636;
  font-weight: 400;
  text-align: center;
  letter-spacing: 6px;
}

.div-block-19 {
  display: block;
  overflow: visible;
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 50px;
}

.div-block-20 {
  display: block;
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-height: 100vh;
  max-width: none;
  min-height: auto;
  padding: 60px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.div-block-21 {
  display: block;
  width: 70vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 339vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  position: static;
  height: auto;
  min-height: auto;
  margin-top: 326px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #653393;
  opacity: 1;
  mix-blend-mode: normal;
}

.slider-2 {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slide-4 {
  position: relative;
  height: auto;
  background-image: url('../images/paranoydsblack.jpg'), url('../images/paranoydsblack.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.slide-5 {
  background-image: url('../images/paranoydsviolet.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-22 {
  max-width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-23 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20%;
}

.section-5 {
  position: static;
  display: none;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  opacity: 1;
  mix-blend-mode: normal;
}

.link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.slider-3 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: none;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/TheParanoyds_JJ-Stratford_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  mix-blend-mode: normal;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-width: 100%;
  padding: 60px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/TheParanoyds_JJ-Stratford_2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-size: 14px;
}

.container-7 {
  display: block;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/band2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  padding: 60px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.section-7 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 742vh;
  min-height: 100vh;
  margin-top: 67px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  opacity: 1;
  font-family: Roboto, sans-serif;
  mix-blend-mode: normal;
}

.text-block-4 {
  overflow: visible;
  width: auto;
  height: 100vh;
  max-height: none;
  min-height: 100vh;
  padding-top: 10px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  overflow: visible;
  margin-bottom: auto;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.div-block-24 {
  display: block;
  overflow: visible;
  width: 750px;
  height: 500px;
  max-width: 100%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.html-embed-3 {
  position: relative;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-21-copy {
  display: block;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-4 {
  height: auto;
  background-color: transparent;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.mask {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gif {
    position: fixed;
    left: 45%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding-top: 0px;
  }

  .menu-button {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video {
    margin-top: 40px;
  }

  .image-16 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .html-embed {
    margin-top: 5px;
  }

  .nav-menu {
    position: absolute;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .slider-3 {
    z-index: 1;
  }

  .section-6 {
    background-image: url('../images/TheParanoyds_JJ-Stratford_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .socials {
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gif {
    padding-top: 0px;
  }

  .menu-button {
    display: block;
  }

  .icon {
    position: static;
    display: block;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-15 {
    height: auto;
  }

  .image-16 {
    max-width: none;
    margin-top: 10vh;
    padding-right: 40px;
    padding-left: 40px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-17 {
    padding-top: 40px;
  }

  .nav-menu {
    padding-left: 40px;
  }

  .section-6 {
    background-image: url('../images/TheParanoyds_JJ-Stratford_3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-4-copy {
    height: auto;
    min-height: auto;
  }

  .text-block-4 {
    overflow: auto;
    height: auto;
  }

  .div-block-24 {
    overflow: visible;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .socials {
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block {
    margin-right: 0px;
  }

  .div-bg {
    position: absolute;
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .headermenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gif {
    position: absolute;
    left: 35%;
    z-index: 3;
    padding-top: 0px;
  }

  .menu-button {
    display: block;
  }

  .icon {
    display: block;
  }

  .section-2 {
    height: 70vh;
    min-height: 70vh;
  }

  .heading-4 {
    overflow: visible;
    width: auto;
    height: auto;
    font-size: 60px;
    line-height: 37px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-15 {
    height: auto;
  }

  .video {
    margin-bottom: 10px;
  }

  .image-16 {
    max-width: none;
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 29px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 37px;
  }

  .container-4 {
    overflow: auto;
    height: 60vh;
  }

  .div-block-21 {
    overflow: auto;
    width: 100vw;
  }

  .nav-menu {
    z-index: 5;
  }

  .section-6 {
    background-image: none;
  }

  .container-4-copy {
    overflow: visible;
    max-height: none;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-7 {
    background-image: none;
  }

  .text-block-4 {
    overflow: hidden;
    height: auto;
    font-size: 11px;
    line-height: 18px;
  }

  .paragraph-2 {
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-24 {
    overflow: visible;
    width: auto;
  }

  .html-embed-3 {
    overflow: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-21-copy {
    overflow: scroll;
  }
}

@font-face {
  font-family: 'Linotype mistralstd';
  src: url('../fonts/Linotype---MistralStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}