body {
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

body h1,
body h2,
body p {
  margin: 0rem;
  padding: 0;
}

body h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

body a {
  text-decoration: none;
  color: #f08314;
}

body a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #f08314;
          text-decoration-color: #f08314;
}

body .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

body img {
  height: 2rem;
  margin-right: 1rem;
}

body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
}

body section > div {
  width: 70%;
}

body section .mb3 {
  margin-bottom: 3rem;
}

body section.left-section {
  background-color: #f08314;
  color: white;
}

body section.left-section h2 {
  color: white;
}

body section.left-section a {
  color: black;
}

body section.left-section a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}

body section.right-section h2 {
  color: #f08314;
}

body section.right-section .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0rem 4rem;
}

body section.right-section .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  border: 1px solid #f08314;
  font-weight: 700;
}

body section.right-section .buttons a:hover {
  text-decoration: none;
  background-color: #f08314;
  color: white;
}

body section.right-section .buttons a:first-child {
  margin-right: 1rem;
}

body section.right-section .buttons a img {
  height: 2rem;
  margin-right: 1rem;
}

body section.right-section .buttons a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body section.right-section .buttons a p span:nth-child(2) {
  font-size: 0.5rem;
  font-weight: 400;
}

body section.right-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

body section.right-section form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

body section.right-section form label input,
body section.right-section form label textarea {
  border: 1px solid #f08314;
  padding: 0.5rem 1rem;
  font-family: 'Titillium Web', sans-serif;
}

body section.right-section form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 1px solid #f08314;
  background-color: #f08314;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

body section.right-section form button:hover {
  background-color: white;
  color: #f08314;
}

@media only screen and (max-width: 900px) {
  body {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  body section {
    min-height: auto;
  }
  body section > div {
    width: 90%;
  }
  body section.right-section .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body section.right-section .buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body section.right-section .buttons a:first-child {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
  body section.left-section {
    padding: 6rem 0rem;
  }
}
/*# sourceMappingURL=index.css.map */