@font-face {
  font-family: 'versaregular';
  src: url('fonts/versa-webfont.woff2') format('woff2'), url('fonts/versa-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tomahackregular';
  src: url('fonts/fenix-tomahack-webfont.woff2') format('woff2'), url('fonts/fenix-tomahack-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: Arial;
}
#main {
  background: transparent url('img/fenix-back-2023-ign-1.jpg') no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#main #logo-holder {
  margin: 30px auto 0;
  padding: 10px;
}
#main #logo-holder h1 {
  text-indent: -9000px;
  display: none;
}
#main #logo-holder img {
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 90%;
}
#main #logo-holder h2 {
  font-family: 'tomahackregular';
}
#main #logo-holder h2,
#main #logo-holder h3,
#main #logo-holder p,
#main #logo-holder a {
  text-align: center;
  color: white;

  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
#main #logo-holder .normal {
  font-family: Arial !important;
}
#main #logo-holder p {
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}
#main #logo-holder .lineup {
  padding-left: 15px;
  padding-right: 15px;
}
#main #logo-holder .smaller {
  font-size: 80%;
}
#main #logo-holder .date {
  font-family: Verdana, arial, helvetica, serif;
}
#main #logo-holder .list {
  font-family: Verdana, arial, helvetica, serif;
  letter-spacing: 0;
  line-height: 1.1;
  font-size: 65%;
}
#main #logo-holder ul {
  padding: 0;
  list-style-type: none;
}
#main #logo-holder ul li {
  text-align: center;
  color: white;
  text-decoration: none;
  text-shadow: 0 0 1px black;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
#main #logo-holder ul li:before {
  content: '▸ ';
  color: orange;
  text-shadow: 0 0 1px black;
}
#main #logo-holder ul li:after {
  content: '◂';
  color: orange;
  text-shadow: 0 0 1px black;
}
#main #logo-holder a {
  color: orange;
  text-decoration: none;
  text-shadow: 0 0 1px black;
}
#main #logo-holder a:hover {
  color: white;
}
#main #content-holder {
  margin: 30px auto 0;
  width: 500px;
}
footer {
  display: none;
}
