@font-face { font-family: blackchancery; src: url('/fonts/black-chancery.ttf'); }
@font-face { font-family: englishgothic; src: url('/fonts/english-gothic-17thc.ttf'); }
@font-face { font-family: godofwar; src: url('/fonts/godofwar.ttf'); }
@font-face { font-family: horstromangothic; src: url('/fonts/horst-roman-gothic.ttf'); }
@font-face { font-family: zenda; src: url('/fonts/zenda.ttf'); }

html {
  height: 100%;
}

body
{
  background-color: #ffffff;
  font-family: blackchancery, sans-serif;
  width: 100%;
  height: 97%; /* stop vertical scrollbar */
  margin: 0;
}

#banner
{
  text-align: center;
  width: 100%;
  height: 20%;
}

#banner-left
{
  float: left;
  position: relative;
  width: 20%;
  background-image: url(../images/banner/banner_slice.gif);
  background-repeat: repeat-x;
}

#banner-central
{
  float: left;
  position: relative;
  width: 60%;
  background-image: url(../images/banner/banner_slice.gif);
  background-repeat: repeat-x;
}

#banner-right
{
  float: left;
  position: relative;
  width: 20%;
  background-image: url(../images/banner/banner_slice.gif);
  background-repeat: repeat-x;
}

#banner img
{
  margin-bottom: 0;
  padding-bottom: 0;
}

#banner IMG.displayed
{
  display: block;
   margin-left: auto;
   margin-right: auto;
}

#wallpaper {
  clear: both;
  display: flex;
  flex-direction: column;
  min-height: 75%;
  position: relative;
  z-index: 1;
}

#wallpaper:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0.3;
  background-image: url(/images/rock2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#navbar
{
  background-image: url('../images/navbar/navbar_slice.gif');
  background-repeat: repeat-x;
  color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  flex: 0 0 auto;
}

#navbar a img
{
  border-style: none;
  margin-left: 5px;
  margin-right: 5px;
}

#navbar a:visited img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}

#navbar a:hover img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}

#navbar a:active img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}

#content
{
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: justify;
  flex: 1 1 25em;
  overflow-y: auto;
}

#inner-content
{
  margin-left: 10%;
  margin-right: 10%;
}

#indexcontent
{
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  font-size: large;
}

#indexcontent p
{
  padding-bottom: 1em;
}

#metalcontent
{
  background-color: #000000;
  width: 700px;
  height: 500px;
  text-align: center;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

#metalcontent img
{
  border: none;
}

#projectcontent
{
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

#projectcontent h2
{
  padding-top: 1.5em;
}

#projectcontent p
{
  font-size: medium;
  font-style: italic;
}

#projectcontent img
{
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-style: none;
  border: none;
}

#gigcontent
{
  position: relative;
  text-align: center;
  margin-top: 1em;
}

.gigcontent-table
{
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-bottom: 0px;
  padding: 5px;
  width: 80%;
  min-width: 50%;
  font-size: 10px;
  font-family: blackchancery;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);
  border-radius: 25px;
  overflow: hidden;
  background-image: url(/images/rock.jpg);
  background-repeat: round;
  background-size: auto;
}

.gigcontent-table th
{
  padding: 5px;
  font-family: blackchancery;
  color: #900000;
  text-shadow: 2px 2px 2px #fff, 0 0 25px #939393, 0 0 5px #bbb5b5;
}

.gigcontent-table tr
{
  background: linear-gradient(to top, rgba(0, 140, 140, 0.6), rgba(255,255,255,0.6));
}

.gigcontent-table tr.odd
{
  background: linear-gradient(to top, rgba(0, 140, 60, 0.6), rgba(255,255,255,0.6));
}

.gigcontent-table td
{
  padding: 2em 1em;
  font-family: godofwar;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px #460000, 0 0 5px #520002;
}

#gigcontent-table-supportband, #gigcontent-table-location
{
  text-align: left;
  font-style: italic;
  font-weight: normal;
  font-size: 0.6em;
  padding-left: 1em;
}

#gigcontent-table-supportratings
{
  text-align: left;
  font-style: italic;
  font-weight: normal;
  font-size: 0.6em;
  padding-left: 1em;
}

#acknowledge {
  text-align: right;
  font-size: 9px;
  font-family: blackchancery;
  padding-top: 1em;
}

#recommendcontent
{
  position: relative;
}

#recommendcontent ul
{
  list-style-type: none;
}

#recommendcontent img
{
  max-width: 10em;
  max-height: 5em;
}

#recommendcontent table tr th
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

#recommendcontent table tr th h4
{
  font-weight: bold;
}

#recommendcontent table tr td
{
  padding-left: 5px;
  padding-right: 5px;
}

#recommendcontent table tr td.img
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#recommend-left
{
  float: left;
  width: 45%;
}

#recommend-right
{
  float: right;
  width: 45%;
}

#content-footer
{
  margin-top: 2em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #000000;
  border-top: 1px solid black;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 2em;
}

#content-footer-left
{
  float: left;
  width: 24%;
  font-family: zenda;
}

#content-footer-center
{
  float: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: blackchancery;
  text-align: center;
}

#content-footer-center a
{
  color: #000000;
  font-weight: bold;
  font-family: sans-serif;
  font-size: medium;
}

#content-footer-right
{
  float: left;
  width: 25%;
}

#content-footer-right a
{
  float: right;
  border: 0;
  width: 88px;
  height: 31px;
}

#content-footer-right a img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}

#content-footer-right a:visited img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}

#content-footer-right a:hover img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}

#content-footer-right a:active img
{
  border-style: none;
  border: 0 none;
  text-decoration: none;
}
