nav {
	font-weight: 500;
}

#slider, .carousel-item {
	max-height: 70vh !important;
	overflow: hidden !important;
}

.nav-link {
	color: #777;
}

.nav-link.active {
	color: #ed1c24 !important;
}

.navbar-brand img {
	max-width: 100%;
	max-height: 60px;
}

.carousel-item {
	position: relative;
}

.centered {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(0%, -50%);
}

/* .bottomed {
	position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
} */

@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}

@media (max-width: 992px) {
	.navbar-brand img {
		max-height: 40px !important;
	}
}