
a {
  color: #3344dd;
}

a:hover, a:focus {
  color: #00008b;
  text-decoration: underline;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  padding-top: 75px;
}

.carousel-item {
height: 400px;
}

.carousel-item img {
height: 100%;
object-fit: cover;
}

.carousel-caption h4{
text-shadow: 2px 2px #000;
font-size: 2rem;
font-weight: bold;
}

.card-footer {
background: transparent;
border-top: 0px;
padding-top: 0px;
}

.btn-lightning{
background-color: #3344dd;
color: white;
}

.btn-lightning:hover,.btn-lightning:focus{
background-color: #00008b;
color: white;
text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.mission-text {
  font-size: 1.1rem;
}

.logo-lg {
  width: 29rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: underline;
}