@font-face {
  font-family: FatHand;
  src: url(FatHand.woff) format("woff"),
       url(fonts/GenR102.ttf) format("truetype");
}

html {
    background: url(images/skyBackground.jpg) no-repeat top center fixed;
    background-size: 100%;
    background-color: white;
}

body {
    background-color: transparent;
    color: black;
}


#logo{
    width: 1099px;
    height: 499px;
    background: url(images/CharacterBannerWithLogo.png) no-repeat;
    z-index: 10;
    position: absolute;
    margin-left: -50px;
}

#tagline{
    font-family: FatHand, Times, Times New Roman, serif;
    font-size: 1.3em;
    position: relative;
    top: 340px;
    left: 230px;
    color: black;
    z-index: 10;
  }


#buyme{
    font-family: FatHand, Times, Times New Roman, serif;
    font-size: 1.3em;
    position: relative;
    top: 340px;
    left: 230px;
    color: black;
    z-index: 10;
  }


#menuwrapper {
    display: table;
    margin: 0 auto;

}
#menu{
  font-family: FatHand, Times, Times New Roman, serif;
  font-size: 2em;
  text-transform: uppercase;
  padding-bottom: 20px;

  margin: 0;
}
#menu ul {
  list-style-type: none;
}
#menu li{
  display: inline;
  margin-left: 30px;
  margin-right: 20px;
}

#menu a:hover {
  /*background:  url(images/menuCursor.png) bottom center no-repeat;
  background-size: 200px 20px;*/
  text-shadow: black 1px 1px 0px;
}
#menu a{
    text-decoration: none;
}
a:link, #menu a:active, #menu a:visited {
    color: #6da7ff;
}

#centercolumn{
    width: 820px;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;

}

#content{
  background:  white;
  font-family: Arial;
  height: auto;
  border-radius: 65px;
  padding-top: 080px;
  margin-top: 268px;
}

#contenttop{
    background-color: #084251;
    height: 10px;
}

#twittercolumn{
    float: right;
    margin-top: 50px;
    margin-right: 10px;
    width: 250px;
}

#socialmedia {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#socialmedia img{
    width: 64px;
}
#screenshots{
    width: 192px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#screenshots img{
  border-radius: 15px;
  box-shadow: -3px 3px 4px black;
margin-bottom: 10px;
}

img {
    border-style: none;
}

.post{
   padding-left: 50px;
   width: 650px;
}

.post_wide{
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.post .face{
    float: left;
    margin-right: 30px;
    box-shadow: -3px 3px 0px #084251;
    border-radius: 22px;
    margin-bottom: 20px;
}

.post li{
    padding-bottom: 10px;
}
#watermark{
    background: url(images/popcannibalWatermark.jpg) no-repeat;
    height: 89px;
    width: 300px;
    position: relative;
    left: 0px;
    display: none;
}

h1 {
  font-family: FatHand, Times, Times New Roman, serif;
  padding-bottom: 10px;
  margin-bottom: 0;
}
 
h3 {
  font-family: FatHand, Times, Times New Roman, serif;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1em;
}
 
a {
    color: white;
}

#socialbuttons{
    position: relative;
    top: 0px;
    left: 230px;
    z-index: 11;
    display: none;
}

/* game page*/

.rotatingQuote{
    display: none;
}

/*
#appstore{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 90;
    top: 391px;
    margin-left: 320px;
    position:absolute;
}

#greenlight{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 90;
    top: 391px;
    margin-left: 465px;
    position:absolute;
}
*/
#email{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 90;
    margin-left: 660px;
    top: 440px;
    position:absolute;
}

#email #emailinput{
  font-family: FatHand, Times, Times New Roman, serif;
    text-align: center;
  border-radius: 15px;
}

.jqmWindow{
    padding: 20px;
  border-radius: 15px;

    text-align: center;
}
#video {
    background: url(images/bluescribblebox.jpg) no-repeat;
    background-size: 600px 400px;
    padding-bottom: 50px;
    margin-left:auto;
    margin-right: auto;
    width: 640px;
    height: 350px;
    z-index: 9;
}

#videotagline, #videotagline a{
  font-family: FatHand, Times, Times New Roman, serif;
  text-shadow: black 1px 1px 0px;
  font-size: 1.4em;
    color: white;
    text-decoration: none;
}

#buylinks{
    margin-left:auto;
    margin-right: auto;
    width: 550px;
    text-align: center;
}

#blurb{
    margin-left:auto;
    margin-right: auto;
    width: 500px;
    text-align: justify;
}

.quote{
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 80px;
  color: #6da7ff;
  font-family: FatHand, Times, Times New Roman, serif;
  width: 400px;
  text-align: center;
  font-size: 1.3em;
}

.quote a{
    color: #6da7ff;
    text-decoration: none;
}

.quote a:hover {
  text-shadow: black 1px 1px 0px;
}

/* press page */
#promologos table {
    margin: 20px;
    text-align: center;
}

#promologos td {
    padding-right: 10px;
}

.pressshot {
    padding: 10px;
}

.pressshot img{

  border-radius: 15px;
}
a {
    color: black;
}



.jqmWindow h2 {
  font-family: FatHand, Times, Times New Roman, serif;
  padding-bottom: 10px;
  margin-bottom: 0;
}
 
#manage th, td {
    text-align: left;
    border: 1px solid white;
    padding: 5px;
}

.praise td{
    vertical-align: top;
    border: 0px;
    border-style: 0px;
   padding-left: 50px;
   min-height: 270px;
}

.praise li{
  list-style-type: none;
  padding-bottom: 10px;
}
