@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

HTML, BODY {
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
    }

BODY {
    color: #000;
    font-family: "Open Sans", Arial;
    font-size: 17px;
    background: #eee;
    padding: 0;
    margin: 0;
    }

A.nodeco { text-decoration: none; }

H1 {
    font-family: Raleway, "Open Sans Condensed", Arial;
    font-size: 36px !important;
    font-weight: normal;
    letter-spacing: -.02em;
    line-height: 1.25em;
    margin: .75em 0 .5em;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    }

H2 {
    font-family: Raleway, "Open Sans Condensed", Arial;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -.01em;
    line-height: 1.15em;
    text-align: left;
    text-transform: none;
    margin: .75em 0 .75em;
    }

H3 {
    color: #000;
    font-family: Raleway, "Open Sans Condensed", Arial;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25em;
    margin: 1em 0;
    text-align: left;
    }

H4 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1;
    line-height: 1.2em;
    margin: 1.5em 0 .75em;
    }

P {
    line-height: 1.5em;
    text-align: justify;
    margin: 1em 0;
    }

P[align="center"] { text-align: center; }

HR {
    border: none;
    border-top: 1px dashed #888;
    margin: 2em 0;
    width: 100%;
    clear: both;
    overflow: hidden;
    }

A, A:visited {
    color: #0000ee;
    }

.clearer {
    width: 100%;
    overflow: hidden;
    }

#promo {
    background-color: #dedede;
    background-image: url(../i/home-promo-bg.jpg);
    background-position: top left;
    background-size: 150%;
    background-repeat: repeat-x;
    overflow: hidden;
    }

    #promo .inner {
        text-align: center;
        margin: 0 auto;
        max-width: 1200px;
        }

    #promo .logo {
        margin: 2rem 0 0;
        width: 200px;
        }

    #promo .tag {
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-size: 36px;
        font-weight: 300;
        margin: .5em 0 2rem;
        display: block;
        }

    #promo .buttons {
        margin: 2rem 10px;
        }

        #promo .buttons .button {
            color: #ffff99;
            font-size: 1.125em;
            font-weight: bold;
            text-decoration: none;

            -webkit-border-radius: 3px;
            border-radius: 3px;

            background-color: #3d505e;

            -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,.35);
            box-shadow: 0 2px 1px 0 rgba(0,0,0,.35);

            padding: .5em 1em;
            margin: 0 .5em;
            min-width: 10em;
            display: inline-block;

            -webkit-transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -o-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            }

        #promo .buttons .button.current,
        #promo .buttons .button:focus,
        #promo .buttons .button:hover {
            background-color: #336699;

            -webkit-box-shadow: 0 8px 5px -5px rgba(0,0,0,.125);
            box-shadow: 0 8px 5px -5px rgba(0,0,0,.125);
            }

        #promo .buttons BR { display: none; }

#layout {
    border: 1px solid #ccc;
    border-top: none;
    background: #fff top repeat-x;
    margin: 0 auto 0;
    max-width: 1000px;
    min-height: 200px;
    overflow: hidden;
    }

#content {
    margin: 0 50px 25px;
    }

#footer {
    color: #757263;
    font-size: 14px;
    margin: 50px auto;
    max-width: 1000px;
    }

    #footer P {
        text-align: center;
        }

    #footer A {
        color: #9e9560;
        text-decoration: none;
        }

    #footer A:hover {
        text-decoration: underline;
        }


/* Components */

.signup {
    border: 1px solid #ccc;
    background: #ff9;
    padding: 20px 50px;
    margin: 2em 0;
    }

    .signup H2 {
        text-align: center;
        margin: .15em 0;
        }

    .signup .hint {
        text-align: center;
        }

    .signup TABLE {
        margin: 1em auto;
        }

        .signup TABLE TD {
            line-height: 2.75em;
            padding: 10px;
            }

    .signup INPUT[type="text"] {
        font-family: "Open Sans", Arial;
        font-size: 17px;
        vertical-align: middle;
        border: 1px solid #ccc;
        padding: 10px;
        }

    .signup INPUT[type="text"]:focus {
        border: 1px solid #999;
        }

    .signup INPUT[type="submit"] {
        color: #444;
        font-family: "Open Sans", Arial;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: -.02em;
        vertical-align: middle;
        padding: 10px 20px;
        cursor: pointer;
        }

    .signup INPUT[type="submit"]:hover { color: #222; }

.bbox {
    text-align: center;
    }

    .bbox SPAN {
        font-family: "Open Sans", Arial;
        font-size: 13px;
        border: 1px solid #ccc;
        padding: 4px 12px;
        display: inline-block;
        }

.features {
    font-size: 1.25em;
    font-weight: bold;
    }




























