
/*  HEADER  */
.header-border-top {
  width: 100vw;
  height: 6px;
  background: #cb333b;
}

.header {
  background-color: #ffffff;
  height: 8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center!important;
  width: 100%;
  color: #2F3E74;
  justify-content: space-between;
}

img {
  border-style: none;
  max-width: 100%;
  height: 40px;
  vertical-align: middle;
  padding: 30px;
  height: 4.5rem;
}

.language-toggle {
  margin: 10px;
  margin-right: 30px;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
}

.health-header {
  color: #324479;
}

/* BODY */
body {
  background-color: #d7ebf7;
  font-family: "GT Eesti", Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

main {
  height: calc(100vh - 10rem);
}

.local-storage {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  margin: auto;
  width: 60%;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.sub-title {
  text-align: center;
  width: 100%;
}

.sub-title-box {
  width: 100%;
}


.sub-box {
  height: 5rem;
  width: 55rem;
  padding: 1rem;
  border: .3rem solid #cb333b;
  background-color: #F5FAFD;
  margin: 1rem;
  position: relative;
  border-radius: 10px;
}

/* BUTTON */
.sub-launch-button,
button {
  background-color: #5eb6e4;
  border: none;
  color: white;
  padding: 20px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}

.sub-launch-button {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

a {
  text-decoration: none;
  color: white;
}

button:hover {
  box-shadow: 0 0 5px #808080;
}

/* FHjs */
.formhero-cancel-button {
  background-color: #686b6d !important;
  border: 0 !important;
  font-size: 16px;
  margin-right: 20px !important;
  margin-top: -10px !important;
}
