body,
button,
input {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1d3861;
  line-height: 1.375rem;
}

input {
  padding: 0.5em 0.6em;
  vertical-align: middle;
  font-size: 0.85rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* -- Button -- */
button {
  background-color: #e84954;
  color: #fff;
  border: none;
  border-radius: 100px;
}

button:hover {
  background-color: #ff585a;
}

button:active {
  background-color: #d12e36;
}

.button--classic {
  padding: 0.6rem 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.button--uppercase {
  padding: 0.7rem 2rem;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.25rem;
}
/* -------- End button -------- */

/* -- Tob bar -- */
.page__topBar {
  padding: 0.5rem;
  background-color: #1d3861;
  text-align: center;
}

.tobBar__flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tobBar__flex span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tobBar__title {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.1rem;
}

.tobBar__title--highlighted {
  font-size: 0.875rem;
  font-weight: bold;
  color: #a5b1c1;
}

.tobBar__title a,
.tobBar__title a:hover {
  color: #fff;
  text-decoration: underline;
}

.tobBar__title img {
  height: 1rem;
  width: 1rem;
  margin: 0 0.3rem;
}

@media only screen and (min-width: 768px) {
  .tobBar__title {
    flex-direction: row;
  }
}
/* -------- End tob bar -------- */

/* -- Footer -- */
.page__footer {
  padding: 2rem;
  text-align: center;
}

.footer__madeBy {
  font-family: "Nunito_Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #999ea8;
}

.footer__madeBy a {
  color: #0000ff;
  text-decoration: none;
}

.footer__nav {
  display: flex;
  justify-content: center;
  padding: 2rem 0 1.5rem;
  font-size: 0.8125rem;
}

.footer__nav a,
.footer__nav a:hover {
  color: #1d3861;
  text-decoration: underline;
  overflow-wrap: break-word;
}

.footer__providers {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.687rem;
  font-style: italic;
  line-height: 1.125rem;
}

.footer__rights {
  margin-top: 1rem;
  font-size: 0.687rem;
}

@media only screen and (min-width: 768px) {
  .footer__providers {
    max-width: 700px;
  }
}
/* -------- End footer -------- */
