* { box-sizing: border-box; }
html {
  background: url(/images/still.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
#landing_header {
    height:8%;
    position:fixed;
    bottom:1%;
    z-index:9;
}
#landing_header img{
    height:100%;
    float:left;
}
#login_splash {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(255, 255, 255, 0.7);
}
#login_splash img{
    position:relative;
    width:30%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:10%;
}
#login_splash .login_button {
    position:relative;
    display:block;
    width:20%;
    margin:0 auto;
    color:#807E80;
    font-weight: lighter;
    font-size: 2.5vw;
    font-family: sans-serif /*{global-font-family}*/;
    text-align:center;
    padding:10px;
    border-radius:5px;
    background:rgba(255, 255, 255, 0.9);
    margin-bottom:10px;
    cursor:pointer;
}
#login_splash .login_highlight {
    background: rgba(93, 145, 163, 0.8);
    color:white;
    text-decoration:none;
}
#login_form {
    display:none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(110, 110, 110, .9);
}
#login_form input{
    -webkit-appearance: none;
    position:relative;
    display:block;
    width:20%;
    margin:0 auto;
    color:#807E80;
    font-weight: lighter;
    font-size: 1.5em;
    font-family: sans-serif /*{global-font-family}*/;
    padding:10px;
    border:0;
    border-radius:5px;
    background:rgba(255, 255, 255, 0.9);
    margin-bottom:10px;
}
#login_form label[for=remember]{
	width:auto;
}
#login_form h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15vw;
    text-align: center;
    color: #FFF;
    margin-bottom: 1%;
    margin-top:1%;
	padding-bottom: 1%;
    background:rgba(0, 0, 0, 0.9);
}
#attribution {
    position:fixed;
    right:1%;
    bottom:1%;
    font-family: sans-serif /*{global-font-family}*/;
    color:white;
}
#video-id img{
    display: block;
    width: 100%;
    height: 100%;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); -webkit-transition: .6s background; transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
#cityvu-logo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15vw;
    text-align: center;
    color: #FFF;
    margin-bottom: 1%;
}
#cityvu-splash {
    width: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,0.5); 
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
@media only screen and (max-width: 800px) {
    #login_splash img{
        width:70%;
    }
    #login_form input{
        width:65%;
    }
    #login_splash .login_button {
        width:65%;
}

