

.header_style_wrapper {
	background:  black;
	position: sticky;
	display: inline-block !important;
	height: 100px;
}

.top_bar.hasbg {
	padding-top: 8px;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon::before {
    content: "\2304";
    font-size: 250%;
    font-weight: 700;
    margin-top: -1.5em;
    position: absolute;
}
.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon::before {
    content: "\2303";
}

#page-content {
	min-height: 1200px;
	background: white;
}

