html, body { margin: 0; height: 100%; }
body { font-family: Helvetica, Arial, sans-serif; color: #444; background-color:#111111;}
.topimage{
  margin: 0;
  padding:0;
  height:100vh;
  width:100%;
  border-bottom: 1px solid #cccccc;
  background-image:url('images/topbanner.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center 40%; 
}

ul{
  max-width:300px !important;
  float:right;
}
.bottombox{
  position: fixed;
  bottom:0;
  background-color:#111111;
  right:0;
  width:60px;
  z-index: 9999999999;
  padding:15px;
  color:#ffffff;
}

header{
  width:100%;
  height:44px;
  padding:0;
  margin:0;
  position: fixed;
  z-index:9999999999999999;
  background-color: #111111;
  opacity:1;
}

#play-pause-button{
  font-size: 30px;
  cursor: pointer;
  color:#ffffff;
}

#play-pause-button:hover{
  color:#fb9d04;
}

.innertext{
  font-size: 30px;
  line-height: 40px;
  color:#eeeeee;
}

.title{
  z-index: 999999;
  text-shadow: 2px 3px #000000;
}
.sub{
  z-index: 9999;
  text-shadow: 1px 1px #111111;
  opacity:0;
}
.bodytext{
  opacity:0;
  z-index: 9999;
  padding:15px;
  background-color:#111111;
  line-height: 120%;
}

.bodytextt{
  z-index: 9999;
  padding:15px;
  line-height: 120%;
}

.dbt{
  position: absolute;
  z-index:99999;
  opacity:0;
}
.dbt1{
  position: absolute;
  z-index:99999;
  opacity:1;
}
.caption{
  opacity:0;
  z-index: 9999;
  text-shadow: 1px 1px #000000;
}
#slide01-title{
  opacity:1;
}

.containervideo{
  z-index: 9999;
  float:left;
  padding:10px;
  width:50%;
}

#slide01-body, #slide01-caption
{opacity:1;}

/*NAV*/
.main-nav {
  color: #999;
  text-align: center;
  z-index: 99999999;
  position: fixed;
  width:100%;
}
.main-nav .logo {
  font-size: 40px;
  padding-top: 20px;
  background-color: #333;
}
#main-menu {
  background-color: #333;
  padding-left: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #777;
}
#main-menu li {
  padding: 10px;
}
#main-menu li a {
  text-decoration: none;
  color: #777;
  font-weight: bold;
}





/*SOCIAL*/

.rrssb-buttons.small-format li{
  height:33px !important;
}


p{
  font-size:16px;
  text-align:left;
}

h1{
  font-size: 36px;
  font-weight:900;
  margin:20px;
  margin-bottom:0;
}

h2{
  font-size: 40px;
  font-weight:900;
  margin:20px;
  max-width:60%;
  margin-bottom:0;
}

h3{
  font-weight:100;
  font-size: 18px;
  margin:20px;
  max-width:100%;
  margin-bottom:0;
  line-height: 120%;
}

h4{
  font-weight:400;
  font-size:15px;
  margin:20px;
  max-width:60%;
  margin-bottom:0;
  padding:10px;
}

a:visited{
    color: #eeeeee;
    text-decoration: underline;
    font-weight: normal;
}
a:hover{
    color: #fb9d04;
    text-decoration: underline;
    font-weight: normal;
}

a:link {color: #eeeeee;
    text-decoration: underline;
    font-weight: normal;
  }

footer {
background: #111111;
margin:0;
padding: 15px;
position:absolute;
width:100%;
}

footer a:visited{
  color: #fb9d04;
}
footer a:hover{
  color: #fb9d04;
}
footer a:link{
  color: #fb9d04;
  text-decoration: none;
}
.bottombox a{
  text-decoration: none;
}

.footer {
  min-height: 50px;
  font-family: helvetica;
  background: #111111;
  padding-top: 20px;
  padding-bottom: 45px;
  font-size: 12px;
}
.footer a:hover {
  color: #fb9d04;
}
.footer img {
  width: 100%;
}
.footer a {
  color: #fff;
    text-decoration: none;

}
.footer h4, .footer h2, .footer h3 {
  color: #fff;
}
.clear {
  clear: both;
}
h5{
  color:#cccccc;
}

.brand-logo p {
color: #cccccc;
font-size: 16px;
text-align: center;
}

.brand-logo-img{
  margin: auto;
  display: block;
}

      blockquote {
        border-left: 1px solid transparent;
        margin: 5px 0px;
        line-height: 120%;
        padding: 0;
        padding-left:70px;
        quotes: "\201C""\201D""\2018""\2019";
        font-family: georgia;
        position: relative;
        font-size: 1.4em;
        font-weight: 100;
      }

      blockquote:before {
      display: block;
      color: #fb9d04;
      position: absolute;
      left: -5px;
      top:36px;
      content: "\201C";
      font-size: 4em;
      line-height: 0.1em;
      }


/*MEDIA QUERIES*/
@media all and (min-width: 400px) {
h1{
  font-size: 36px;
}
h2{
  font-size: 40px;
  max-width:100%;
}

h3{
  font-size: 16px;
  max-width:90%;
}

.container{
  width:380px;
}
}

@media all and (min-width: 600px) {
h1{
  font-size: 46px;
}
h2{
  font-size: 40px;
  max-width:70%;
}
h3{
  font-size: 16px;
  max-width:80%;
}
.container{
  width:580px;
}
}

@media all and (min-width: 900px) {
h1{
  font-size: 66px;
}
h2{
  font-size: 60px;
  max-width:60%;
}
h3{
  font-size: 22px;
  max-width:60%;
}
.container{
  width:780px;
}
}

@media all and (min-width: 1200px) {
h1{
  font-size: 86px;
}

h2{
  font-size: 68px;
  max-width:50%;
}
h3{
  font-size: 26px;
  max-width:50%;
}
.container{
  width:980px;
}

}

@media all and (min-width: 1600px) {
h1{
  font-size: 120px;
}

h2{
  font-size: 88px;
  max-width:50%;
}
h3{
  font-size: 30px;
  max-width:40%;
}
.container{
  width:980px;
}

}
