
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  
html {
  scroll-behavior: smooth;
}
  
main {
  font-family: 'Gothic A1', sans-serif; 
}
  
.float-left {
  float: left; 
}
  
#hero {
  background-image: url('/Images/HomeSC/images/save/save-hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  color: white;
}
#hero > div {
  max-width: 30%;
  margin-left: 5%;
}
@media screen and (max-width: 1000px) {
  #hero {
	background-image: none;
	background-color: #1695a5;
  }
  #hero > div {
	max-width: 100% !important;
	text-align: center;
  }
  #hero img {
	margin-left: -30px !important;
  }
  #hero p {
	margin: 10px !important;
  }
} 
#hero img {
  max-width: 100%; 
}
#hero p {
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  margin: 10px 0px 10px 50px;
}
  
#signup {
  background-image: url('/Images/HomeSC/images/save/white-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding: 50px;
  text-align: center;
}
#signup h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #81b553;
  text-transform: uppercase;
}
#signup p {
  font-size: 1.75rem; 
}

#bullets {
  background-color: #81b553; 
  color: white;
}
#bullets img {
  max-height: 400px;
  /* max-width: 100%; */
  float: right;
}
#bullets .flexy-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  #bullets .flexy-row {
	flex-direction: column !important;
  }
}
#bullets .flexy-holder {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#bullets strong {
  font-family: 'PT Sans', sans-serif;
  color: white;
  font-size: 2rem;
  text-transform: uppercase; 
  line-height: 2;
}
  
#form-section {
  background-color: #f3f3f3;
  text-align: center;
  padding: 10px;
}
#form-section h2 {
  color: #81b553;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'PT Sans', sans-serif;
  font-size: 3.5rem;
}
#form-section form {
  max-width: 800px;
  margin: auto;
}
#form-section input:not([type='checkbox']) {
  width: 100%;
  height: 40px;
  border: 2px solid #bbbbbb;
  border-radius: 8px;
  margin: 10px;
  padding-left: 10px;
}
#form-section input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border: 2px solid #bbbbbb;
}
#form-section label {
  text-align: left;
  font-weight: 400;
}
#erase-button {
  color: #777777;
  cursor: pointer;
  margin-right: 50px;
}
#submit-button {
  width: 300px;
  padding: 10px;
  background-color: #81b553;
  color: white;
  border: none;
}
#form-disclaimer {
  text-align: left; 
  margin-top: 25px;
}
  
#faqs {
  background-image: url('/Images/HomeSC/images/save/faq-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-color: #1695a5;
  padding-bottom: 60px;
}
#faqs h2 {
  font-family: sans-serif;
  color: white;
  text-align: center;
  margin: 30px 0;
  font-size: 3rem;
}
#faqs h3 {
  font-family: 'PT Sans', sans-serif;
  color: white; 
  font-size: 2rem;
  font-weight: 900 !important;
  margin-left: 28px;
}
#faqs p {
  color: white;
  font-size: 1.5rem;
  margin-left: 3.5ch;
}
#faqs a {
  color: #81b553;
  font-weight: bold;
}
.green-q {
  color: #81b553;
  margin-left: -28px;
}
