<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
    border-bottom: 1px solid lightgray;
}

.logo {
    width: 200px;
    height: 42px;
}

#background {
    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;

    width: 100%;
}

.content {
    background-color: #f0f0f0;
}

footer {
    padding: 1rem;
}

.videoWrapper {
    position:relative;
    padding-top:56.25%;
}

.videoFrame {
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
}

.img-responsive{width:100%;}

.giphyWrapper {
    width:100%;height:0;padding-bottom:73%;position:relative;
}

.giphyFrame {
    position:absolute;
}</pre></body></html>