@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Oswald&subset=latin-ext');

/*
	Strongly Typed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@media screen and (min-width: 737px) {
    #header {
        padding-top: 9em;
        padding-bottom: 5em;
    }
    
    #header p {
        margin: 1.5em 0 0 0;
        font-size: 1.2em;
        letter-spacing: 3px;
    }
    #main-wrapper {
        padding-top: 2em;
    }
    #features-wrapper {
        padding-top: 4em;
    }
    #banner:before, #banner:after {
        background-image: none;
    }
    #banner {
        padding: 4em 0 4em 0;
    }
    #banner p {
        font-size: 1.5em;
    }
    #footer .row > div {
        padding-top: 10px;
    }
    #footer .row > div .row {
        margin-top: 30px;
    }
    #footer-wrapper {
        padding: 4em 0 1em 0;
    }
    #copyright {
        margin-top: 0;
        padding-top: 2em;
    }
}

#nav > ul > li.active > a > span {
    color: #A83222;
}

#header h1 {
    font-family: 'Oswald';
    color: #A83222;
    text-shadow: none;
}

#header h1 + p {
    color: #A83222;
    text-transform: none;
}

span.icon-big {
    font-size: 4em;
    border-bottom: 0;
}

.fa-comments.icon-big, .fa-comments.icon-big + header > h3 {
    color: #448493;
}

.fa-random.icon-big, .fa-random.icon-big + header > h3 {
    color: #448493;
}

.fa-share-alt.icon-big, .fa-share-alt.icon-big + header > h3 {
    color: #448493;
}

.button-green {
    background: #89BB3C;
}

a:hover.button-green {
    background: #ABDA62;
}

#features-wrapper .actions {
    margin-top: 3em;
}

#banner {
    text-transform: none;    
}

#content h2 {
    color: #448493;
}

#content ul li {
    list-style-type: circle;
    margin-left: 2em;
}

#content ul.actions li {
    margin-left: 0;
}

#content p:first-of-type {
    color: #448493;
    font-size: 1.3em;
}

#content p {
    font-size: 1.1em;
    color: #333;
}

#content table th, #content table td {
    padding: 8px;
}

#content table th {
    background: #2B6E7E;
    font-weight: bold;
    color: #fff;
}

#content table tr:nth-child(odd) {
    background: whitesmoke;
}

#content table td {
    text-align: center;
    color: #6A9B1F;
}

#content table tr td:first-of-type {
    text-align: left;
    color: #666;
}

#banner-wrapper {
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
}

#banner-wrapper .inner {
    background-image: none;
    background-color: #6CA4B1;
}

#sidebar h2 {
    text-transform: none;
    color: #448493;
}

#sidebar h3 {
    color: #448493;
}

#sidebar .actions.top-button {
    margin-top: 0;
}

#footer p {
    text-align: center;
}

blockquote {
    border-left: solid 0.5em #CB5141;
    color: #CB5141;
    font-size: 1.3em;
}

td.avatar {
    vertical-align: middle;
}

td.avatar + td {
    color: #175969;
}

.avatar img {
    border-radius: 100%;
    display: block;
    width: 3.6em;
    margin-right: 1em;
    padding: 0;
}

h3 span {
    color: #A93222;
    text-transform: none;
    font-size: 1.3em;
}