<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Globals
 */

/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
    background: url(../img/main_9c.jpg) no-repeat center fixed;
    background-size: cover;
}

body {
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 300;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.cover-container a {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #2780e3;
    border-radius: 10px;
    color: #fff;
    padding: 7px 15px;
    background-color: #2780e3;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    text-decoration: none;
}

.cover-container a:hover {
    background-color: #1d79e2;
}

/* Padding for spacing */

.inner {
    padding: 2rem;
}

/*
 * Cover
 */

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

/*
 * Affix and center
 */

@media (max-width: 40em) {
    /* Handle the widths */
}

@media (min-width: 40em) {
    /* Handle the widths */
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 62em) {
    .cover-container {
        width: 60rem;
    }
}
</pre></body></html>