:root {
  --blanched-almond: #f9e6c5;
  --navajo-white: #f9d7a5;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Caveat Self, sans-serif;
  font-family: 'American Typewriter', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 76px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Caveat Self, sans-serif;
  font-family: 'American Typewriter', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Caveat Self, sans-serif;
  font-family: 'American Typewriter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  opacity: .9;
  margin-bottom: 10px;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  opacity: .8;
  color: #0f0f0f;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  opacity: .9;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Librebaskerville Self, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.navigation {
  background-color: var(--blanched-almond);
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 25px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.navigation.navigation-light {
  background-color: #fff;
}

.hero-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding-right: 40px;
  display: flex;
}

.navigation-logo {
  border-radius: 10px;
  max-height: 50px;
}

.subtitle {
  text-align: left;
}

.hero-links-container {
  display: flex;
}

.hero-links-container.footer {
  flex-direction: row;
  padding-top: 0;
}

.hero-link-image {
  max-height: 85px;
  padding-left: 0;
  padding-right: 10px;
}

.hero-link-image.hero-link-image-apple {
  padding-left: 0;
  padding-right: 10px;
}

.hero-link-image.hero-link-image-apple.footer {
  padding-top: 0;
}

.hero-urmi-image {
  margin-top: 40px;
}

.features-section {
  margin-top: 60px;
}

.app-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.app-text-container {
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.app-image {
  width: 450px;
  max-width: none;
}

.app-awards-container {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.app-award-image-android {
  object-fit: contain;
  width: 160px;
  margin-left: 20px;
}

.app-award-image-ios {
  object-fit: contain;
  width: 240px;
  max-width: 100%;
}

.app-award-image-ios.appoftheday {
  width: 200px;
  margin-right: 20px;
}

.app-award-image-ios.award-we-love {
  width: 200px;
}

.feature-left-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.feature-right-container {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.feature-text-container {
  width: 590px;
  margin-left: 60px;
  margin-right: 60px;
}

.feature-text-container.feature-text-container-center {
  text-align: center;
  align-self: auto;
}

.feature-center-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-section {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.about-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 60px;
  display: flex;
}

.about-us-image {
  border-radius: 20px;
  height: 250px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.review-section {
  background-color:#d0eeb8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer {
  background-color: #9ec585;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.review-list-container {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.review-list-column {
  flex-direction: column;
  align-items: center;
  width: 35%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.review-item-container {
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 40px;
}

.review-item-rating {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.review-item-rating-star {
  margin-right: 5px;
}

.footer-contact-container {
  text-align: center;
  padding-bottom: 40px;
}

.review-name {
  margin-top: 20px;
  font-weight: 700;
}

.plant-growth-image {
  margin-top: 20px;
}

.navigation-links {
  border: 1px #000;
  text-decoration: none;
}

.navigation-link {
  opacity: .8;
  margin-left: 60px;
  margin-right: 0;
  font-family: Libre Baskerville;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.feature-image {
  max-width: 300px;
}

.goals-image {
  max-width: 150px;
}

.about-image-container {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-info-container {
  background-color: #93c273;
  border-top: 1px solid #00000080;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-info-column {
  flex-direction: column;
  display: flex;
}

.footer-info-link {
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-info-columns {
  width: 90%;
  padding: 0;
}

.terms-content-section, .privacy-content-section {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand-color {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.brand-color.primary {
  background-color: var(--blanched-almond);
}

.brand-color.secondary {
  background-color: var(--navajo-white);
}

.brand-colors-container {
  display: flex;
}

.app-apple-link {
  width: auto;
  margin-top: 30px;
}

.blog-header-section {
  background-color: var(--blanched-almond);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.blog-post-section {
  justify-content: center;
  margin: 0;
  display: flex;
}

.blog-header-info-container {
  display: flex;
}

.blog-post-text {
  margin-top: 0;
  padding-left: 0;
}

.blog-post-content-container {
  max-width: 50%;
  margin-top: 40px;
  display: flex;
}

.blogs-content-section {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.blogs-content-item {
  margin-bottom: 60px;
  display: flex;
}

.blogs-content-items {
  max-width: 60%;
}

.blogs-banner-section {
  background-color: var(--blanched-almond);
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image {
  margin-bottom: -30px;
}

.blog-header-short-description-text {
  color: #333333b3;
  text-align: center;
  max-width: 70%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 31px;
}

.blog-date-text {
  margin-left: 0;
}

.blogs-post-heading {
  text-decoration: none;
}

.blogs-post-heading:hover {
  text-decoration: underline;
}

.blog-content-item-description {
  flex-direction: column;
  display: flex;
}

.blog-content-item-thumbnail {
  object-fit: cover;
  border-radius: 15px;
  max-width: 300px;
  max-height: 200px;
  margin-right: 40px;
}

.blog-heading-text {
  text-align: center;
  margin-left: 5px;
  margin-right: 10px;
}

.award-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.download-spacer {
  width: 10px;
}

.blog-author-by-text {
  margin-left: 5px;
  margin-right: 6px;
}

.questions-more-section {
  justify-content: center;
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.body {
  flex-direction: column;
  display: block;
}

.questions-more-content {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.question-post-image {
  width: 50px;
  height: 50px;
  margin-top: 0;
}

.question-text-container {
  background-color: #fcf4e7;
  border-radius: 20px;
  margin-left: 20px;
  padding: 20px;
}

.question-category-wrapper {
  width: 80%;
  margin-bottom: 60px;
}

.question-category-item {
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.question-list {
  margin-bottom: 20px;
  padding-left: 0;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.about-images-container {
  display: flex;
}

.oh-sketch-promo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blanched-almond);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 10px 20px 10px 10px;
  display: flex;
  position: relative;
}

.ohsketch-app-icon {
  border-radius: 10px;
  width: 40px;
  overflow: hidden;
}

.oh-sketch-promo-text {
  margin-bottom: 0;
}

.oh-sketch-new-badge {
  background-color: var(--navajo-white);
  border-radius: 10px;
  padding: 4px 10px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.badge-new-text {
  font-family: Caveat Self, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 60px;
    line-height: 76px;
  }

  h2 {
    font-family: Caveat;
    font-size: 48px;
    line-height: 60px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-section {
    justify-content: center;
    margin-top: 0;
  }

  .hero-text-container {
    width: 700px;
  }

  .subtitle {
    opacity: .8;
  }

  .hero-links-container {
    justify-content: flex-start;
    display: flex;
  }

  .hero-links-container.footer {
    justify-content: center;
  }

  .hero-link-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-urmi-image {
    width: 100%;
    margin-top: 40px;
  }

  .app-section {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .feature-left-container, .feature-right-container {
    margin-bottom: 100px;
  }

  .feature-text-container {
    width: 600px;
    margin-left: 100px;
    margin-right: 100px;
  }

  .feature-text-container.feature-text-container-center {
    text-align: center;
    align-self: auto;
  }

  .feature-center-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .plant-growth-image {
    margin-top: 20px;
  }

  .urmi-divider-image {
    width: 100%;
  }

  .image {
    width: 100%;
    margin-bottom: -35px;
  }

  .download-spacer {
    display: none;
  }

  .questions-more-section {
    margin-top: 60px;
  }

  .question-category-wrapper {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    flex-direction: column;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  h3 {
    font-family: Caveat;
  }

  h4 {
    font-family: Libre Baskerville;
    font-size: 21px;
    line-height: 30px;
  }

  h5 {
    font-family: Libre Baskerville;
    font-size: 16px;
    line-height: 24px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-text-container {
    width: 700px;
  }

  .hero-urmi-image {
    width: 100%;
  }

  .app-section {
    margin-top: 60px;
  }

  .urmi-divider-image {
    width: 100%;
  }

  .navigation-link {
    margin-left: 60px;
  }

  .footer-info-container {
    border: 1px #0000002e;
    border-top-style: solid;
  }

  .terms-content-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .blogs-content-item {
    display: flex;
  }

  .image {
    width: 100%;
    margin-bottom: -35px;
  }

  .blogs-post-heading:hover {
    text-decoration: underline;
  }

  .blog-content-item-description {
    flex-direction: column;
    display: flex;
  }

  .blog-content-item-thumbnail {
    object-fit: cover;
    border-radius: 15px;
    max-width: 300px;
    max-height: 200px;
    margin-right: 40px;
  }

  .download-spacer {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    justify-content: center;
    padding: 0;
  }

  .hero-section {
    flex-direction: column;
    margin-top: 0;
  }

  .hero-text-container {
    align-items: center;
    padding-right: 0;
  }

  .subtitle {
    text-align: center;
  }

  .features-section {
    margin-top: 40px;
  }

  .app-section {
    text-align: center;
  }

  .app-text-container {
    width: 70%;
  }

  .feature-left-container {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .feature-right-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .feature-text-container {
    text-align: center;
    width: 500px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .about-text-container {
    width: 80%;
  }

  .review-list-column {
    width: 45%;
  }

  .footer-contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plant-growth-image {
    max-width: 500px;
    margin-top: 40px;
  }

  .navigation-links {
    flex-direction: column;
    display: none;
  }

  .feature-image {
    max-width: 300px;
    margin-top: 40px;
  }

  .goals-image {
    max-width: 200px;
    margin-top: 40px;
  }

  .footer-info-container {
    width: 100%;
  }

  .footer-info-column {
    align-items: center;
  }

  .footer-info-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-header-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-content-container {
    max-width: 80%;
  }

  .blogs-content-item {
    flex-direction: column;
    align-items: center;
  }

  .blog-header-short-description-text {
    max-width: 100%;
  }

  .blog-content-item-thumbnail {
    width: 100%;
    max-width: none;
    max-height: none;
    margin-right: 0;
  }

  .blog-heading-text {
    text-align: center;
  }

  .download-spacer {
    display: none;
  }

  .questions-more-content {
    width: 80%;
    margin-top: 20px;
  }

  .question-category-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .oh-sketch-promo {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-text-container {
    width: 80%;
  }

  .hero-links-container.footer {
    flex-direction: row;
  }

  .hero-link-image.hero-link-image-apple.footer {
    padding-top: 0;
  }

  .app-text-container {
    width: 80%;
  }

  .app-image {
    max-width: 65%;
  }

  .app-awards-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .app-award-image-android {
    width: 160px;
    margin-left: 15px;
  }

  .app-award-image-ios {
    width: 200px;
    margin-bottom: 20px;
  }

  .app-award-image-ios.appoftheday {
    margin-bottom: 0;
    margin-right: 0;
  }

  .app-award-image-ios.award-we-love {
    display: none;
    overflow: visible;
  }

  .about-us-image {
    display: none;
  }

  .review-section {
    text-align: center;
  }

  .review-list-container {
    flex-direction: column;
  }

  .review-list-column {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-item-rating {
    justify-content: center;
  }

  .plant-growth-image {
    max-width: 400px;
  }

  .navigation-links {
    display: none;
  }

  .footer-info-column {
    align-items: center;
  }

  .blog-header-section, .blog-post-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-content-container {
    max-width: 100%;
  }

  .blog-header-short-description-text {
    max-width: 100%;
    padding-top: 10px;
  }

  .download-spacer {
    display: none;
  }

  .questions-more-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .questions-more-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    white-space: normal;
    font-size: 44px;
    line-height: 60px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    text-align: left;
    font-size: 16px;
  }

  a, li {
    font-size: 16px;
  }

  .navigation {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-container {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-logo {
    max-height: 80px;
  }

  .subtitle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-links-container {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-links-container.footer {
    flex-direction: row;
  }

  .hero-link-image {
    object-fit: contain;
    height: 70px;
    padding-right: 0;
  }

  .hero-link-image.hero-link-image-apple {
    padding-right: 0;
  }

  .hero-link-image.hero-link-image-apple.footer {
    margin-right: 0;
    padding-right: 0;
  }

  .features-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-section {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-text-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .app-image {
    max-width: 100%;
  }

  .app-awards-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .app-award-image-android {
    width: 130px;
    margin-top: 0;
    margin-left: 0;
  }

  .app-award-image-ios {
    width: 150px;
    margin-bottom: 20px;
  }

  .app-award-image-ios.appoftheday {
    width: 160px;
    max-width: 180px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .feature-text-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-center-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-section {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-text-container {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us-image {
    object-fit: cover;
    margin-bottom: 40px;
    display: none;
  }

  .review-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 0;
  }

  .review-list-column {
    padding-left: 0;
    padding-right: 0;
  }

  .review-item-container {
    padding: 20px 25px;
  }

  .footer-contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plant-growth-image {
    max-width: 100%;
  }

  .about-image-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-columns {
    width: 100%;
  }

  .terms-content-section {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-content-section {
    flex-wrap: nowrap;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .privacy-text {
    text-align: left;
    max-width: 100%;
  }

  .app-apple-link {
    text-align: center;
  }

  .blog-post-text {
    text-align: left;
  }

  .blogs-content-items {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-header-short-description-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .award-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-heading-text:hover {
    font-style: normal;
    text-decoration: none;
  }

  .download-spacer {
    width: 10px;
    max-width: 10px;
    display: block;
  }

  .question-category-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .oh-sketch-promo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .oh-sketch-new-badge {
    left: auto;
    right: -5px;
  }
}


@font-face {
  font-family: 'Caveat Self';
  src: url('../fonts/Caveat-VariableFont_wght.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville Self';
  src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville Self';
  src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}