html {
    background-color: #f8f8f8;
    height: 100%;
    /* The image used */
    background-image: url("images/eclecdec_superhero.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body {
    height: 100%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: Segoe, "Segoe UI", Calibri, Candara, Optima, Arial, sans-serif;
    color: #444;
}

@media only screen and (max-width: 1024px) {
    body {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 600px) {
    body {
        margin: 0;
    }
}

#page {
}

#content {
    padding: 20px 40px 40px 40px;
}

#content a {
    color: #444;
    font-weight: 800;
}

.feature {
    text-align: justify;
    font-weight: 600;
}

#subheader {
    background-color: #F3F3F3;
    padding: 8px;
    text-align: center;
    font-weight: 800;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 12px;
    color: #444;
    font-weight: 500;
}

#footer a {
    color: #444;
}

#footer a:visited {
    color: #444;
}

.feature-table td {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 60px;
}

.feature-table img {
    border: 1px solid #888;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.feature-table .description {
    padding-left: 30px;
}
h1 {
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
h2 {
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
}
h3 {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}
p {
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}
blockquote {
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
pre {
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}
ul {
    list-style-type: circle;
}
