/*
 Theme Name:   Olejníkov Autumn
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Thirteen Child Theme - autumn version, every season has it's theme
 Author:       Matej Semančík
 Author URI:   http://linkedin.com/in/matsem
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
 Text Domain:  olejnikov-autumn
*/

.site-header .home-link {
	min-height: 400px;
}

@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0px;
	}
}

.site
{
	//max-width: 1920px;
	//width: 100%;
	border-left: none;
	border-right: none;
}

.site-header {
	//background-color: #f7f5e7;
}

.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	text-align: center;
}

.entry-title {
	border-bottom: 1px solid rgba(0, 20, 20, 0.08);
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 15px;
	padding-bottom: 10px;
	text-align: center;
}

.entry-title a {
	text-decoration: none;
}

#disqus_thread {
	background-color: #F7F5E7;
}

#disqus_thread iframe {
	display: block;
	max-width: 604px;
	margin: 0 auto;
}

@media (max-width: 643px) {
	#disqus_thread iframe {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.site-footer {
	background-color: #170E10;
	//color: white;
}

.site-info {
	//border-top: 1px solid rgba(104, 103, 88, 0.2);
}

body {
	background-color: #f7f5e7;
}