body {
  font-family: 'Nunito', sans-serif;
}

.footer {
  background-color: white;
}

.card-footer-item:not(:last-child) {
  border-right: 0px;
}

.is-primary {
  background-color: #4A90E2 !important;
}

.dropdown-content {
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important
}

.menu-item {
  padding: 20px;
}

.menu-item:hover {
  background-color: #EDEDED !important;
  cursor: pointer;
}

.menu-item.is-active {
  background-color: #3273dc !important;
  color: #fff;
}

.is-medium .hero-body {
  padding-bottom: 4rem !important;
}

.intro {
  padding-top: 0 !important;
}

.banner {
  position: relative;
  text-align: center;
  color: white;
}
.banner h2 {
  position: absolute;
  font-size: 2vw !important;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
}