body {
  margin:0;
  padding: 0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:24px;
}

#wrapper {
  width: 80%;
  margin: 0 10% 0 10%;
  padding-bottom: 30px;
  }

#background_poster{
  position: fixed;
  top:0px;
  height:100%;
  min-width:100%;
  }

#homebutton {
  height: 50px;
  padding-left:20px;
  padding-right:20px;
  }

.socialmediabutton {
  height: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  }

.socialmediabutton_footer {
  height: 25px;
  padding-top: 5px;
  }

#navigation {
  display: inline-block;
  position:fixed;
  top:0px;
  left:0px;
  background: white;
  opacity: 0.75;
  box-shadow: 0px 3px 0px #D8D8D8;
  width: 100%;
  height: 40px;
  text-align: right;
  font-size:24px;
  color: black;
  padding-top:15px;
  z-index: 1;
  }

#firstbox {
  position: relative;
  top:0px;
  background: rgba(255,255,255,0.8);
  padding: 20px;
  margin-bottom: 30px;
}

.followbox {
  position: relative;
  top: 20px;
  background: rgba(255,255,255,0.8);
  padding: 20px;
  margin-bottom: 30px;
}
.quotebox {
  float: right;
  width: 250px;
  border: solid;
  border-color: #FF8000;
  border-width: thin;
  background-color: white; 
  box-shadow: 0px 3px 3px #D8D8D8;
  padding: 10px;
  }
  
.quotetext {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #FF8000;
  padding: 0px;
  margin: 0px;
  }

.pageanchor {
  position: relative;
  top:-30px;
  }
.slideimage {
  height: 500px;
  }
.webvideo {
  height: 500px;
  background-color: white;
}
.mainlist li {
  margin-left: 50px;
  margin-right: 50px;
  }
.emphasize {
  color: #165db5;
  font-weight: bold;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:normal;line-height:1.1;color:#165db5}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}
h1,.h1{font-size:54px}
h2,.h2{font-size:48px}
h3,.h3{font-size:42px}
h4,.h4{font-size:36px}
h5,.h5{font-size:32px}
h6,.h6{font-size:28px}

a{color:black;text-decoration:none}
a:hover,a:focus{color:#165db5;text-decoration:none}

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1200px*/
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Sven's special settings for small screens and print */

@media only screen and (max-width: 1000px) {
#wrapper {
  width: 100%;
  margin: 0 0 0 0;
  padding-bottom: 30px;
  }
    }

@media print{
.no-print {
  display:none;
  }