<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
@font-face {
    font-family: block-timer;
    src: url(../font/square_sans_serif.ttf);

    font-family: geneva;
    src: url(../font/Geneva.ttf);
}


body {
	margin: 10px 0 50px 0;
	background: none;

    font-family: Verdana;
    font-size: 12px;
}

.full {
    background: url('../images/lib-hall.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Main Content Styles */
.container {
    color: #fff;
}

@media ( max-width: 320px ) {
    .container h1 {
        font-size: 24px;
    }
}

/* Seal */
.seal {
    display: block;
    text-align: center;
}

.seal img {
    width: 30vmax;
    max-width: 250px;
}

.video-container {
    margin: 25px 0;
}

.video-container iframe {
    width: 100%; 
    height: 100%;
    max-width: 640px;
    max-height: 360px;
    display: block;
    margin: auto;
}

@media (max-width: 400px) {
    .video-container iframe {
        height: auto;
    }
}

.getAdobe {
    margin: 0;
}

.getAdobe hr {
    width: 50%;
    color: #ebebeb;
}

.getAdobe a:link, .getAdobe a:visited {
    color: #ebebeb;
    font-size: 9px;
}

/* Countdown Styles */
#timer {
    font-family: block-timer;
    font-size: 25px;
    color: #fff;
    text-shadow: 3px 3px 5px #f90;
}

#theDays, #theHours, #theMin, #theSec {
    display: inline-block;
    padding-top: 5px;
    height: 100px;
    width: 100px;
    background: #2b2b2b;
    font-size: 45px;
    font-family: geneva;
    margin: 5px; 
}

#theDays span, #theHours span, #theMin span, #theSec span {
    display: block;
    font-size: 12px;
}</pre></body></html>