


@import url(http://fonts.googleapis.com/css?family=Lobster);


body {
    background-color: #FFF;
    padding-left: 10px;
    padding-top: 25px;
font-family:Lobster;

}






#entree {
margin: 10% auto 0 auto;
width: 50%;
text-align:center;
}

h1{
font-size: 48px;


}


video {
    display: block;
    background-color: #FFF;
 }
 
video#bgvid {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background: url(../img/intro-cmf.jpg) no-repeat;
    background-size: 100% 100%;
    background-color: #FFF;
}

 
@media only screen and (max-width:1024px) and (max-height:768px){

video {
    display: none;
    background-color: #FFF;
}
}

@media only screen and (max-width:980px){

video {
    display: none;
    background-color: #FFF;
}
}