@import url(form-reset.css);
body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF9E7;
  color: #7B7B7B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Merriweather", serif;
  font-size: 23px;
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  @media (max-width: 590px) {
    body {
      font-size: 14px;
      height: 95vh; } }

main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 750px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%; }
  @media (max-width: 590px) {
    main {
      width: 95%; } }

.inner-container {
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 590px) {
    .inner-container {
      width: unset; } }

h1 {
  color: #6379A0;
  font-family: "Lato", sans-serif;
  font-size: 2.6em;
  font-weight: 900;
  line-height: 1.15;
  margin: 0; }

h2 {
  font-family: "Merriweather", serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.75;
  margin: 1.8rem 0; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 590px) {
    form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

input,
button {
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1; }

input[type='tel'] {
  background-color: #FFF;
  border: 2px solid #6379A0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .27em .5em; }
  @media (max-width: 590px) {
    input[type='tel'] {
      margin-bottom: 0.6rem; } }

::-webkit-input-placeholder {
  opacity: 0.4; }

:-ms-input-placeholder {
  opacity: 0.4; }

::-ms-input-placeholder {
  opacity: 0.4; }

::placeholder {
  opacity: 0.4; }

button {
  background-color: #6379A0;
  color: #FFF;
  font-weight: 900;
  margin-left: 0.6rem;
  padding: 0.5em 2em; }
  @media (max-width: 590px) {
    button {
      margin-left: unset; } }

p {
  font-size: 0.47em;
  letter-spacing: 1.1; }
  p a,
  p a:visited {
    color: #7B7B7B; }
  p a:hover {
    color: #504F4F; }
  @media (max-width: 590px) {
    p {
      font-size: 0.75em; } }

.fine-print {
  margin: 0.9rem 0 1.5rem;
  opacity: .3; }

.nerd-words {
  font-size: 1em;
  margin-top: 700vh;
  /*LOL*/
  text-align: left; }
