body {
    text-align: center;
    min-width: 640px;
}
.coverBackground {
    background: url('../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}


.coverVideo {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-repeat:  no-repeat;
    background-position: center;
    background-attachment: inherit;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -5000;
    filter: blur(3px);
}

.shade {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*
    background-color: rgba(179,31,45,0.5);
    */
    background-color: rgba(255,255,255,0.5);
    z-index: -4000;
}

#logo {
    margin-top: 20px;
    width: 80%;
    max-width: 500px;
    display: inline-block;
}
#performLogo {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px;
}


#topBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    text-align: right;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #808080;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 200;
    -webkit-transition: all 200ms;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    padding-top: 15px;
}

.btn {
    display:inline-block;
    width: 80px;
    border-radius:3px;
    border:none;
    border-bottom: 2px solid #8E0002;
    font-size:16px;
    background-color:#CE242B;
    color:white;
    font-weight: 900;
    text-shadow:none;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
    text-decoration: none;
    margin-right: 10px;
        -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.33);

}

