.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 {
  bottom: 0;
  top: 0;
}

.resource {
  bottom: 100px;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}
.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.navbar-light .navbar-brand {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-toggler {
  background: #fff;
}
.navbar-nav {
  text-align: center;
}
.nav-link {
  font-size: 30px;
  padding: 0.2rem 1rem;
}
.nav-link.active,
.nav-link:focus {
  color: #fff;
}
.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: #fff;
}

h2 {
  color: rgb(10, 10, 8);
   /* background: linear-gradient(to bottom left, #669999 0%, #ffffff 100%); */
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0 auto;
  margin-top: 250px;
  font-size: 4em;
}

h4 {
  color: black;
  text-align: center;
  font-family: "Nerko One", cursive;
  margin: 0 auto;
  margin-top: 280px;
  font-size: 4em;
}

h6 {
  color: white;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: auto;
  margin-top: 20px;
  font-size: 2.3em;
}

h7 {
  color: black;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: auto;
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.5em;
}
h8 {
  color: black;
  font-size: 1.1em;
  font-weight: bold;
}
.btn {
  color: black;
  background-color: white;
  font-weight: bolder;
}
.btn:hover {
  background-color: lightgoldenrodyellow;
  color: rgb(58, 57, 57);
}
.card-title {
  color: black;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.card p {
  padding: 0%;
  color: black;
  font-weight: 560;
  line-height: normal;
  font-size: 1.2em;
  text-align: center;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h4 {
  color: white;
  text-align: left;
  font-family: garamond;
  margin: auto;
  margin-top: 20px;
  font-size: 1.5em;
}


ol.a {
  color: black;
  text-align: left;
  list-style-position: outside;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: auto;
  margin-top: 5px;
  font-size: 1em;
}
p {
  display: block;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  color: white;
  list-style-position: inside;
  font-family: cursive;
  font-size: 1em;
}
.list-group-item{
  color: black;
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background-color: rgb(215, 241, 250);
  border-radius: 5px;
  font-size: 1.2em;
}
.card-body{
  background: linear-gradient(to bottom left, #ffff99 0%, #ffffff 100%);
}
.btn-primary {
  background-color: rgb(133, 226, 164);
}
.btn-primary:hover {
  background-color: rgb(149, 204, 238);
}
.mb-3{
  background-color: mediumaquamarine;
}

.logo {
  flex: 1 1 auto;
  margin-left: 10%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 35px;
}
