html{
  margin:0;
  padding:0;
  overflow:auto;
  background-color: #FFFFFF;
}

body{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  margin:0;
  padding:0;
  background-color: #FFFFFF;
}

@font-face {
    font-family: 'palatino linotype';
    src: url(../font/Palatino Linotype.ttf);
}

.content{
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  margin-top: 0%;
  margin-bottom: 20%;
  margin-left:  auto;
  margin-right: auto;
}

/* iPad font sizes */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
  .content{
    width: 80%;
  }
}
body {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

.content {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

.column{
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.clear{
    clear:both;
}

@media (min-width: 43.75em) {
  .content {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

p {
  color: #000;
}

.bordered{
  border-style: solid solid solid solid;
  padding: 4px;
  align: center-alignt;
}
p.question{
  font-style: italic;
  font-weight: bold;
}

p.answer{
  width:90%;
  margin-left:5%;
}

p.center-align{
  text-align: center;
}

p.right-align{
  text-align: right;
}
h1 {
  font-size: 2.2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  margin-bottom: 0.382em;
  font-weight: bold;
  font-family: 'palatino linotype';
  text-transform: none;
  letter-spacing: 0;
  color: #000;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  text-align: center;
  font-size: 1.2em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 1.2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 1.2em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
  color: #000;
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 0.7em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  text-align: center;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

img{
  margin: 0;
  padding: 0;
  width: 100%;
}

.full_image {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.small_image {
  display: block;
  width: 25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}

.play_image {
  float: left;
  width: 10%;
  height: auto;
  margin: 2%;
}

.intro_image {
  float:left;
  height: auto;
  margin-bottom: 2%;
  image-height:80%;
}

.introimg_small {
  float:middle;
  height: auto;
  margin-bottom: 10%;
}

.editors_choice {
  float: right;
  width: 20%;
  height: auto;
  margin: 10% 2% 2% 2%;
}

header {
    display: none;
    height: auto;
    position: fixed;
    top: 0;
    transition: top 0.4s ease-in-out;
    width: 100%;
    margin-left: 0%;
}

footer {
    height: auto;
    position: fixed;
    bottom: 0;
    transition: bottom 0.4s ease-in-out;
    width: 90%;
    margin-left:5%;
    background-color:#FFF;
    font-family: arial;
    font-size: 1.1em;
    font-weight: bold;
}

.nav-up {
    top: -25%;
}

.nav-down{
  top:0%;
}

.foot-up {
    bottom: 0%;
}

.foot-down{
  bottom:-25%;
}

span {
  color: #858585;
}