body {
  font-family: Nunito !important;
  font-size: 20px;
  margin-right: 80px;
  margin-left: 80px;
  background-color: #FAFAFA;
}

header {
  background-color: rgb(214, 228, 240);
}

.hero {
  background-image: url('hero.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 305px;
}

.logo {
  position: absolute;
  top: 233px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

main {
  background-color: rgb(214, 228, 240);
}

.spacer {
  margin-top: 80px;
}

#box {
  border-color: rgb(166, 185, 210) !important;
}

.portrait {
  height: 227px;
  width: 200px;
}

#greeting {
  font-size: 22px;
  font-weight: bold;
}

.card {
  box-shadow: 0px 3px rgb(121, 150, 187);
  background-color: #FAFAFA;
}
.italic {
  font-style: italic;
}

#contactButton {
  box-shadow: 0px 3px rgb(121, 150, 187);
  font-size: 30px !important;
  font-weight: bold !important;
  background-color: #FAFAFA;
  width: 300px;
  height: 60px;
}
footer {
  background-color: rgb(214, 228, 240)
}
footer>p {
  font-size: 12px;
}

@media (min-width: 992px) {
  #box {
    margin-left: 90px;
    max-width: none;
    margin-right: 80px;
    width: inherit;
  }

  .portrait {
    margin-left: -90px;
  }

  #text {
    left: 20px;
    position: relative;
    margin-left: 0px;
    padding-right: 0px;
    width: calc(88% - 40px);
  }

  #image {
    width: 100px;
  }

  .row {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 992px) {
  body {
    font-size: 40px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .spacer {
    margin-top: 180px;
  }

  .container {
    max-width: 100%;
  }

  .portrait {
    margin-top: -120px !important;
  }

  #greeting {
    font-size: 50px;
  }

  .card {
    margin-top: 100px !important;
  }

  #cta {
    margin-top: 100px !important;
    margin-bottom: 70px !important;
  }

  #contactButton {
    font-size: 52px !important;
    width: 500px;
    height: 100px;
  }

  .modal-dialog {
    max-width: 80% !important;
  }

  #contactForm div .form-control {
    font-size: 40px
  }

  footer>p {
    font-size: 22px;
  }

  .modal-footer>button {
    height: 60px;
    width: 150px;
    font-size: 30px;
  }
}
