header#masthead {
	background-color: white !important;
}


.wp-block-column:not(:first-child) {
	margin-left: 10px !important;
}

.wp-block-column {
	margin-bottom: 10px;
	position: relative;
	display: block;
}

.wp-block-columns {
	margin-bottom: 0px !important;
}


@media (max-width: 781px) and (min-width: 600px) {
	.wp-block-column {
		flex-basis: auto !important;
	}
	.wp-block-column:not(:first-child) {
	margin-left: 0px !important;
}

}


@media (max-width: 599px) {
	.wp-block-column:not(:first-child) {
	margin-left: 0px !important;
}
}

header#masthead .container {
	position: relative;
	display: block;
}

.navbar-brand {
	margin: 0 auto !important;
    position: relative;
    display: block !important;
    width: 150px;
}

.navbar-brand img {
	height: 150px;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: black !important;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: gray !important;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.wp-block-column {
	overflow: hidden;
}

.wp-block-column #overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    top: -100%;
    background-color: rgba(247, 151, 39, 1);
    background-image: url('/wp-content/uploads/2020/05/overlay-bg.jpg') !important;
	background-size: contain;
    text-decoration: none;
    
}

/*
.wp-block-column #overlay.bg{
	background-image: url('/wp-content/uploads/2020/05/overlay-bg.jpg') !important;
	background-size: contain;
	
	}
*/

   


.wp-block-column #overlay p{
	text-align: center;
	position: relative;
	top: 52%;
	transform: translateY(-50%);
    margin: 0;
    font-weight: bold;
    color: gray;
    
}

.white {
	color: #fff;
}