html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 110px;
  /* Margin bottom by footer height */
}

a {
  color: #e2e41a;
}

a:hover {
  color: #72c7a7;
  text-decoration: underline;
}

h2, h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lime {
  color: #e2e41a !important;
}

.clearall {
	clear: both ;
}

.set-images {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer {
  background-color: #343a40;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  width: 100%;
  color: white;
  position: absolute;
  bottom: 0px;
  height: 110px;
  /* Set the fixed height of the footer here */
}

footer p {
  /* display: inline-block; */
}

.nav-item {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-item.active {
  border-bottom: solid 2px #e2e41a;
}

blockquote {
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
  font-size: 32px;
  background: url("/assets/swoosh.png") no-repeat center center;
  background-size: contain;
}

@media (min-width: 768px) {
  blockquote {
    padding: 80px;
  }
}

