.page_header {
	background: white;
	margin: 6px auto 0px;
	height: 110px;
	width: 830px;
}

.logo {
	display: block;
	height: 91px;
	background: url(https://glutenfreesingles.com/layout/img/GFinternetbanner.png) no-repeat left center;
	width: 500px;
}

.index_home .page_header {
	width: 100%;
	max-width: 1150px;
	height: 60px;
	--padding-left: 10%;
	padding-bottom: 0px;
	margin: 0px auto 0px;
	background-color: transparent;
	--background-color: rgba(255, 255, 255,0.5)
;
}

.page_header .is_index {
	display: none;
	background-color: transparent;
}

.index_home .page_header .non_index {
	display: none;
}

.index_home .page_header .is_index {
	display: block;
}

.index_home .page_header .main_menu {
	display: none;
}

