    @font-face{
      font-family: 'exodus-striped';
      src: url('https://www.curseofiris.com/src/ExodusDisplay-Striped.otf') format("woff"),
      url('https://www.curseofiris.com/src/ExodusDisplay-Striped.otf') format("opentype"),
      url('https://www.curseofiris.com/src/ExodusDisplay-Striped.otf') format("truetype");
    }
    @font-face{
      font-family: 'exodus-sharpen';
      src: url('https://www.curseofiris.com/src/ExodusDisplay-Sharpen.otf') format("woff"),
      url('https://www.curseofiris.com/src/ExodusDisplay-Sharpen.otf') format("opentype"),
      url('https://www.curseofiris.com/src/ExodusDisplay-Sharpen.otf') format("truetype");
    }
body, html {
    /* background: rgb(33,197,43); */
    /* background: radial-gradient(circle, rgba(33,197,43,1) 0%, rgba(52,232,183,1) 50%, rgba(33,197,43,1) 100%); */
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Style the header with a grey background and some padding */
  .header {
    overflow: hidden;
    background: rgba(0,0,0,0.2);
    /* background-color: #f1f1f1; */
    padding: 20px 10px;
  }
  
  /* Style the header links */
  .header a {
    float: left;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    border-radius: 5px;
    margin: 0px 2px;
  }
  
  /* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
  .header a.logo {
    font-size: 25px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0);
  }
  
  /* Change the background color on mouse-over */
  .header a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active/current link*/
  .header a.active {
    /* background-color: dodgerblue; */
    background: rgba(0,0,0,0.3);
    color: rgb(255, 255, 255);
  }
  
  /* Float the link section to the right */
  .header-right {
    float: right;
  }
  
  /* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
  @media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
    .header-right {
      float: none;
    }
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
  }
  /* Background Hero Image */
  .hero-image-ep {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("src/AlbumEP.jpg");*/
    background-image: url("src/AlbumEP.jpg");
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  
  .hero-image-anchor {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("src/AlbumEP.jpg");*/
    background-image: url("src/AlbumAnchor.jpg");
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  
  .hero-image-jadis {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("src/AlbumEP.jpg");*/
    background-image: url("src/AlbumJadis.jpg");
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  
  .hero-text {
    font-family: 'exodus-striped';
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: normal;
    box-shadow: #000000 0 10px 20px -10px;
    background: rgba(0,0,0,0.3);
    padding: 50px;
  }
 /* 
  .hero-text button {
    font-size: 30px;
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  */

  /* Social media icons */
  .fa {
  padding: 12px;
  font-size: 18px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  /* background: #3B5998; */
  background: rgba(255, 255, 255, 0);
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  /* background: #125688; */
  background: rgba(255, 255, 255, 0);
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.button-34 {
  background: #d30b61;
  border-radius: 10px;
  box-shadow: #000000 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Palatino";
  font-size: 25px;
  font-weight: normal;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 27px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  transition: background-color 0.7s;
}


/* Change the background color on mouse-over */
.button-34:hover {
  background-color: #FFFFFF;
  color: black;
  transition: 0.7s;
}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
