:root {
  --main-font-color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100vh;
}

html,
body {
  width: 100vw;
  min-height: 100vh;
}

ul,
p {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

button {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: var(--main-font-color);
  background: #dadee1;
  box-sizing: border-box;
  align-items: center;
  overflow-x: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: auto;
}

#ag-logo {
  height: 32px;
  margin-left: 1rem;
  display: inline-block;
}

nav {
  position: sticky;
  z-index: 100;
  top: 0;
  background-color: rgb(242, 242, 242);
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 0.5rem;
  margin: 0;
  display: flex;
  box-shadow: 0px 0px 2px #4c4b4b;
  box-sizing: border-box;
  align-items: center;
}

nav a {
  color: var(--main-font-color);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

nav ul {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 2rem;
}

nav span {
  display: inline-flex;
  justify-content: flex-end;
  padding-right: 2rem;
}

#login-btn {
  background-color: #5483cc;
  padding: 1px 10px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

main {
  flex: 1;
  width: 100%;
  padding-bottom: 4rem;
}

main > div {
  height: 100%;
}

section {
  box-sizing: border-box;
}

.page-title {
  text-shadow: 0 0 2px #7e7e7e;
  text-decoration: underline;
  margin: 0;
  font-size: 30px;
}

.page-title + p {
  margin: 0;
  font-size: 40px;
}

.section {
  padding: 4rem;
}

.section-1 {
  background-image: url(/assets/images/squiggle.svg);
  background-size: 20px 20px;
  border-bottom: 1px solid grey;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-1 > div:first-of-type {
  padding: 2rem 4rem;
  display: flex;
  max-width: 1200px;
  justify-content: center;
  margin: 0 auto;
}

.section-1 img {
  width: 200px;
  margin: 0 auto;
}

.section-1 > div > div:first-of-type {
  margin-right: 4rem;
}

.section-1 a {
  font-size: 20px;
  cursor: pointer;
  background-color: #75b88b;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-top: 0.5rem;
}

.sketch-container {
  display: flex;
  align-items: center;
  position: relative;
}

#sketch-img {
  margin: 0 auto;
  background-repeat: no-repeat;
  height: auto;
  width: 500px;
  border-radius: 50%;
  background-size: contain;
}

.section-2 {
  width: 100%;
  background: linear-gradient(#9fadbc 0%, #415b73 100%);
  background: #415b73;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section-2 p {
  color: white;
  text-align: center;
  font-weight: 300;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 30px;
}

.section-2 > div {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0 0;
}

.pros-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 24px;
  margin: 2rem 0;
  padding-right: 12px;
  background-color: #f1f1f1;
  border-radius: 36px;
}

.pros-container span {
  background-color: #92bbfb;
  border-radius: 50%;
  padding: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pros-container p {
  color: #2a2a2a;
  font-weight: 400;
  font-size: 22px;
}

.pros {
  width: 30px;
  height: 30px;
}

.section-3 ul {
  list-style-type: none;
  background-color: white;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 900px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 16px;
}

.section-3 li {
  display: flex;
}

.section-3 li span {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}

.section-3 li img {
  margin-right: 4px;
}

.section-3 h2 {
  text-align: center;
  font-size: 28px;
}

.section-4 {
  border-top: 1px solid #a3a3a385;
  margin: 0 auto;
}

.section-4 > div {
  display: flex;
}

.section-4 > div > * {
  flex: 1;
}

.section-4 > div a {
  font-size: 20px;
  cursor: pointer;
  background-color: #3d3d3e;
  border-radius: 4px;
  padding: 4px 8px;
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-top: 2rem;
  font-weight: 500;
}

.section-4 img {
  height: 215px;
}

.section-5 {
  border-top: 1px solid #a3a3a385;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

footer {
  width: 100%;
  background-color: rgb(242, 242, 242);
  padding: 2rem 2rem 4px;
  display: flex;
  box-sizing: border-box;
  color: black;
}

/* Checkout */
footer .trademark {
  margin: 0 auto;
  text-align: center;
}

#checkout-page main {
  background: white;
  padding: 4rem;
}

#checkout-page nav {
  justify-content: center;
}

/* Signup */

#signup-page main {
  max-width: 1200px;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#signup-page .wrapper {
  padding: 2rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#signup-page .page-title {
  text-decoration: none;
}

#signup-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

#signup-form input {
  display: block;
  border: 2px solid #415b73;
  box-shadow: 0 0 2px black;
  background-color: #b3d6ff;
  background-color: transparent;
  padding: 8px 4px;
}
