html {
  background-color: #1a1021;
  background-image: url(background.gif);
  background-repeat: repeat;
  overflow-y: scroll;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 15px;
  color: #d0b4ff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link {
  color: #e2d1ff;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited {
  color: #e2d1ff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #b271df;
  text-decoration-color: #ff00ff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:active {
  color: #e2d1ff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
  min-width: 700px;
  background-image: url(header.png);
  background-repeat: repeat-x;
  z-index: 97;
}
.headerLeft {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 330px;
  max-width: 440px;
  width: 50%;
  z-index: 98;
}
.headerRight {
  position: fixed;
  top: 26px;
  right: 8px;
  min-width: 330px;
  width: 45%;
  text-align: right;
  z-index: 99;
}
#headerLogo {
  min-width: 380px;
  max-width: 440px;
  width: 100%;
  border: 0px;
  -webkit-filter: brightness(1.0) saturate(1.0);
  filter: brightness(1.0) saturate(1.0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#headerLogo:hover {
  -webkit-filter: brightness(1.2) saturate(1.5);
  filter: brightness(1.2) saturate(1.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
.centering {
  min-width: 600px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: auto;
}
#linkImage {
  min-width: 640px;
  width: 65%;
  border: 0px;
}


.imageContainer {
  min-width: 640px;
  width: 70%;
  height: 500px;
  margin: auto;
  padding: 15px;
  background-color: #d0b4ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.imageTable{
  display: table;
  width: 100%;
  margin: auto;
}
.imageBody {
  display: table-row-group;
}
.imageRow {
  display: table-row;
}
.imageCellDivider {
  display: table-cell;
  width: 15px;
}
.imageCellLeft {
  display: table-cell;
  -webkit-filter: brightness(1.05) saturate(0.8) hue-rotate(335deg);
  filter: brightness(1.05) saturate(0.8) hue-rotate(335deg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 420%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imageCellLeft:hover {
  -webkit-filter: brightness(1.15) saturate(0.95) hue-rotate(315deg);
  filter: brightness(1.15) saturate(0.95) hue-rotate(315deg);
  background-size: 460%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imageCellMiddle {
  display: table-cell;
  -webkit-filter: brightness(1.15) saturate(1.4);
  filter: brightness(1.15) saturate(1.4);
  width: 60%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imageCellMiddle:hover {
  -webkit-filter: brightness(1.25) saturate(1.4);
  filter: brightness(1.25) saturate(1.4);
  background-size: 105%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imageCellRight {
  display: table-cell;
  -webkit-filter: brightness(1.05) saturate(0.8) hue-rotate(320deg);
  filter: brightness(1.05) saturate(0.8) hue-rotate(320deg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 430%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imageCellRight:hover {
  -webkit-filter: brightness(1.1) saturate(0.95) hue-rotate(300deg);
  filter: brightness(1.1) saturate(0.95) hue-rotate(300deg);
  background-size: 470%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.linkTextFrame {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background-color: rgba(59, 40, 67, 0.75);
  min-width: 600px;
  width: 40%;
  padding: 15px;
  font-size: 50px;
  text-align: center;
  margin: auto;
}
.linkTextCenter {
  border: 0px;
  width: 460px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}
#copyrightLink {
  font-size: 12px;
  font-weight: bold;
  color: #8e79b1;
  text-shadow: 1px 1px 1px #301D45;
}
#copyrightLink:hover {
  color: #e2d1ff;
}

#tinyLinkImage {
  border: 0px;
  -webkit-filter: brightness(1.0) saturate(1.0);
  filter: brightness(1.0) saturate(1.0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#tinyLinkImage:hover {
  -webkit-filter: brightness(1.2) saturate(1.5);
  filter: brightness(1.2) saturate(1.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}