body {
  background: #16a085;
  background: url('https://farm8.staticflickr.com/7445/16421138721_b8a26e6c92_h.jpg') center top repeat-y;
  color: #2C3E50;
  font-family: 'Lato', Helvetica, sans-serif;
  margin: 1em auto;
  font-size: 1.1em;
}

.crossContainer {
  background: rgba(127,140,141,0.4);
  position: fixed;
  top:3.5em;
  right:0px;
  left:0px;
  height: 32em;
  z-index: -10;
}

.container {
  border-radius: 1em;
  padding: 1em;
  max-width: 50em;
  margin: 0 auto;
  clear: both;
  z-index: 10;
}

article {
  background: rgba(26,188,156,0.7);
  border-radius: 1em;
  padding: 0.5em;
  min-height: 450px;
  max-width: 45em;
  margin: 2em auto;
  margin-bottom: 0;
  display: none;
}

h1 {
  font-size: 3em;
  color: #1ABC9C;
  text-shadow: -3px 3px 3px #2C3E50;
  text-align: center;
  margin: 0 auto;
  font-weight: 900;
  -ms-transform: rotate(270deg); /* IE 9 */
  -ms-transform-origin: 67% 318%; /* IE 9 */
  -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 67% 318%; /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  transform-origin: 67% 318%;
  float: left;
}

h2 {
  font-size: 2em;
  color: #FFF;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #2C3E50;
  color: #34495E;
}

a:hover {
  background: #fff;
}

.spotImg a:hover {
  background: none;
}

a.button, .spotImg a {
  border: none;
}

.button {
  background: #FFF;
  border-radius: 3px;
  padding: 3px 6px;
  color: #1abc9c;
  margin: 1em 0.5em;
  clear: both;
}

.inline li {
  display: inline;
}

#menu {
  background: rgba(44,62,80,1);
  text-align: center;
  font-size: 1.5em;
  color: #FFF;
  height: 1em;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
}

#menu ul {
  padding: 0;
  margin: 0;
}

#menu a {
  border: none;
  color: #FFF;
}

#menu a:hover {
  color: #16a085;
  background: none;
}

.featureContent {
  width: 47%;
  float: left;
}

.spotImg {
  width: 50%;
  float: right;
}

.spotImg img {
  margin-top: 1em;
  width: 100%;
  height: 100%;
}

.bigButton {
  border-radius: 5px;
  font-size: 5em;
  margin: -0.25em 1em 0em 1em;
  display: inline-block;
  cursor: pointer;
}

#footerButtons {
  margin: 0 auto;
  text-align: center;
  display: none;
}

.bigButton a {
  border: none;
}

.bigButton a:hover {
  background: none;
  color: #2C3E50;
}

.btn-label {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: inline;
}
