/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.intro-header{
    
}
#myVideo {
  position: fixed;
  z-index:-1;
}
@media (min-aspect-ratio: 16/9){
    #myVideo {
      width: 100%;
      height:auto;
    }
}

@media (max-aspect-ratio: 16/9){
    #myVideo {
      width: auto;
      height:100%;
    }
}
