.site-header {
	text-align: left;
}

.site-header > .site-logo {
	margin: 1rem 0.5rem 0 0;
	float: left;
	
}
.site-logo > img {
	width: 4.5rem;
}
.site-header > .site-logo:hover {
	border-bottom: unset;
}

.site-header > h1 {
	margin-top: 1rem;
	font-size: 1.6em;
}
.site-header > div {
	font-size: 0.9em;
	color: #666;
}

img[alt=cows] {
	max-width: 100%;
	border: solid 1px #f9f9f9;
}
img[alt="blogger-logo"]{
	background: #000;
}

@media (max-width: 840px) {
	.site-header {
		font-size: 0.9rem;
	}
	
	.site-header > .site-logo {
		margin: 0rem 0.5rem 0 0;
	}
	.site-logo > img {
		max-width: 3.5rem;
	}
}

.content img,
.content video,
.content .video-shortcode {
	max-width: 100%;
	height: auto;
}