.container{
	width: 100%;
	height: 80px;
	background-color: black;
	display: flex;
}

.sticky{
  position: fixed;
  top: 0;
  left: 0;
  z-index:99;
}

.logo{
	background-image: url(images/genovive-logo.png);
	height: 36px;
	width: 208px;
}

.left-column{
	width: 20%;
}

.center-column{
	width: 75%;
}

.right-column{
	width: 5%;
}

.ui-menu, .ui-menu .ui-menu-child{
	background: transparent!important;
}

.ui-widget-content {
	border: none!important;
}

.ui-menuitem{
	padding-left: 2%!important;
}

.header-image{
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	width: 80%!important;
  	height: auto!important;
}