@CHARSET "ISO-8859-1";

@media (max-width: 768px) {
	.top-content {
		min-height: 80px;
		border-bottom: #000 5px solid;
	}

	.top-content .blog-tagline {
		display: none;
	}

	#top-menu {
		display: none;
	}

	#blog-header {
		min-height: 80px;
	}

	#blog-header.large {
	    height: 300px;
	}
	.top-content.large {
		min-height: 300px;
		height: 300px;
	}
	
	#blog-header .header-title {
		font-size: 2em;
    	line-height: 38px;
	}
	div.blog-post-item div.single-post-text {
		padding-left: 7px;
    	padding-right: 7px;
	}
	
	.instagram-feed-widget img {
	    width: 27vw;
	    height: 27vw;
	}
}