/* *** Variables *** */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Verdana, Geneva, sans-serif;
  margin: 0;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover;
}
body .center {
  text-align: center;
}

nav {
  position: fixed;
  text-align: center;
  margin: auto;
  width: 100%;
}
nav button, nav .btn {
  border-radius: 0.6rem;
  padding: 0.6rem;
  margin: 0.2rem 0;
  font-size: 0.8rem;
  text-transform: capitalize;
}
nav .btn {
  text-decoration: none;
  border: 2px solid;
  color: unset;
}
nav .center, nav .justify-end {
  display: inline-block;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    justify-items: center;
  }
  nav .theme {
    align-self: start;
    text-align: left;
    width: 30vw;
  }
  nav .center {
    text-align: center;
    width: 30vw;
  }
  nav .justify-end {
    text-align: right;
    width: 30vw;
  }
}

main {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  main section {
    margin-top: -200px;
  }
}
main section button, main section a {
  font-weight: 500;
}
main section .choice p {
  display: inline-block;
  margin: 1rem 0.2rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  main section .choice p {
    padding-bottom: 1rem;
  }
}
main section .choice p a {
  text-decoration: none;
  padding: 1rem;
  border: 1px solid;
  border-radius: 1.1rem;
}
main section h1 {
  text-align: center;
  font-family: "Carter One", Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  max-width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  main section h1 {
    font-size: 4rem;
    line-height: 4rem;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  main section h1 {
    font-size: 6rem;
    line-height: 6.5rem;
  }
}
@media (max-width: 768px) {
  main section h2, main section .subheading {
    margin: 0;
  }
}
main section h2 {
  text-align: center;
}
main section .subheading {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
main section .small {
  font-size: 0.8rem;
  text-align: center;
}
main section .text-center {
  text-align: center;
}
main section .hide {
  display: none;
}
main section #form-container form {
  max-width: 460px;
  margin: auto;
}
main section #form-container form *,
main section #form-container form *::before,
main section #form-container form *::after {
  box-sizing: border-box;
}
main section #form-container form button {
  text-decoration: none;
  padding: 1rem;
  border: 2px solid;
  border-radius: 1.1rem;
  font-weight: 600;
}
main section #form-container form label {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 400;
  opacity: 0.85;
}
main section #form-container form ::placeholder {
  opacity: 0.85;
}
main section #form-container form select + label {
  position: relative;
  top: -39px;
  right: -42px;
  z-index: 2;
  margin-bottom: 0;
  font-size: 1rem;
}
main section #form-container form input {
  height: 3rem;
  width: 20rem;
  max-width: 100vw;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  background: whitesmoke;
  transition: all 0.3s linear;
  font-weight: 400;
}
main section #form-container form input:focus {
  border-bottom: solid 6px;
  outline: 0;
  box-shadow: 0 2px 6px -8px rgba(0, 0, 0, 0.45);
}
main section #form-container form input .form-error {
  background-color: #E26D5A;
}
main section #form-container form input .form-error::placeholder {
  color: ghostwhite;
  opacity: 1;
  font-weight: 700;
}
main section #form-container form input:not(:placeholder-shown).form-error + label {
  color: whitesmoke;
  opacity: 1;
  font-weight: 700;
}
main section #form-container form .floating-label {
  position: relative;
  margin-bottom: 10px;
}
main section #form-container form .floating-label label {
  position: absolute;
  top: calc(50% - 7px);
  left: 15vw;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (min-width: 480px) {
  main section #form-container form .floating-label label {
    left: 80px;
  }
}
main section #form-container form .floating-label input:not(:placeholder-shown) {
  padding-top: 28px;
  padding-bottom: 12px;
}
main section #form-container form .floating-label input:not(:placeholder-shown) + label {
  transform: translateY(-14px);
  opacity: 0.7;
}
main section #form-container form .floating-label input:not(:placeholder-shown).form-error + label {
  color: whitesmoke;
  opacity: 1;
  font-weight: 700;
}

/*# sourceMappingURL=main.css.map */
