/* (c) 2016 Hurst Pantomime Group - The Snow Queen */

body {
  background-color: #e2f5ee;
  color: white;
  font-family: sans-serif;
}

a:link { color: #eef1a5; text-decoration: none; }
a:visited { color: #eef1a5; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: none; }
a:active { color: #cccccc; text-decoration: none; }

#main {
  max-width: 826px;
  max-height: 1368px;
  background-color: #326787;
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 10px 10px 10px #999999, -10px -10px 10px #999999, 10px -10px 10px #999999, -10px 10px 10px #999999;
}
#toppad {
  max-height: 100px;
  width: 100%;
}
#mainimg {
  max-width: 826px;
  height: 1168px;
  background-image: url("/queen/images/bg.png");
}
#copy {
  color: #111111;
  font: 10px "Century Gothic", "AppleSDGothicNeo-Medium", "URW Gothic L", sans-serif;
  text-align: center;
  padding: 25px 0px 25px 0px;
  float: left;
  width: 100%;
}
#presents {
  font-size: 20px;
  padding: 10px 0 10px 20px;
}
#snowqueenlogo {
  max-width: 306px;
  max-height: 254px;
  padding: 10px 0 10px 20px;
}
.bodytext1 {
  max-width: 450px;
  max-height: 500px;
  padding: 0 0 10px 20px;
  float: left;
  Xborder: red 1px solid;
}
.texthead {
  font-size: 20px;
  margin: 25px 0 5px 0;
}
.textbody {
  font-size: 14px;
  padding-left: 25px;
}
ul {
  font-size: 14px;
  padding-left: 25px;
}
.nobr {
  white-space: nowrap;
}
.buyp {
  margin: 25px 0px 25px 60px;
}
.buy {
  border: 1px solid #e2f5ee;
  color: #e2f5ee;
  font-weight: bold;
  font-size: 14px;
  background-color: #eef1a5;
  padding: 10px 10px 10px 10px;
  max-width: 100px;
}
.buy:link { color: #326787; text-decoration: none; }
.buy:visited { color: #326787; text-decoration: none; }
.buy:hover { color: #326787; text-decoration: none; background-color: #dee195; }
.buy:active { color: #326787; text-decoration: none; background-color: #dee195; }

#flakeA { max-width: 91px; float: left; display: none; }
#flakeB { max-width: 74px; float: right; }
#flakeB >img { width: 50%; height: auto; }
#flakeC { max-width: 59px; float: left; display: none; }
#flakeD { max-width: 91px; Xfloat: left; }

@media screen and (max-width: 825px) {
  body {
    background-color: #326787;
  }
  #main {
    width: 100%;
    margin: 0 0 0 0;
    display: inline;
    box-shadow: none;
  }
  #copy {
    color: #ffffff;
  }
  #snowqueenlogo {
  }
  #snowqueenlogoimg { width: 50%; height: auto; }
  #flakeA { display: inline; }
  #flakeA >img { width: 50%; height: auto; }
  #flakeB >img { width: 50%; height: auto; }
  #flakeC >img { width: 70%; height: auto; }
  #flakeD >img { width: 50%; height: auto; }
}
@media screen and (max-width: 600px) {
  #main {
  }
  #mainimg {
    max-width: 600px;
    height: 500px;
    background-image: none;
  }
  #flakeC { display: inline; }
}
@media screen and (max-width: 450px) {
  #main {
  }
  #mainimg {
    max-width: 450px;
    background-image: none;
  }
  #presents { font-size: 16px; }
  #snowqueenlogoimg { width: 45%; height: auto; }
  #flakeA { display: none; }
  #flakeC { display: none; }
}
