.custom-site-tagline{
	position: relative;
    left: 19%;
}
.ast-primary-header-bar {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .32), inset 0 4px 0 #6d0200;
    position: relative;
    top: -70px;
    width: 100%;
    opacity: 0.9;
}
.site-header-section .ast-builder-menu {
    width: 100%;
	justify-content: space-between;
}
.header-main-layout-1 .ast-main-header-bar-alignment {
    margin-left: 0;
}
ul#ast-hf-menu-1{
	font-size:13px;
	text-transform:uppercase;
	font-family:'open-sans',sans-serif !important;
	letter-spacing:1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    width: 100%;
    justify-content: flex-start;
	margin: 0 8%;
	position: relative;
    top: 5px;
}
ul#ast-hf-menu-1 li a.menu-link{
	padding:21px 15px 27px;
}
ul#ast-hf-menu-1 li a.menu-link:hover{

	background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .32), inset 0 -6px 0 #6d0200;
}
.header-main-layout-1 .ast-main-header-bar-alignment,.ast-builder-menu .main-navigation{
	width:100%;
}