.theme1 {}

.theme1 Body {
    background: url(asset/background.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theme1 .header {
    background: url(asset/lfi_background_small.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    text-shadow: 2px 2px #4d4a4a;
}

.theme1 .bigScreenLogo{
    display: none;
}

@media screen and (min-width: 500px) {
    .theme1 .headerText {
        line-height: 300px;
    }
    .theme1 .bigScreenLogo{
        display: contents;
    }
    .theme1 .smallScreenLogo{
        display: none;
    }
}
