html, body{height:100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
  background-color: #555656;
}


.wrapper {overflow:auto;}

/**********************
 *  full screen video
 *  ******************/
.fullscreen-bg { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
    
   .fullscreen-bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg_video {
    }
}
@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg_video {
        width: 300%;
        left: -100%;
        height: 100%;
    }
}

.stopfade { opacity: .5; }

.padbutton{
    margin: 20px;
    background-color: white;
    opacity: 0.5;
   }
    
.container {
    min-height: 100%;
    min-width: 100%;
    margin-bottom: -36px;
}
* html .container {
    height: 100%;
    }

/* limit size of jumbotron*/
.jumbotron {
    height: 150px;
    background-image: url("../imgandvideo/default.jpg");
}
/*jumbotron header*/
.jumbotron h1{
    text-align: center;
    color: yellow;
    background: transparent;
}

.footer-spacer {
    height: 36px;
}

.footer {
    background-color:black;
    color:white;
    height: 30%;
    text-align:center;
    border-top: 1px solid #000;
}


/*******************
 *left sidebar nav
 ******************/
.leftsidebar {
    margin-top: 50px;
    background: transparent;
    float:left;
    margin-left: 0;
    font-size: medium;
}

.leftsidebar ul{
    padding: 5px;
    margin:0;
    list-style: none;
}

/*set mavigation text left justified */
.leftsidebar ul li {
     text-align: left;
    }

.leftsidebar ul li a {
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.75em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #303030;
    }


.leftsidebar a:hover{
    color: #ffb930;
    text-decoration: none;
}

/*move logo down and right*/
.logopos {
    padding-top: 20px;
    padding-left: 10px;
}
