h1,
h2,
h3,
h4 { font-family: Oswald;
	font-weight: 700;
	}

#mainNav .brand span {
	display: inline-block;
	text-indent: -9999px;
	width: 300px;
	height: 103px;
	background: url("https://minimalistbaker.com/wp-content/themes/baker/images/logo.png") no-repeat 0 0;
	background-size: 100%;
	background-position: center;
}

#fullArticle dt {
  background: #5291C8;
}
@media (max-width: 957px) {
	.container-fluid {
		height: 160px;
	}
}
@media (min-width: 769px) {
	.navbar .nav {
	    left: 300px;
	    }
}
@media (max-width: 768px) {
	.container-fluid {
		height: auto;
	}
}