body {
  background-color: #F8F8FA;
}

.sorry-image {
  text-align: center;
  object-position: bottom;
  height: auto;
  width: 100%;
  object-fit: contain;
  -webkit-box-reflect: below 0 linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.4) 100%);
}

.primary-text {
  display: flex;
  align-items: end;
  height: 100%;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 3vw;
  color: #003247;
  font-weight: bold;
}

.secondary-text {
  display: flex;
  align-items: end;
  height: 50%;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1vw;
  color: #00B0ED;
}

.error-messages {
  height: 100%;
  align-self: end;
}

.column {
  height: 100%;
}

.inline-span{
  display: inline-block;
  line-height: 1;
  padding: 0;
  margin: 5px;
}


.text-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 8rem;
}

.secondary-text-container {
  display: flex;
  flex-direction: column;
  height: 75%;
  margin-left: 8rem;
}

.text-row {
  flex: 1;
  display: flex;
  align-content: end;
  justify-content: start;
}

/* Social */
.options {
  padding: 20px 40px;
}

.options button {
  min-width: 200%;
  padding: 0.8rem;
  color: #00B0ED;
  border: 1px solid #00B0ED;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  background: whitesmoke no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 30px;
}

.options button:hover {
  background: rgb(211, 211, 211) no-repeat;
  background-position-x: 20px;
  background-position-y: center;
  background-size: 30px;
}

/* Federation icons */
#CAMEAADExchange {
  background-image: url("../img/colored_cameaad.png");
}

#CAMEAADExchange:hover {
  background-image: url("../img/white_cameaad.png");
}

.search-icon {
  max-height: 25px;
  padding-right: 10px
}

.menu-trigger {
  height: 100%;
}
