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

.video-back{
    height: 100%
}

body{
    background-image:  url(img/dizzy_rust_banner-MOB.jpg);
    background-size: cover;
    
    padding: 30px;
}

/*
font-family: 'Yesteryear', cursive;
font-family: 'Open Sans', sans-serif;
*/
@font-face {
    font-family: spacecadet;
    src: url("spacecadet.regular.otf") format("opentype");
}
.homevid-title{
    margin: 0 auto;
    
    text-align: center;
    font-family: 'Big Shoulders Text', cursive;
    font-size: 18px;
    line-height: 1.2;
}
.homevid-title .text{
    margin-top: 50px
}
.homevid-title img{
    width: 100%;
    height: auto;
}
h1{
    font-family: 'spacecadet', cursive;
    font-weight: 200
}
h3{
    font-family: 'Big Shoulders Text', cursive;
    font-size: 25px;
    font-weight: 400;
}
a, a:visited{
    color: white;
}
a:hover{
    color: darkorange
}
@media only screen and (min-width : 768px) {
    body{
        background-image:  url(img/dizzy_rust_banner.jpg);
        background-size: cover;
        padding: 0px;
    }
    .homevid-title{
        margin: 10% auto;
        width: 30%
    }
}