/*
Theme Name: Twenty Fifteen Child
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 1.0.0
Template: twentyfifteen
*/

.menu-title {
font-family: "Noto Sans", sans-serif!important; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	font-family: "Noto Sans", sans-serif;
}

.page {
	background-color: #ddddd7;
	box-shadow: none;
}

.logo-description {
	max-width:66%;
	-webkit-hyphens: none; 
	-moz-hyphens: none; 
	hyphens: none;
}

.logo-description a {
	border-bottom: none;
}

.logo-description h4 {
	margin-bottom: 0!important;
	margin-top: 1em!important;
	
}

.site-brief {
	font-size: 80%;
	color: #555555;
}

.site-link {
	font-family: "Noto Sans", sans-serif!important; 
	font-weight: 700;
	color: #565656;
}

.hentry {
	padding-top: 2%;
}

@media screen and (max-width: 18.75em) {
	.logo-description h4 {
	margin-bottom: 0!important;
	margin-top: 0!important;
}
	.site-brief {
	font-size: 60%!important;
	color: #555555;
}
}
@media screen and (min-width: 18.76em) {
	.logo-description h4 {
	margin-bottom: 0!important;
	margin-top: 2em!important;
}
	}
		
	
@media screen and (min-width: 59.6875em) {
.hentry {padding-top: 2%!important;}	
.hentry {margin-top: 2%!important;}
}