.carousel-inner {
  height: 650px;
  overflow: hidden;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  height: 650px;
  min-width: 100%;
  max-width: none;
}

.row {
  padding-top: 20px;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  transform: translateY(50%);
  bottom: 50% !important;

}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}

.navbar {
  position: absolute;
  border: 0;
  background: transparent;
  z-index: 100;
  width: 100vw !important;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-link .a {
  color: black;
}

.navbar-toggler {
  background: #fff;
}

.nav-link {
  padding: .2rem 1rem;
  color: black !important;
  font-weight: bold !important;
  font-size: 14px !important;

}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #93328e !important;
}

.dropdown-menu>li>a:hover {
  color: #93328e;
}

form {
  align-content: center;
  align-items: center;
}

#exampleInputFirstName,
#exampleInputEmail1 {
  width: 500px !important;
}

footer {
  background-color: #93328e;
  color: white;
}

#footerLogo {
  padding-top: 50px;
}

#submitButton {
  background-color: #9b2743;
  border-color: #9b2743;
  color: white;
}

.btn-primary {
  border-color: #93328e;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto
}

.dropdown-submenu {
  position: relative;
 }
 
 .dropdown-submenu .dropdown-menu {
 top: 0;
 left: 100%;
 margin-top: -6px;
 margin-left: -1px;
 border-radius: 0 0.25rem 0.25rem 0;
 }
 
 .dropdown-submenu:hover .dropdown-menu {
 display: block;
 }

.clickHere {
  color: #212529;
  text-decoration: none;
}
.clickHere:hover {
  color: #93328e;
}

.eventsButton {
  border: none;
  background-color: #93328e;
  box-shadow: 2px 2px;
 
}
.eventsButton a {
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  
}