/*Banner's text box*/
@media only screen and (min-width: 800px) {
    .banner-block.text-overlaid .copy {
        max-width: 625px;
		background-color: rgba(255, 255, 255, .8);
    }
}

/*H2 header of homepage row*/
#content div:nth-child(4) h2, #content div:nth-child(7) h2 {
	display: none;
}

.logoRowContainer {
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.logoBox {	
	align-self: center;
}
.logoBox img {
	margin: 2em 3em 2em 3em;
	max-width: 90vw;	
}
@media only screen and (min-width: 1024px) /* 1024px */
{
	.logoRowContainer {
		flex-direction: row;
	}
}