.curry-logo {
  width: 64px;
  height: 74px;
}

header {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}
header .page-header {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
header .page-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
header .page-menu ul li a {
  text-decoration: none;
  color: #dc2458;
  font-size: 1.1rem;
}
header .page-menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
header .page-title h1 {
  color: #14453d;
  font-weight: bold;
  font-size: 1.1rem;
}
header .page-title h2 {
  color: #dc2458;
  font-size: 0.875rem;
  font-weight: lighter;
}

main.main-content {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
main.main-content .becky {
  gap: 60px;
  margin-bottom: 30px;
}
main.main-content .becky .becky-text {
  flex-basis: 40%;
}
main.main-content .becky .becky-pic {
  border-radius: 15px;
}
main.main-content .app-quotes {
  padding-top: 8vh;
  padding-bottom: 8vh;
  max-width: none;
  background-color: #cf2e2e;
  color: #fcf9f4;
  margin: 0 -30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
main.main-content .app-quotes p {
  max-width: 620px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
main.main-content .sections {
  padding-top: 8vh;
  padding-bottom: 8vh;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
main.main-content .sections.side-page {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 75px;
}
main.main-content .sections .text-with-pic {
  align-items: center;
}
main.main-content .sections .text-with-pic .subtitle {
  font-size: 1.5rem;
}
main.main-content .sections img {
  border-radius: 15px;
}
main.main-content .text-with-pic {
  display: flex;
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 960px) {
  main.main-content .text-with-pic {
    flex-direction: column;
  }
}
main.main-content .text-with-pic .small-text {
  font-size: 1rem;
  margin: 0 0 30px 0;
}
main.main-content .text-with-pic .text-section {
  color: #dc2458;
  line-height: 1.6;
}
main.main-content .text-with-pic .description {
  margin: 30px 0 0 0;
  font-size: 1.1rem;
}
main.main-content .text-with-pic .subtitle {
  font-size: 2.75rem;
  margin: 0;
}
main.main-content .text-with-pic ul {
  line-height: 2;
}

footer {
  padding-top: 80px;
  padding-bottom: 30px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #dc2458;
  font-size: 1.1rem;
}

.about-pic {
  width: 480px;
}

.plane-pic, .sign-up-text, .about-page-text {
  max-width: 1100px;
  margin: 0 auto;
}
.plane-pic .plane-pic-section, .sign-up-text .plane-pic-section, .about-page-text .plane-pic-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.plane-pic .plane-pic-section img, .sign-up-text .plane-pic-section img, .about-page-text .plane-pic-section img {
  height: 360px;
  border-radius: 15px;
}

.pic-with-footnote {
  color: #55585a;
  font-size: 13px;
  text-align: center;
}

.crush-pic, .about-page-pic {
  max-width: 350px;
  border-radius: 10px;
}

body, h1, h2 {
  margin: 0;
}

body {
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.2px;
}

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