.masthead {
  display: flex;
  min-height: 90vh;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5rem;
}

.masthead .container {
  min-height: 85vh !important;
}

.masthead .container>.row {
  min-height: 100%;
}


/* Cookie consent */

.cookies-modal {
  position: fixed;
  bottom: 0;
  background: #e9e9e9;
  width: 100%;
  border-top: 1px solid gray;
  padding: 20px;
}

.cookies-modal .content {
  display: flex;
  flex-direction: column;
}

.cookies-modal .content a {
  float: right;
  margin: 10px;
}

.cookies-modal .content .text {
  text-align: right;
}
