<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Nunito', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 150px;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.83) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(10%, rgba(0,0,0,0.1)), color-stop(100%, rgba(0,0,0,0.83)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.83) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.83) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.83) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 10%, rgba(0,0,0,0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.footer-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(11%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.83)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.main-container {
    position: relative;
}

header h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

.bg-3 header h1 {
    color: #dec092;
}

.bg-5 header h1 {
    color: #FFB74D;
}

.bg-6 header h1 {
    color: #87a4da;
}

header .desc {
    font-weight: 100;
}

header .desc strong {
    font-weight: 800;
}

main .title {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

main .lead {
    margin-bottom: 30px;
}

.powby {
    position: fixed;
    right: 20px;
    bottom: 20px;
    line-height: 1em;
}

footer {
    color: #c8c8c8;
    margin-bottom: 50px;
}

footer a,
footer a:hover,
footer a:active {
    color: #FFFFFF;
}

footer p {
    margin-bottom: 0;
}

.powby img {
    width: 100px;
}

.powby .text {
    font-size: 13px;
    display: inline-block;
    float: left;
    margin: 10px 8px 0 0;
    color: #c8c8c8;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .main-container {
        text-align: center;
        padding: 0 30px;
    }

    header {
        margin-bottom: 60px;
    }

    main {
        margin-bottom: 60px;
    }

    main .title {
        font-size: 23px;
    }

    main .lead {
        font-size: 16px;
        line-height: 1.6em;
    }

    header h1 {
        font-size: 25px;
        margin-top: 30px;
    }

    footer {
        text-align: center;
        padding: 0 40px;
    }

    footer p {
        font-size: 14px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .main-container {
        text-align: left;
        position: relative;
        padding: 40px 0 0 50px;
    }

    header {
        margin-bottom: 100px;
    }

    header h1 {
        font-size: 45px;
        margin-top: 0;
    }

    main .title {
        font-size: 34px;
    }

    main .lead {
        font-size: 1.25rem;
        line-height: 1.5em;
    }

    footer {
        padding: 0;
        padding-left: 50px;
        margin-bottom: 0;
        text-align: left;
        color: #c8c8c8;
        position: absolute;
        bottom: 0;
        height: 80px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .main-container {
        padding: 100px;
    }

    footer {
        padding-left: 100px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}</pre></body></html>