body {
		font-size: 19px;
}

h1, h2, h3 {
	margin-top:0 !important;
	position: relative;
}

h1 {
	font-size: 2.8rem;
}

.bgwhite h2 {		
		background: #01d3be;
		display: inline-block;
		padding:0 5px;
		color: white !important;
}

.p-r {
	position: relative;

}

.main-navigation ul li a {
	font-size:15px;
}

.img-row {
		align-items: center !important;
}

.site-branding img {
    max-width: 300px;
}

.site-info span:last-child {
	display: none;
}


.bg-img:after {
		position: absolute;
		content:'';
		width:100%;
		height:100%;
		top: 0;
		left:0;
		background:#666;
		z-index:0;
		mix-blend-mode: multiply;
}

.bg-img .panel-grid-cell {
	z-index:1;
}

@media (max-width: 768px) {
  .bg-img {
    background-size: 200% auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
  }
}