body{ background-image: url(/wp-content/uploads/2020/02/mg-dk_hero-bg.png); background-size:cover; background-color:transparent; }
.flex-center{ display: flex; justify-content: center; align-items: center; flex-wrap:wrap; }
h2{ font-weight:600; }
#home-nav{ display:flex; align-items:center; }
.nav-landing-page{ border-left:1px solid #707070; }
@media only screen and (max-width: 600px) {
	#home-nav .et_pb_column{ flex-direction:column; justify-content:center; }
}