.logo {
  max-height: 100%;
}

.navbar, .navbar-menu {
  background-color: #1f91dd;
  color: #fff;
}

.navbar-item h1 {
  color: #ddd;
}

.navbar-dropdown {
	background-color: #1f91dd;
}

a.navbar-item.is-active, a.navbar-item:hover {
  background-color: #1f91dd;
  color: #fff;
}

.navbar-item, .navbar-link {
  color: #fff;
  font-weight: bold;
}

.navbar-item:hover {
  text-decoration: underline;
}

.navbar-burger {
  color: #fff;
}

a {
  color: #1f91dd;
}

a:hover {
  color: #4267b2;
}

.footer {
	background-color: #333;
	color: #eee;
}

.card {
	border-radius: 20px;
	overflow: hidden;
}
.card-image {
	aspect-ratio: 3/4;
	overflow: hidden;
}

.corp:before{
  content:attr(title);
  display:inline;
}

.hero.is-fullheight {
	min-height: 80vh;
}
