@font-face {
    font-family: 'vtc_letterer_proregular';
    src: url('../fonts/VTC_letterer_pro-webfont.eot');
    src: url('../fonts/VTC_letterer_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VTC_letterer_pro-webfont.woff') format('woff'),
         url('../fonts/VTC_letterer_pro-webfont.ttf') format('truetype'),
         url('../fonts/VTC_letterer_pro-webfont.svg#vtc_letterer_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'EntrailsBB';
  src: url('../fonts/EntrailsBB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/EntrailsBB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/EntrailsBB.woff') format('woff'), /* Modern Browsers */
       url('../fonts/EntrailsBB.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/EntrailsBB.svg#EntrailsBB') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/*@font-face {
    font-family: 'boycottregular';
    src: url('../fonts/BOYCOTT_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

#home {
  height: 100vh;
  width: 100vw;
  background: url(../video/creepy.gif) center center no-repeat;
  background-size: cover;

}

h1 {
  font-size: 48px;
  padding: 0;
  font-family: 'EntrailsBB';
  font-weight: normal;
  color: #000;
  position: relative;
  margin: 0 auto 50px;
}

h1:after, h1:before {
  background: none;
  content: attr(data-text);
  padding-top: 0;
  padding-left: 3px;
  left: -6px;
  top: -3px;
  color: #000;
  position: absolute;
  background: -webkit-linear-gradient(#ffc000, #ff0665);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#ff0665', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
}


h1:before {
  background: none;
  color: #000;
  left: -7px;
  top: -4px;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #000;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 60px;
  padding: 0;
/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: black;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  font-family: 'vtc_letterer_proregular';
  color: white;
  overflow-x: hidden;
}

a, button {
  cursor: pointer;
}

#desktop-video {
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
  object-fit: fill;
}

#mobile-video {
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: auto;
  display: block;
}

#home {
  overflow: hidden;
}

nav {
  font-size: 30px;
  font-family: 'EntrailsBB';
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}


@media (max-width: 970px) {
  nav {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 100%;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

  li.nav-item {
    display: inline-block;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.5rem 2rem;
  }

  #mobile-video {
    display: none;
  }

  #desktop-video {
    display: block;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover {
  background: -webkit-linear-gradient(#ffc000, #ff0665);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



#about, #buy, #contact, #issue1, #issue2 {
  padding: 100px 0;
  min-height: 100vh;
}

#contact h1 {
  margin-top: 18vh;
}

#buy .img-fluid {
  max-width: 150px;
  border: 1px solid #666;
}

.buy-comic {
  padding-bottom: 50px;
}

.buy-button {
  width: 150px;
  height: auto;
}

a {
  color: white;
}

a:hover {
  color: #EEE;
}


#blackHollowLogo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%,0); 
  width: 80%;
}

#fog
{
  height:300px;
  width:100%;
  max-width:99%;
  min-width:800px;
  position:fixed;
  bottom:0;
  z-index: -1;
}

#about {
  position: relative;
  min-height: 100vh;
  padding-bottom: 52vw;
}

#the-sign {
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  width: 100%;
}

p {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Stars */
@keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}

.stars, .twinkling {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
width:100%;
height:100%;
display:block;
}

.stars {
background:#000 url(../images/stars.png) repeat top center;
z-index: -3;
}

.twinkling{
background:transparent url(../images/twinkling.png) repeat top center;
z-index: -2;

-moz-animation:move-twink-back 200s linear infinite;
-ms-animation:move-twink-back 200s linear infinite;
-o-animation:move-twink-back 200s linear infinite;
-webkit-animation:move-twink-back 200s linear infinite;
animation:move-twink-back 200s linear infinite;
}

p.description {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: calc(100vw * 0.36);
  font-family: 'EntrailsBB';
  font-size: 48px;
  line-height: 48px;
  width: 255px;
  margin: auto;
  left: 50%;
  transform: translate(-50%,0); 
  color: #000;
  padding-top: 10px;
}

@media screen and (min-width: 728px) {

  #blackHollowLogo {
    width: 50%;
  }

  p.description {
    width: 435px;
    font-size: 48px;
    line-height: 48px;
  }

  #the-sign {
    width: 65%;
  }

  #about {
    padding-bottom: 100px;
  }
}

p.description:after {
  background: none;
  content: attr(data-text);
  padding-top: 10px;
  left: -5px;
  top: -5px;
  color: #000;
  position: absolute;
  background: -webkit-linear-gradient(#ffc000, #ff0665);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc000', endColorstr='#ff0665', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.description:before {
  background: none;
  content: attr(data-text);
  padding-top: 10px;
  left: -6px;
  top: -6px;
  color: #000;
  position: absolute;
}

.buyButton {
  display: block;
  width: 300px;
  background: #ff8e1b;
  padding: 5px 10px;
  text-shadow: 1px 1px 0 #000;
  margin: 0 0 10px;
  width: 206px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  transition: all ease 0.25s;
  color: white;
  border: none;
}

.buyButton:hover {
  background: #ff0665;
  text-decoration: none;
  cursor: pointer;
}

.buyButton small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

form img {
  position: absolute;
  top: 0;
}

/* Issue 1 */
#issue1, #issue1 .col-sm-6 {
  position: relative;
}

#issue1 .col-sm-6 {
  padding: 0 20px;
}

#issue1 h1 {
  margin-bottom: 25px;
}

#issue1 h1:after, #issue1 h1:before {
  text-align: left;
}

#issue1Panel1, #issue1Panel2, #issue1Panel3 {
  display: none;
}

#issue1Cover, #issue2Cover {
  max-height: 80vh;
}


/* Issue 2 */

#issue2, #issue2 .col-sm-6 {
  position: relative;
}

#issue2 .col-sm-6 {
  padding: 0 20px;
}

#issue2 h1 {
  margin-bottom: 25px;
}

#issue2 h1:after, #issue2 h1:before {
  text-align: left;
}

#issue2Panel1, #issue2Panel2, #issue2Panel3 {
  display: none;
}

@media (min-width: 768px) {

  #issue2Panel1, #issue2Panel2, #issue2Panel3 {
    display: block;
  }

  #issue2Panel1 {
    max-width: 66%;
    float: left;
    margin-bottom: 0;
  }

  #issue2Panel2 {
    max-width: 40%;
    position: relative;
    top: -8vw;
    float: right;
    margin-bottom: 0;
  }

  #issue2Panel3 {
    width: 90%;
    position: relative;
    top: -11vw;
  }
  #issue2Panel4 {
    width: 100%;
  }
}


/* IE Text Gradient Fix (what YEAR is it!?) */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    h1:after, p.description:after {
      color: #ff0665;
      background: transparent;
    }
}

#musicBox {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: -1;
}
