  @font-face {
    font-family: "Cooper";
    src: url("fonts/CooperHewittSemibold.eot");
    src: url("fonts/CooperHewittSemibold.eot?#iefix") format("embedded-opentype"),
         url("fonts/CooperHewittSemibold.woff") format("woff"),
         url("fonts/CooperHewittSemibold.ttf") format("truetype"),
         url("fonts/CooperHewittSemibold.otf"),
         url("fonts/CooperHewittSemibold.svg#filler") format("svg");
    font-weight: normal;
    font-style:  normal;
    }

  @font-face {
    font-family: "Rubber";
    src: url("fonts/RubberVloeren.eot");
    src: url("fonts/RubberVloeren.eot?#iefix") format("embedded-opentype"),
         url("fonts/RubberVloeren.woff") format("woff"),
         url("fonts/RubberVloeren.ttf") format("truetype"),
         url("fonts/RubberVloeren.otf"),
         url("fonts/RubberVloeren#filler") format("svg");
    font-weight: normal;
    font-style:  normal;
    }

  @font-face {
    font-family: "Stebl";
    src: url("fonts/SteblGrotesk.eot");
    src: url("fonts/SteblGrotesk.eot?#iefix") format("embedded-opentype"),
         url("fonts/SteblGrotesk.woff") format("woff"),
         url("fonts/SteblGrotesk.ttf") format("truetype"),
         url("fonts/SteblGrotesk.otf"),
         url("fonts/SteblGrotesk#filler") format("svg");
    font-weight: normal;
    font-style:  normal;
    }

  @font-face {
    font-family: "Stebl";
    src: url("fonts/SteblGrotesk-Italic.eot");
    src: url("fonts/SteblGrotesk-Italic.eot?#iefix") format("embedded-opentype"),
         url("fonts/SteblGrotesk-Italic.woff") format("woff"),
         url("fonts/SteblGrotesk-Italic.ttf") format("truetype"),
         url("fonts/SteblGrotesk-Italic.otf"),
         url("fonts/SteblGrotesk-Italic#filler") format("svg");
    font-weight: normal;
    font-style:  italic;
    }




body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,
em, img,
small, strike, strong, sub, sup,
b, u, i,
ol, ul, li,
form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    background-repeat: no-repeat;
}
body { line-height: 1; }

ol, ul { list-style: none; }
img { vertical-align: bottom; background-color: transparent; }

/* remember to define focus styles! */
:focus { outline: 0; }

a img { border: none; }

body {
  background-color: #00aeef;
  background: #00aeff; /* Old browsers */
  background: -moz-linear-gradient(top,  #00aeff 0%, #19b6f1 73%, #92dcf8 86%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeff), color-stop(73%,#19b6f1), color-stop(86%,#92dcf8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #00aeff 0%,#19b6f1 73%,#92dcf8 86%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #00aeff 0%,#19b6f1 73%,#92dcf8 86%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #00aeff 0%,#19b6f1 73%,#92dcf8 86%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #00aeff 0%,#19b6f1 73%,#92dcf8 86%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  font-family: Stebl;
  font-size: 14pt;

  }

#wrapper {
	width: 96%;
	max-width: 920px;
	margin: auto;
	padding: 2%;
	}

h1 {
  text-align: center;
  font-size: 70pt;
  color: white;
  text-transform: uppercase;
  font-family: Rubber;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  }

h2 {
  font-family: Cooper;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1em;
  }

p, ul { margin-bottom: 1em; }

ul.main-menu {
  width: 100%; margin-bottom: 1em;
  display: flex;
  font-family: Cooper;
  }

.main-menu li {
  display: inline-block;
  border-left: 2px solid white;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: center;
  }

.main-menu li:first-child {   border-left: none; }
.main-menu a { color: black; text-decoration: none; }

p, .columns li {
  font-family: Stebl;
  line-height: 150%;
  }

.columns li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
  color: white;
  }

.columns li u { color: black; text-decoration: none; }
.columns li a, p a { color: black; text-decoration: none; font-style: italic; border-bottom: 1px solid white; }


iframe {
  margin: 0 auto;
  width: 100%;
  height: 72vw;
  max-height: 690px;
  border: none;
  }

.columns > div {
  width: 50%;
  float: left;
  box-sizing: border-box;
  }

.columns > div:first-child {
  margin-right: 2em;
  width: calc( 50% - 2em );
  }

h6 { clear: both; margin-bottom: 1em; height: 0 ; overflow: hidden; }

.not-columns {
  width: 80%;
  margin: 1em auto;
  }

img {
  width: 100%;
  height: auto;
  }

#footer {
  text-align: center;
  }

#footer b {
  color: #00aeff;
  text-transform: uppercase;
  font-size: 150%;
  font-style: normal;
  letter-spacing: 3px;
  }

.contents, .purchase, .comments {
height: 160px;
width: 100%;
background-color: black;
background-position: 50%;
background-repeat: no-repeat;
margin-bottom: 1em;
}

.contents { background-image: url(images/contents.png); }
.purchase { background-image: url(images/purchase.png); }
.comments { background-image: url(images/comments.png); }

.spots-right {
  background-image: url(images/spots-black.png);
  background-repeat: no-repeat;
  }

.spots-right.spots-high { background-position: 450% 30%; }
.spots-right.spots-low  { background-position: 450% 50%; }
.spots-filler {
  min-height: 325px;
  }

#spots-top {
  background-image: url(images/spots-black.png);
  background-repeat: no-repeat;
  background-position: 50% -45px;
  height: 325px;
  position: absolute;
  top: -150px;
  width: 100%;
  z-index: -1;
  }



@media( max-width: 750px ) {

  h1 {
    font-size: 36pt;
    margin-top: 0.9em;
    }

  .columns > div {
  width: 100%;
  float: none;
  box-sizing: border-box;
  }

.columns > div:first-child {
  margin-right: 0em;
  width: 100%;
  }


ul.main-menu {
  width: 100%;
  display: block;
  font-family: Cooper;
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwcHgiIGhlaWdodD0iNDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPiAgICA8ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMjAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+ICAgIDxsaW5lIHgxPSIxMCIgeTE9IjEwIiB4Mj0iOTAiIHkyPSIxMCIgLz4gICAgPGxpbmUgeDE9IjEwIiB5MT0iNTAiIHgyPSI5MCIgeTI9IjUwIiAvPiAgICA8bGluZSB4MT0iMTAiIHkxPSI5MCIgeDI9IjkwIiB5Mj0iOTAiIC8+ICAgIDwvZz4gICAgPC9zdmc+");
  background-position: 10px 10px;
  margin: 0;
  padding-top: 60px;
  }

ul.main-menu.visible {
  height: 15em;
  }

.main-menu li {
  display: block;
  border-left: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background-color: #00aeff;
  border-bottom: 2px solid #FFF;
  line-height: 200%;
  }

.main-menu li:first-child {   border-left: none; }
.main-menu a { color: black; text-decoration: none; }

.spots-right { display: none; }

.copyright b { display: block; }

}