/*Street Victory Page Stylesheet
Written by Dustin Ramsey
*/
html {
  overflow-y: scroll;
}

body {
  background-color: #000033;
  font-family: Verdana;
  color: #eeee73;
  background-image: url("/Images/mainBackground.png");
  background-repeat: repeat;
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

img {
  image-rendering: pixelated;
}

marquee {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pageIntro {
  text-align: center;
}

.artworkThumbnail {
  padding: 3px 3px 3px 3px;
  border: 3px double yellow;
}

.webButton {
  display: inline;
}

.sidebarLink {
  color: yellow;
  text-decoration: none;
}

#mainBanner {
  position: relative;
  margin: 0 auto;
  width: 50%;
}

#mainBanner img:first-child {
  display: block;
  margin: 0 auto;
  max-width:100%;
  max-height:100%;
}

#mainBanner div:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#mainBanner div:nth-child(2) img {
  position: relative;
  top: 10%;
  max-width: 50%;
  max-height: 50%;
}

#mainBanner div:nth-child(2) h1 {
  position: relative;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  text-shadow: 3px 5px black;
}

#mainBanner div:nth-child(2) h2 {
  position: relative;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  text-shadow: 3px 5px black;
}

#mainBanner div:nth-child(2) h3 {
  position: relative;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  text-shadow: 3px 5px black;
}

#aboveSidebar {
  display: block;
  position: absolute;
  color: white;
  background: #000000;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  top: 15px;
  margin: 25px;
  font-size: 16px;
  font-family: Arial Black;
  font-style: Italic;
  letter-spacing: -2px;
  text-shadow: 3px 5px black;
  text-align: center;
}

#leftSidebar {
  display: block;
  position: relative;
  padding: 0;
  float: left;
}

#leftSidebar img {
  display: block;
}

#rightSidebar {
  display: block;
  position: relative;
  padding: 0;
  float: right;
}

#mainContainer {
  display: block;
  padding: 0;
  overflow-wrap: break-word;
}

#artOverlay {
  user-select: none;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: rgba(0,0,0,0.5);
  z-index: 3;
  cursor: pointer;
}

#emptyImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

#copyrightInfo {
  color: darkcyan;
  font-style: italic;
}

#topPageLinks {
  display: block;
  color: lightcyan;
  text-align: center;
}

#topPageLinks > a {
  color: lightcyan;
  text-align: center;
}

#pageIntroTextCol {
  column-width: 800px;
  padding-left: 300px;
}

#artworkInstructions {
  display: block;
}

#artworkClipArt {
  display: block;
  margin-left: 70%;
}

