@import url('https://fonts.googleapis.com/css?family=Domine&display=swap');
@media only screen and (max-width: 768px) {
	header .wrapper {
		padding-top: 10px;
	}

	header .wrapper .header-left #logo {
		font-size: 20px !important;

	}

	header .wrapper #logo img {
		width: 250px;
	}

	.home .mini-category-title {
		font-size: 1.2em !important;
	}

	.little-titles h4, article.related h4 {
		font-size: 1.0em !important;
		padding: 16px 0 !important;
	}

	article.related h4 {
		padding-top: 0 !important;
	}



	#main {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-article-box h3 {
		font-size: 1.2em;
	}

	.home-article-box .loop-h3 {
		margin-bottom: 6px;
	}

	.home-article-box .excerpt p {
		font-size: .9em !important;
	}

	.home-article-box .little-titles div.col-sm-12 {
		border-top: 1px solid #eee;
		border-bottom: 0;
	}

	aside {
		border-top: 1px solid #aaa;
	}

	aside article {
		padding-bottom: 0;
	}
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Domine', 'Open Sans', serif !important;
}
.mini-category-title {
	font-family: 'Open Sans', serif !important;
}
