:root {
  --white: #fff;
  --black: #292623;
  --border: 1px solid white;
  --red: #c7212c;
}
@font-face {
  font-family: neue_helveticamedium;
  src: url(../fonts/helvetica_neue_lt_65_medium-webfont.woff2) format("woff2"),
    url(../fonts/helvetica_neue_lt_65_medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: cradleytitle;
  src: url(../fonts/cradleytitle-regular2.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
body::-webkit-scrollbar {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: -webkit-fill-available;
  background-color: var(--black);
}
body.modal-open {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
  font-size: 20px;
}
.vcenter {
  display: flex;
  align-items: center;
}
#wrap,
body,
html {
  min-height: 100%;
  color: var(--white);
}
#wrap {
  font-size: 1rem;
  font-family: neue_helveticamedium, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url(../media/bg-tile-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wrapper,
.wrapper .container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#merch img {
  margin-bottom: 15px;
  margin-top: 15px;
}
.btn,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  padding: 6px 12px;
  font-size: 1rem;
  border: none;
  border-radius: 0;
  color: var(--white);
  background: var(--red);
  vertical-align: baseline;
}

#bg {
  background: url(../media/site-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  min-width: 100%;
  position: fixed;
}
.event {
  margin-bottom: 15px;
}
.b {
  font-size: 0.8rem;
}
@supports (-webkit-overflow-scrolling: touch) {
  #bg {
    background-attachment: scroll;
  }
}
#nav,
footer {
  background: var(--black);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav a {
  margin-left: 2px;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
section {
  min-height: 100vh;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
#hero .main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#hero {
  background-image: url(../media/packshot-img.png);
  background-size: cover;
  background-position: center bottom;
}
.socials {
  font-size: 1rem;
}
.socials img {
  height: 1rem;
  margin-top: -5px;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul li {
  display: inline;
  padding-left: 0;
  line-height: 1.3;
}
.socials ul li a {
  color: var(--white) !important;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  color: var(--white);
  text-decoration: none;
}
.singleInfo a {
  text-decoration: underline !important;
}
#envelope {
  cursor: pointer;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center;
}
#close {
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.mailing_list {
  z-index: 10000000;
  display: flex;
  position: fixed;
  background-color: rgba(12, 110, 61, 1);
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  min-height: 100vh !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  color: #fff;
}
#loader {
  z-index: 10000;
  display: flex;
  position: fixed;
  background-color: var(--black);
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  min-height: 100vh !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.lds-load {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}
.lds-load div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: var(--white);
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-load div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-load div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-load div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  100%,
  50% {
    top: 24px;
    height: 32px;
  }
}
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container .youtube-preview,
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.youtube-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 16px;
  }
  nav a {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 18px;
  }
  .vcenter {
    display: block;
    align-items: center;
  }
  .albumInfo,
  .singleInfo {
    text-align: center !important;
    margin-bottom: 5px;
  }
  .links {
    text-align: center;
  }
  section {
    min-height: initial;
    flex-grow: initial;
    display: block;
    flex-direction: initial;
    justify-content: initial;
    margin-bottom: 60px;
  }
  nav a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .singleInfo {
    margin-bottom: 10px;
  }
  .event .btn {
    margin-top: 10px;
  }
  .logo img {
    margin: 0 auto;
    width: 360px;
  }
}
.mailing_list label {
  font-size: 16px;
}
.mailing_list a {
  text-decoration: underline;
}
.mailing_list input {
  border-radius: 0;
}
.mailing_list .btn {
  font-size: 16px !important;
}
