/*

Theme Name: RohrigDocs

Theme URI: 

Description: Theme for Rohrig Docs

Author: Jen Rohrig

Author URI: https://example.com

Template: simple-life

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags:

Text Domain: 

*/


body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 14px;
	background-color: #fff;
}

#content, .post, .page, .site{
	background-color: #fff;
	}


.site-title{display:none;}

.site-description{
	text-transform: uppercase;
}

.main-navigation {
 background-color: #098131;
 text-align: center;
}

.main-navigation a {
	color: #fff;
	text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: white;
	background-color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

footer#colophon {
    background-color: black;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
	margin-bottom: auto;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.2em;
}

.entry-title a:hover,
.entry-title a:visited,
.entry-header a:hover,
.entry-header a:visited{
	color: black;
}


.entry-title h2,
.entry-title h1,
.entry-header h2,
.entry-header h1{
	font-size: 2.1em;
}


.site-branding .custom-logo-link img,
.site-branding .site-logo-link img {
	margin-bottom: 5px;
}
.site-description {
	color: #555;
	font-family: sans-serif;
	font-size: 1.071em;
	letter-spacing: 1px;
	margin-top: 5px;
}

.widget-area{
    background-color: #fff;
    color: black;
    border-left: 1px solid #eee;
}

.widget, .widget-title{
	background-color: #fff;
	color: black;
	
}

.widget li:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin: 0 5px 0 -15px;
	color: #076426;
	position: absolute;
}

.widget_recent_comments #recentcomments li:before {
	content: "\f0e5";
}
.nav-links i.fa {
	color: #076426;
}


footer#colophon {
    font-size: 0.8em;
}

