﻿body {
    background-color: #EAEAEA;
    margin-bottom: 15px;
}

p, ol, ul {
    margin-bottom: 15px;
}

a, a:active, a:visited, a:focus {
    color: #333;
}

.content.container {
    padding-top: 65px;
    margin-top: 15px;
}

.content a, .content a:active, .content a:visited, .content a:focus {
    text-decoration: underline;
}

    .content a:hover {
        text-decoration: none;
    }

h1, h2 {
    margin-top: 0;
}

.jumbotron {
    background-color: #ffaa00;
}

blockquote {
    background-color: #ffaa00;
    border-radius: 6px;
    border-left: 5px solid #333;
}

.block {
    background-color: #ffaa00;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

footer {
    background-color: #222;
    color: #9d9d9d;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    footer a, footer a:active, footer a:visited, footer a:focus {
        color: #ffaa00;
    }

        footer a:hover, footer a.social:hover {
            color: #ffffff;
        }

        footer a.social {
            font-size: 2em;
            margin-left: 5px;
        }

            footer a.social:active, footer a.social:visited, footer a.social:hover, footer a.social:focus {
                text-decoration: none;
            }

.soc a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: none;
}
