@font-face {
    font-family: "Head1";
    src: url("/imgsAssets/fonts/FetteNationalFraktur.ttf");
}
@font-face {
    font-family: "Para";
    src: url("/imgsAssets/fonts/ibm.woff");
}
h1 {
  font-family: 'Head1', cursive;
  color: #ffffff;
  font-size: 50px;
  margin: 0%;
}
a {
  color: #9CFF00;
  text-decoration: underline;
  padding: 1px;
}
a:hover {
  padding: 1px;
  color: #FFDE00;
}
body {
  text-align: center;
  background-color: #000000;
  background-image: url("/imgsAssets/var/christmas.gif"), url("/imgsAssets/sides.png"), url("/imgsAssets/slaywme_wobbleslower.gif"), url("/imgsAssets/harledown.gif");
  background-repeat: repeat-x, no-repeat, no-repeat, repeat;
  background-attachment: fixed;
  background-position: top, top, top, bottom;
  background-size: 680px, 1920px, 900px, 30px;
  width: 72%;
  margin: auto;
  font-family: 'Para';
  color: #ffffff;
  cursor: url("/imgsAssets/cursor.png"), auto;
}
p {
  font-family: 'Para';
  font-size: 20px;
  margin: 0%;
}
p2 {
  font-family: 'Para';
  font-size: 15px;
  margin: 0%;
  
}
pre {
  font-family: 'Para';
}
hr {
  color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
  margin: 1%;
}
::selection {
  background: #ffffff; /* WebKit/Blink Browsers */
  color: black;
}
::-moz-selection {
  background: #ffffff; /* Gecko Browsers */
  color: black;
}
.parent {
display: grid;
grid-template-columns: 1fr 500px 1fr;
grid-template-rows: 250px 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;

}
.div1 { grid-area: 1 / 1 / 2 / 4; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 2 / 2 / 3 / 3; margin-top: -30px; }
.div4 { grid-area: 2 / 3 / 3 / 4; }
.text {
  align-self: flex-end;
}
.footer > a:hover {
  display: inline-block;
}
.data a, .data span, .data tr, .data td { white-space: pre; }
* {
  cursor: url("/imgsAssets/cursor.png"),  auto;
}
.chains {
  width: 600px;
}
.candles {
  width: 30px;
}
.light {
  width: 100px;
}
.merch {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.merchtour {
display: grid;
grid-template-columns: 1fr 12fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}
.div5 { grid-area: 1 / 3 / 2 / 4; text-align: right; }
.div6 { grid-area: 1 / 2 / 2 / 3; }
.div7 { grid-area: 1 / 1 / 2 / 2; text-align: left; }

a, a:link, button {
  cursor:url("/imgsAssets/cursor_hover.png"), auto;
}
@media (max-width: 1900px) {
    body {
      background-image: url("/imgsAssets/var/christmas.gif"), url("/imgsAssets/slaywme_wobbleslower.gif"), url("/imgsAssets/harledown.gif");
      background-repeat: repeat-x, no-repeat, repeat;
      background-attachment: fixed;
      background-position: top, top, top;
      width: 96%;
      background-size: 680px, 900px, 30px;
    }
    .parent {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  
    }
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 3 / 1 / 4 / 2; }
    .div3 { grid-area: 4 / 1 / 5 / 2; } 
}