html {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #008f9d;
}

.primary-navigation-mobile {
  display: none;
}

.logo-div-mobile {
  padding: 1rem;
}

.hamburger-menu-button {
  padding: 1rem;
  justify-self: right;
}

.note-append {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.hamburger-menu-button:hover {
  cursor: pointer;
}

.navigation-list-mobile {
  list-style-type: none;
  color: #008f9d;
  width: 50%;
  padding: 1rem;
  margin: 0;
}

.navigation-list-mobile > li {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #008f9d;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.navigation-list-mobile > li > a {
  color: #008f9d;
}

.navigation-list-mobile > li:hover {
  cursor: pointer;
}

.larger-topdown-margins {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.centered-singleton {
  text-align: center;
  margin: 5rem 0 2rem 0;
}

.footer-form-container {
  display: grid;
  justify-content: center;
}

.footer-send {
  width: 60%;
  justify-self: center;
  margin-top: 1.5rem;
}

.form-footer {
  display: grid;
  width: 20rem;
}

.footer-heading-three {
  color: #f1f1f1;
  font-size: 2rem;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.footer-content {
  display: grid;
  padding: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-cell {
  text-align: center;
}

.primary-logo {
  margin: 1rem;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: sticky;
  top: 0;
  z-index: 2;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.3);
}

.lead {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #008f9d;
  font-weight: bold;
  font-size: 1.2rem;
}

.navigation-list {
  list-style-type: none;
  color: #008f9d;
}

.navigation-list > li {
  display: inline;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #008f9d;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.navigation-list li a {
  color: #008f9d;
}

.hero {
  text-align: center;
  padding: 0 2rem 0 2rem;
  padding: 3rem;
}

.logo {
  height: 3rem;
  padding: 1rem;
  margin: auto;
}

.gradient {
  background-color: #1e5c93cb;
  background: linear-gradient(
    90deg,
    rgba(30, 92, 147, 0.9) 0%,
    rgba(37, 114, 181, 0.9) 50%,
    rgba(82, 189, 171, 0.9) 100%
  );
}

footer {
  margin: 0;
  padding: 3rem;
}

.section-content {
  padding: 3rem;
  width: 70%;
  margin: auto;
}

.centered {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.color-variant {
  color: white;
}

.contrast-button {
  background-color: azure;
  color: #008f9d;
  font-size: 21px;
  font-weight: 500;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 12px 24px;
  border-radius: 5px;
  border: solid 1px azure;
  font-family: "Roboto", sans-serif;
}

.hero-gradient {
  background: #1e5c93cb;
  background-image:
    linear-gradient(
      90deg,
      rgba(30, 92, 147, 0.9) 0%,
      rgba(37, 114, 181, 0.9) 50%,
      rgba(82, 189, 171, 0.9) 100%
    ),
    url(./assets/back-hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.leader-text {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  color: azure;
}

.centered-list {
  text-align: center;
  list-style-position: inside;
  color: azure;
}

.centered-list > li {
  margin-bottom: 0.5rem;
}

.large-bottom {
  margin-bottom: 3rem;
}

.shaded-section {
  background-color: #f1f1f1;
}

h1 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
  text-shadow: 4px 6px 13px rgba(0, 0, 0, 0.4);
  margin: 0;
  color: azure;
}

h2 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #008f9d;
  font-size: 2rem;
}

h3 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #008f9d;
  font-size: 1.9rem;
}

.contrast-font {
  color: azure;
}

h4 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #008f9d;
  font-size: 1.8rem;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.libre-baskerville-regular {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

dialog {
  background-color: #f1f1f1;
  width: 40%;
  height: auto;
  border: none;
  margin-top: 0;
  margin-left: auto;
  padding: 40px;
}

dialog::backdrop {
  background: #19130e;
  opacity: 0.8;
}

dialog[open] {
  animation: myFadeIn 0.8s ease normal;
}

@keyframes myFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

input {
  border: none;
  border-bottom: solid black 1px;
  background-color: #f1f1f1;
}

button {
  font-size: 21px;
  font-weight: 500;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 12px 24px;
  border-radius: 5px;
  border: solid 1px #008f9d;
  background-color: #008f9d;
  color: white;
  font-family: "Roboto", sans-serif;
}

button:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.button {
  font-size: 21px;
  font-weight: 500;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 12px 24px;
  border-radius: 5px;
  border: solid 1px #008f9d;
  background-color: #008f9d;
  color: white;
  font-family: "Roboto", sans-serif;
}

.button:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.form-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #008f9d;
  margin: 0 0 1rem 0;
}

.form-layout {
  display: flex;
  flex-direction: column;
}

label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 0.3rem;
}

.footer-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 0.3rem;
  color: azure;
  margin-bottom: 0.5rem;
}

.form-footer > input {
  background-color: azure;
}

.form-footer > textarea {
  background: azure;
}

form > p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.logo-section {
  text-align: left;
  padding: 0 0 0 3rem;
}

.nav-section {
  display: grid;
  align-items: center;
}

.primary-navigation {
  text-align: right;
  padding: 0 3rem 0 0;
}

p {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8rem;
  font-size: 1.2rem;
}

.footer-paragraph {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8rem;
  font-size: 1.2rem;
  color: azure;
}

.footer-cell {
  color: azure;
}

li {
  margin: 0.5rem;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8rem;
  font-size: 1.2rem;
}

input {
  margin-bottom: 1rem;
  border-bottom: solid 1px #666;
  padding: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #130e2b;
}

input:focus {
  outline: none;
}

.checkbox-agreement {
  margin: 0 0.3rem 0 0;
}

.file-input {
  border: none;
  padding-left: 0;
}

.date-input {
  padding-left: 0;
}

textarea {
  border: solid 1px #666;
  margin-bottom: 1rem;
}

::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-container button {
  margin: 0.5rem 1rem 0.5rem 1rem;
}

.loading {
  margin: auto;
  padding: 3rem;
  border: solid 1px #008f9d;
  background-color: #008f9d;
  color: #f1f1f1;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0.4rem;
  width: 10rem;
  height: 5rem;
  text-align: center;
}

.invisible {
  display: none;
}

.visible {
  visibility: visible;
}

.cards-container {
  display: grid;
  justify-content: stretch;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  gap: 1rem;
  margin: 2rem 0 2rem 0;
}

.card {
  display: grid;
  background: #1f4e78;
  background: linear-gradient(0deg, #1f4e78, #12385a);
  color: #f1f1f1;
  border-radius: 0.7rem;
  padding: 1.5rem;
  text-align: center;
}

.large-mark {
  color: #008f9d;
  font-family: "Fjalla One", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  border: solid #f1f1f1 1px;
  border-radius: 50%;
  background-color: #f1f1f1;
  width: 3rem;
  height: 3rem;
  margin: auto;
  margin-bottom: 2rem;
  padding: 0.5rem;
  display: grid;
  align-items: center;
}

.note-short {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 0.3rem;
  margin-bottom: 2rem;
  color: darkgrey;
}

@media (max-width: 1320px) {
  dialog {
    width: auto;
    height: auto;
    margin: auto;
  }

  .cards-container {
    grid-template-columns: 1fr 1fr;
  }
}

.footer-social-logo {
  height: 3rem;
  width: 3rem;
  margin: 0 1rem 0 1rem;
}

@media (max-width: 400px) {
  h1 {
    font-size: 2rem;
  }

  .section-content {
    padding-right: 0;
    padding-left: 0;
    width: 90%;
  }

  .logo-section {
    display: none;
  }
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr;
  }
  .logo-section {
    text-align: center;
    padding: 0;
  }
  .navigation-list {
    text-align: center;
    padding: 0;
  }

  .primary-navigation {
    padding: 0;
  }
  .centered-list {
    padding: 0;
  }
  .footer-content {
    display: grid;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 3rem;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .footer-content {
    display: grid;
    padding: 3rem;
    grid-template-columns: 1fr;
  }

  footer {
    margin: 0;
    padding: 0;
  }

  .footer-content {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-navigation-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .primary-navigation {
    display: none;
  }

  .logo-section {
    display: none;
  }
}

@media (min-width: 2000px) {
  body {
    width: 50%;
    margin: auto;
  }

  html {
    background-color: #f1f1f1;
  }
}
