

/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');


body{
    background: #2e3c90;
    font-family: 'Montserrat', sans-serif;
    color:#FFF;
}

a{
  color:#fbba00;
    text-decoration: none;
}

.logo{
    position: absolute;
    top: 0em;
    right:0em;
    text-align: right;
    text-transform: uppercase;
    margin:5em;
}

.logo img{
    width: 22em;margin-bottom:0em;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
  }
  

  #outer {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
  }
  #home-top-video:before {
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:1;
    
  }
  
  #home-top-video {
    left: 0%;
    top: 0%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  @media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
      height: 300%;
      top: -100%;
    }
  }
  
  @media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
      width: 300%;
      left: -100%;
    }
  }
  
  @media (max-width: 767px) {
    .fullscreen-bg {
      
    }
  
    .fullscreen-bg__video {
      
    }
  }