/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Andreas Muller
 Author URI:   http://www.andreasmuller.org
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url("../twentyfifteen/style.css");

/*
body {
	background: rgb(32, 32, 32);
}
*/

.body {
	background: rgb(32, 32, 32);	
}

.post-navigation, .pagination, .secondary, .site-footer, .hentry, .page-header, .page-content, .comments-area, .widecolumn {
    background-color: rgb(32, 32, 32);
}

.hentry article {
    background-color: rgb(32, 32, 32);
}

.site-footer {
	background-color: rgb(32, 32, 32);
	border-top: 0px solid rgb(32, 32, 32);
	padding: 0.0% 0.0%;
}

.entry-header {
padding: 0 0.0%;
}

.entry-content {
	background-color: rgb(32, 32, 32);
	padding: 0 0.0% 0.0%;
}

.hentry {
	background-color: rgb(32, 32, 32);
    box-shadow: 0 0 0px rgb(0, 0, 0);
}

.entry-footer {
	background-color: rgb(32, 32, 32);
	color: rgb(32, 32, 32);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.0% 0.0%;
}

.entry-footer a {
	border-bottom: 0px solid transparent;
	color: rgb(32, 32, 32);
}

.entry-footer a:hover {
	border-bottom: 0px solid rgb(32, 32, 32);
}

/* Display mobile layout all the time */
@media only screen and ( min-width: 46.25em ){
	body:before { display: none; }
	.site {
		margin: 0 auto;
		max-width: 100%;
	}
	.sidebar {
		float: none;
		margin-right: 0;
		max-width: 100%;
		width: auto;
		position: relative !important;
	}
	.site-header {
		margin: 0;
		background-color: rgb(32, 32, 32);
		border-bottom: 0px solid rgb(32, 32, 32);
		padding: 5.0%;
	}
	.main-navigation {
		margin: 0;
		margin-bottom: 11.1111%;
		font-size: 16px;
		font-size: 1.5rem;
	}
	.site-content {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.site-footer  {
		display: block;
		float: none;
		margin: 0 5.0%;
		width: auto;
	}
	.secondary-toggle {
		display: block;
	}
	.secondary {
		background-color: rgb(32, 32, 32);
		display: none;
		margin: 5.0% 5.0% 0;
		padding: 5.0% 5.0% 0;
	}

	.secondary.toggled-on {
		border-top: 0px solid transparent;
		border-bottom: 0px solid transparent;
		display: block;
	}
	.social-navigation {
		margin: 9.0909% 0;
	}
	.social-navigation li {
		width: auto;
	}
	.widget-area {
		margin: 9.09090% auto 0;
	}
}