/*Copyright Pansyn 2019*/
@font-face {
  font-family: titlefont;
  src: url("couture-bld.otf");
}
@font-face {
  font-family: normalfont;
  src: url("OpenSans-Regular.ttf");
}

#everything {

}

#header {
  z-index: 10;
  top: 0px;
  padding: 0px;
  margin: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  background-color: #AAAAFF;
  height: 165px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("effect.png");
}

#contentWrap {
  z-index: 1;
  position: absolute;
  width: 100%;
  margin: 0px;
  margin-top: 165px;
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-color: #DDDDFF;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
}

#everything {
  position: relative;
  font-family: normalfont;
}

#backdrop {
  z-index: 0;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #110022;
  background-repeat: repeat;
  background-image: url("pattern.png");
}

h1, h2, h3, h4, h5 {
  text-align: center;
    color: #552255;
  font-family: titlefont;
}

#siteLogo {
  text-align: center;
  font-family: titlefont;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("pansynlogoh.png");
  background-image: url("pansynlogo.png");
}
#siteLogo:hover {
background-image: url("pansynlogoh.png");
}

#pageLogo {
  font-family: tahoma;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  color: #FFFFCC;
}
b {
  color: #552255;
}
a {
  font-weight: bold;
  color: #9955FF;
}
a:hover {
  color: #FFFFCC;
}

.pic {
  max-height: 80vh;
  max-width: 100%;
}
.picmin {
  max-height: 80vh;
  max-width: 32%;
}
.pichalf {
  max-height: 80vh;
  max-width: 48%;
}

.desc {
  margin-top: 0px;
}

#dl {
  width: 366px;
  height: 60px;
  background-image: url("dlh.png");
  background-image: url("dl.png");
}
#dl:hover {
background-image: url("dlh.png");
}
