@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

body {
  background: #fff;
  color: #585b68;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
}

p {
  line-height: 2;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
}

a {
  color: #101545;
  text-decoration: none;
  font-weight: 400;
}

ul {
  line-height: 2;
  width: 100%;
  max-width: 704px;
  padding-left: 16px;
  margin: 0;
}

h1,
h2,
h3 {
  color: #101545;
  margin-bottom: 0;
  max-width: 720px;
  width: 100%;
}

h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 800;
  text-align: left;
  width: 100%;
}

h2 {
  font-size: 22px;
  font-weight: 800;
}

#homeHeader {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 40px;
}

#homeHeader-reverse {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: right;
}

#coming-soon {
  color: #101545;
  text-align: left;
  width: 100%;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

/* Button Styling */
.button {
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 24px;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: background 0.3s ease;
}

.button-icon {
  width: 20px; /* Adjust size */
  height: auto;
  margin-right: 8px; /* Spacing between icon and text */
  margin-bottom: 6px;
}

#logo {
  height: 32px;
}

#support {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  text-align: left;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #585b68;
}

#support-reverse {
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  text-align: right;
  width: 100%;
  max-width: 320px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #585b68;
}

#hero {
  max-width: 320px;
  height: auto;
  margin-left: 32px;
}

#timeline img {
  max-width: 440px;
  width: 100%;
  height: auto;
}

#screen-shot {
  max-width: 320px;
  height: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

#hero-container {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 64px;
  width: 50%;
  align-items: flex-end;
}

#barber-summary {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 64px;
  width: 50%;
  align-items: flex-end;
}

#hero-container-reverse {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 64px;
  width: 50%;
  align-items: flex-start;
}

#highlight-image {
  max-width: 256px;
}

#highlight-header {
  text-align: center;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 44px;
}

#highlight-support {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-top: 0px;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #585b68;
}

#highlight-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}

#mainHeader {
  position: sticky;
  display: flex;
  justify-content: space-between;
  top: 0;
  padding: 16px 16px;
  background: #fff;
  border-bottom: 1px solid #e7e9f1;
}

#bodyWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 128px;
}

#container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}

#container-reverse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}

#textContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
  max-width: 980px;
  padding-left: 16px;
  padding-right: 16px;
}

#section-50 {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 64px;
  width: 50%;
}

#section-50-reverse {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 16px;
  padding-top: 64px;
  width: 50%;
}

#section-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 32px;
  width: 100%;
  max-width: 1280px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

/* Media query for screens smaller than 650px */
@media (max-width: 800px) {
  #logo {
    height: 22px;
  }

  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  #hero {
    margin-left: 0px;
    width: 200px;
  }

  #timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    object-fit: contain;
  }

  #tasks {
    max-width: 320px;
    height: auto;
    margin-top: 32px;
    margin-bottom: 8px;
  }

  #highlight-image {
    max-width: 128px;
  }

  #highlight-header {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  #highlight-support {
    font-size: 16px;
  }

  #hero-container {
    display: flex;
    flex-direction: column;
    padding: 16px;
    padding-top: 64px;
    width: 100%;
    align-items: center;
  }

  #hero-container-reverse {
    display: flex;
    flex-direction: column;
    padding: 16px;
    padding-top: 0px;
    width: 100%;
    max-width: 440px;
    align-items: center;
  }

  #barber-summary {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 100%;
    align-items: center;
  }

  #support {
    text-align: center;
    font-size: 16px;
  }

  #support-reverse {
    text-align: left;
    font-size: 16px;
    width: -webkit-fill-available;
    max-width: 440px;
  }

  #coming-soon {
    text-align: center;
    font-size: 14px;
  }

  #homeHeader {
    text-align: center;
    font-size: 28px;
  }

  #homeHeader-reverse {
    text-align: left;
    max-width: 440px;
  }

  #section-50 {
    width: 100%;
    padding-top: 16px;
    align-items: center;
  }

  #section-50-reverse {
    font-size: 16px;
    width: -webkit-fill-available;
    padding: 20px;
    padding-top: 16px;
    padding-bottom: 0px;

    align-items: center;
    max-width: 440px;
  }

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

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e7e9f1;
  background-color: #fff;
  text-align: center;
  height: 64px;
  position: fixed;
}

.footer-link {
  margin: 0 12px;
}
