/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
* {
	font-family: "Noto Sans", sans-serif, arial;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
}

#header-left {
	width: 50%;
}
#header-right {
	width: 30%;
}

#main div.sd-content a {
	color: white !important;
}

@media screen and (min-width: 1190px) {
	.no-sidebar #primary {
		width: 960px !important;
	}
	
	code {
		color: #028342;
		font-weight: bold;
		font-size: .85em;
		line-height: .8em;
	}
	
	code strong {
		color: black;
	}
	
	#site-logo {
		top: 88px;
		position: relative;
		padding-top: 0;
		left: 167px;
	}
	
	.site-content article {
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
	
	blockquote,
																					p {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	blockquote {
		padding: 10px 25px;
		padding: 1rem 2rem;
		font-style: italic;
		margin: 0 50px 25px;
		margin: 0 5rem 2rem;
	}
}

@media screen and (max-width: 1060px) {
	#site-logo {
		top: 65px;
		position: relative;
		padding-top: 0;
		left: 115px;
	}
}

@media screen and (max-width: 960px) {
	#site-logo {
		top: 65px;
		position: relative;
		padding-top: 0;
		left: 115px;
	}
}

@media screen and (max-width: 760px) {
	#site-logo {
		top: 65px;
		position: relative;
		padding-top: 0;
		left: 55px;
	}
}

@media screen and (max-width: 480px) {
	#site-logo {
		top: 50px;
		position: relative;
		padding-top: 0;
		left: 35px;
	}
}

.comments-title {
	font-weight: 600;
}

.comment-reply-title {
	font-weight: 600;
}

#reply-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#footer-sidebar a,
#main a {
	color: #c13c07 !important;
}

#site-generator,
#header-menu {
	background-color: #666;
}

#site-generator .site-info {
	padding: 6px;
	padding: 1rem;
}

#footer-sidebar {
	background-color: #efefef;
}

#nav-below {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

#header-menu ul.menu {
	text-align: left;
	margin-left: 50px;
}

#header-menu ul.menu a, 
#colophon #access-footer ul.menu a {
	text-transform: none;
}

#header-menu ul.menu ul a {
	padding: 4px 10px;
}

.page-header {
	displaY: none;
}

#hgroup.with-logo {
	#clear: none;
}

#hgroup {
	padding-top: 10px;
	padding-top: 1rem;
}

#hgroup-wrap, .hentry, .comments-area article {
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

ul.social-profile li a {
	width: 34px;
	height: 34px;
}