@font-face {
  font-family: 'more_gothicbold';
  src: url("/fonts/moregothic-bold-webfont.woff2") format("woff2"), url("/fonts/moregothic-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.more {
  font-family: 'more_gothicbold';
  text-transform: uppercase;
}

@font-face {
  font-family: 'FGS_book';
  src: url("/fonts/ITCFranklinGothicStd-BkCd.eot");
  src: url("/fonts/ITCFranklinGothicStd-BkCd.eot?#iefix") format("embedded-opentype"), url("/fonts/ITCFranklinGothicStd-BkCd.woff2") format("woff2"), url("/fonts/ITCFranklinGothicStd-BkCd.woff") format("woff"), url("/fonts/ITCFranklinGothicStd-BkCd.ttf") format("truetype"), url("/fonts/ITCFranklinGothicStd-BkCd.svg#ITCFranklinGothicStd-BkCd") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FGS_demi';
  src: url("/fonts/ITCFranklinGothicStd-DmXCp.eot");
  src: url("/fonts/ITCFranklinGothicStd-DmXCp.eot?#iefix") format("embedded-opentype"), url("/fonts/ITCFranklinGothicStd-DmXCp.woff2") format("woff2"), url("/fonts/ITCFranklinGothicStd-DmXCp.woff") format("woff"), url("/fonts/ITCFranklinGothicStd-DmXCp.ttf") format("truetype"), url("/fonts/ITCFranklinGothicStd-DmXCp.svg#ITCFranklinGothicStd-DmXCp") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.FGS_book {
  font-family: 'FGS_book';
  text-transform: uppercase;
  font-weight: bold;
}

.FGS_demi {
  font-family: 'FGS_demi';
  text-transform: uppercase;
  font-weight: bold;
}

@font-face {
  font-family: 'hairlineregular';
  src: url("/fonts/lchairlineregular-webfont.woff2") format("woff2"), url("/fonts/lchairlineregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.hairline {
  font-family: 'hairlineregular';
  text-transform: uppercase;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-family: 'Open Sans', sans-serif;
  font-display: swap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  background-color: #f5f5f5;
  color: #0f0f0f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

a {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: #1947ba;
}

a:hover {
  color: #1947ba;
}

.container-background-full {
  height: 100vh;
  width: 100%;
}

#hypenav_lockup {
  position: fixed;
  top: 0px;
  left: 50px;
  width: 250px;
  z-index: 777;
}

#hypenav_lockup #hype_button {
  position: relative;
  z-index: 99;
  width: 24px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
}

#hypenav_lockup .navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  margin: 0 auto;
}

#hypenav_lockup .navbar-toggle .icon-bar-2 {
  width: 80%;
}

#hypenav_lockup .navbar-toggle .icon-bar-3 {
  width: 60%;
}

#hypenav_lockup .navbar-toggle .icon-bar-4 {
  width: 40%;
}

#hypenav_lockup .navbar-toggle .icon-bar-5 {
  width: 20%;
}

#hypenav_lockup #hype_triangle {
  position: absolute;
  top: 22px;
  z-index: 1;
}

#hypenav_lockup .tri {
  fill: #1947ba;
}


#hypenav_lockup .navbar-toggle {
  display: block;
  float: none;
  margin: 0 auto;
}

#hypenav_lockup .navbar-toggle .icon-bar {
  background-color: #f5f5f5;
  border-radius: 0;
  margin-top: 2px;
}

#hypenav_lockup #lockup {
  width: 58%;
  margin: 49px auto 20px auto;
  position: relative;
  z-index: 999;
}
#hypenav_lockup #lockupTWOD {
  width: 58%;
  margin: 55px auto 0px auto;
  position: relative;
  z-index: 999;
}

#fred {
  margin-top: -22px;
}

#hypenav {
  display: block;
  background-color: #1947ba;
  position: fixed;
  top: 22px;
  left: 50px;
  bottom: 0;
  width: 250px;
  z-index: 555;
  height: calc(100% + 22px);
}


#hypenav nav,
#hypenavTWOD nav {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  height: 100%;
}

#hypenav ul,
#hypenavTWOD ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#hypenav .nav-main,
#hypenavTWOD .nav-main {
  position: relative;
  top: 35%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

#hypenav .nav-main li,
#hypenavTWOD .nav-main li {
  display: block;
}

#hypenav a,
#hypenavTWOD a {
  color: #f5f5f5;
  text-decoration: none;
  font-family: 'more_gothicbold';
  text-transform: uppercase;
  padding-top: 7px;
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}

#hypenav a:hover,
#hypenavTWOD a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}

#hypenav footer,
#hypenavTWOD footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

#hypenav .nav-socials,
#hypenavTWOD .nav-socials {
  margin: 20px auto;
  width: 100%;
}

#hypenav .nav-socials li,
#hypenavTWOD .nav-socials li {
  width: 9%;
  padding: 0;
  text-align: center;
}

#hypenav .bandcamp img,
#hypenavTWOD .bandcamp img {
  margin-top: -8px;
  display: block;
}

#hypenav .nav-socials li a,
#hypenavTWOD .nav-socials li a {
  color: #f5f5f5;
  font-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#hypenav .si-fb svg,
#hypenavTWOD .si-fb svg {
  width: 80%;
}

#hypenav .si-yt svg,
#hypenavTWOD .si-yt svg {
  width: 110%;
}

.transform-center-parent {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.transform-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h-100 {
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-container {
  display: table;
}

.table-container .table-row {
  height: 100%;
  display: table-row;
}

.table-container .table-row .table-col {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

#video_mask header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#video_mask header video {
  width: 100%;
}

#video_mask svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: 1s font-size;
  transition: 1s font-size;
}

#video_mask svg text {
  font-family: 'more_gothicbold';
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 6vh;
}

#video_mask svg rect {
  fill: #fff;
}

#video_mask svg rect text {
  width: 80%;
  margin: 0 auto;
}

#video_mask svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

body.videos {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}

#video_mask {
  -webkit-transform: translateY(-60%), scale(2);
          transform: translateY(-60%), scale(2);
}

#rev_slider_wrapper {
  position: relative;
  z-index: 99;
}

.background-IDLHA-1 {
  background: url("../img/backgrounds/idlha-1.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}

.background-IDLHA-2 {
  background: url("../img/backgrounds/idlha-2.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}

.background-IDLHA-3 {
  background: url("../img/backgrounds/twod-2021.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}
/* live again */
.background-IDLHA-4 {
  background: url("../img/live-again/gearshot.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}.background-IDLHA-5 {
  background: url("../img/live-again/guitarAmpphoto.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}.background-IDLHA-6 {
  background: url("../img/live-again/IMAGEFORPLACE.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}.background-IDLHA-7 {
  background: url("../img/live-again/liveintros.jpg") no-repeat fixed;
  background-size: cover;
  -o-background-size: cover;
}

.bg-black {
  background-color: #0f0f0f;
}

.bg-blue {
  background-color: #1947ba;
}

.idlha-intro,
.idlha-intro svg {
  height: 99vh;
  width: 95vw;
  margin: 0 auto;
  overflow-x: hidden;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

#footer_IDLHA {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 248px;
  z-index: 0;
}

#footer_IDLHA h2 {
  color: #dbdbdb;
  font-size: 28vw;
  line-height: 248px;
  text-align: center;
  margin: 0;
  letter-spacing: 1.5rem;
}

.fwdrl-desc {
  color: #f5f5f5;
  padding: 10px;
  font-family: 'FGS_demi';
  text-transform: uppercase;
  font-style: 10px;
}

.gallery-pagination {
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-pagination a {
  font-family: 'FGS_demi';
  text-transform: uppercase;
}

.gallery-pagination a #hype_triangle {
  display: inline;
}

.gallery-pagination a #hype_triangle svg {
  height: 12px;
}

.gallery-pagination .prev-gallery {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.gallery-pagination .prev-gallery #hype_triangle svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-right: 10px;
}

.gallery-pagination .next-gallery {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.gallery-pagination .next-gallery #hype_triangle svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-left: 10px;
}

body.home, body.home #container_background {
  width: 100vw;
  height: 103vh;
  overflow-x: hidden;
}

.music .button-row .btn.btn-default {
  background-color: #1947ba;
  color: #f5f5f5;
  line-height: 20px;
  font-size: 20px;
  padding-top: 10px;
}

.music .button-row .btn.btn-default:hover {
  color: #1947ba;
  background-color: #f5f5f5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.music .tracklistContent li {
  font-family: 'more_gothicbold';
  text-transform: uppercase;
  list-style-type: none;
}

.music .section-heading {
  font-size: 50px;
}

.music .text-subheader {
  font-family: 'hairlineregular';
  text-transform: uppercase;
}

.idlha .text-subheader {
  font-family: 'more_gothicbold';
  text-transform: uppercase;
  color: #1947ba;
  font-size: 105px;
  line-height: 121px;
}

.section-heading,
.button-row .btn.btn-default,
.service-box a,
.news-main .media-body h4,
.news-entry h4, .news-date {
  font-family: 'FGS_demi';
  text-transform: uppercase;
}

.text-muted,
.media-footer,
.news-entry .news-teriary .row > div,
.news-link {
  font-family: 'FGS_book';
  text-transform: uppercase;
}

body.news-entry {
  margin-bottom: 288px;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.news {
  background-position-x: 62%;
  background-repeat: no-repeat;
}

.news-main .media {
  background-color: #1947ba;
}

.news-teriary {
  margin-bottom: 0;
}

.home #container_background, .home #hypenav_lockup, .home #hype_triangle, .home #hypenav,
.home .nav-main, .home .nav-footer, .home .nav-socials {
  visibility: hidden;
}

.idlha-intro #lockup_text {
  visibility: hidden;
}

.pagination > li > a, .pagination > li > span {
  color: #1947ba;
}
/*# sourceMappingURL=index.css.map */
