/*sticky header position*/

header{position: absolute; width: 100%;z-index:500;}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;


}


nav {
  background: rgba(0, 0, 0, 0.5);

  min-height: 85px;
  height: 85px;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

.top-bar{height: 32px; background-color: #474747;display:flex;justify-content:flex-end;align-items:center; border-bottom: 2px solid black;}

.top-bar a{color: #929596;font-size: 15px; line-height: 30px; font-weight: 600; text-transform: uppercase;padding-right:15px;}




nav a.nav-link{color: #FFFFFF !important;font-weight:bold;text-transform:uppercase;font-size: 14px;display: flex; justify-content: center; align-items: center;padding: 0px 15px !important;transition-duration: .15s;}
nav a.nav-link.active{background: #0b6a51; background-color: #0b6a51;}
nav a.nav-link:hover{background: #0b6a51; background-color: #0b6a51;}
nav.navbar .navbar-brand img{height: 163px !important;}

nav.navbar *:not(.dropdown-menu){height:100% !important;}
footer a { color: white; }
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
	margin-top: -0.5rem !important;
	background-color: #0b6a51;
}

.dropdown-menu a {
	color: white;
	font-weight: bold;
}
