@import url("https://use.typekit.net/ttu2pus.css");
@import url("https://lizberry.com/wp-content/themes/lizberry/berry_wrapper_impstyles.css?v=1.099");

/* +++ Layout +++ */

.content.ngp-content:before {
	content: "";
	display: block;
	background-color: transparent;
	position: relative;
	z-index: 5;
	margin-top: 2%;
	height: 150px;
	width: 280px;
	left: 50%;
	margin-left: -140px;
	background-image: url(https://lizberry.com/wp-content/themes/lizberry/images/logo_berry.png);
	background-repeat: no-repeat;
	background-size: contain;
}


/* +++ Responsive Breakpoints +++ */
@media (max-width: 999px) {

.content.ngp-content:before {
	margin-top: 2.5%;
	}



}

