a{
	color:#662e91;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
}
.signup{
	background-color: #1e7c9a;
	color: #fff;
}
.purples{
	background:rgba(102,46,145);
	background:rgba(102,46,145,.95);
	color: #fff;
}
.up{
	position: relative;
	top:-5px;
}
.purp{
	background: #662e91;
	color:#fff;
}
.blur{
	background:rgba(0, 171, 197);
	background:rgba(0, 171, 197,.85);
	color: #fff;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 1rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

@media (min-width: 20em) {
  .carousel-item{
    height: 35rem;
  }
  .carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/* Custom Stlyes For Navy*/
/* Change background color and text color for nav links on hover and focus */
/*.nav-link:hover, .nav-link:focus {
  background-color: #662e91000;
  color: #fff;
}*/

/* Change background color and text color for dropdown items on hover and focus */
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #662e91;
  color: white;
}

/* Ensure active state also has the correct styles
.nav-link.active, .dropdown-item.active {
  background-color: #1e7c9a;
  color: #1e7c9a;
}*/

/*.nav-link:hover, .nav-link:focus {
  background-color: #1e7c9a;
  color: white;
}*/

/* Change background color and text color for nav links on hover and focus
.nav-link:hover, .nav-link:focus {
  background-color: #1e7c9a;
  color: white;
}*/