
/*Press page styles*/
body 

.nav-item {
  padding: 12px;
}

.nav-item .nav-link {
  color: #fff;
}

#color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crop-hero {
  height: 40vh;
  background-image: url('../images/press.png');
  background-size: cover;
  background-position-y: 15%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.banner {
  flex-grow: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.intro {
  padding-top: 80px;
  padding-bottom: 80px;
}

.card {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Footer page styles*/

.footer {
  padding: 80px 24px 40px 24px;
  background-color: #0F101C;
}

.footer > * {
  color: #fff;
}

.footer img, .footer__paragraph {
  margin-bottom: 24px;
}



.footer__form input {
  margin-bottom: 20px;
}

.footer .footer__confirm {
  font-size: 12px;
  line-height: 20px;
}

.footermenu__header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footermenu__link {
  text-decoration: none;
  color: #fff;
}

.footermenu__link:hover {
  color: #fff;
}

.footer__meta {
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
}