
body {
    background-color: #3498DB;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1px;
    color: #fff;
}

em {
    font-style: italic;
}

a {
    color: #e33;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #a11;
}


h1 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-align:center;
}

h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #b2dfdb;
    margin: 15px 0 0 0;

}

#content {
  #margin-top:150px;
}

#content > ul {
}

#content > ul > li {
    #padding: 40px 0;
}

#content > ul > li:first-child {
    border: none;
}

#content > ul > li > p {
    max-width: 100%;
    margin: 0 auto;
}

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

#options {
    max-width: 1920px;
    margin: 0 auto;
    #padding: 0 26px;
}

#options .row {
    #padding: 7px 0;
}

#options label {
    cursor: pointer;
    display: inline-block;
    width: 20px;
}

#options select {
    border: 1px solid #ddd;
    padding: 6px 4px;
}

.apst-button {
    background-color: #3d3d3d !important;
    }

.apst-button:hover {
    background-color: #2f2f2f !important;
    }



/* hidden fixed navigation */

#fixedbar {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,0.75);
}


#fixedbar2 {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,0.75);
}

#fixednav {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0px 25px;
}

#fixednav li { }

#fixednav li a {
  display: block;
  float: left;
  font-size: 1.75em;
  font-weight: bold;
  color: #96aed8;
  line-height: 80px;
  text-decoration: none;
  padding: 0px 8px;
  margin-right: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#fixednav li a:hover {
  color: #fff;
  background: rgba(0,0,0,0.3);
}

.picture {
    background-size: 100% auto;
    background-position: center center;
    position: relative;
    overflow: hidden;
    min-width: 100%;
	width: 100vh;
    height: 100vh;
	padding:0 0 36% 0;
}
