* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body {
  margin: 0;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  line-height: 1.6;
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FFF;
  background-image: radial-gradient(#f6fab7 1px, transparent 1px);
  background-size: 20px 20px;
}

h1{
    font-size: 2.4em;
    margin: 0 0 20px 0;
    line-height: normal;
    font-weight: 900;
    color: #000
}
h1 span{
  font-weight: 200;
  color:#000
}
h2{
    font-size: 1.8em;
    margin: 15px 0 20px 0;
    line-height: normal;
    font-weight: 900;
    color: #000
}
h3{
  font-size: 1.4em;
  margin: 15px 0 20px 0;
  line-height: normal;
  font-weight: 900;
  color: #000
}
p{
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0 0 30px 0
}
ul{
  list-style: none;
  margin: 50px 0 50px 0;
  font-size: 1.1em;
}

ol{
  margin: 30px 0 50px 0;
  font-size: 1.1em;
  padding:0 0 0 25px
}
li{
  margin: 0 0 20px 0
}
li span{
  margin:0 15px 0 0
}
header {
  background: #e8ee86;
  padding: 20px;
  text-align: center;
}

hr{
  height: 1px;
  color: #000;
  background: #000;
  font-size: 0;
  border: 0;
  margin: 50px 0

}
/* intro */
.hero-intro {
  /* background-color: #fafcd2; */
  background: #FFFFFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(250, 252, 210, 1) 90%);
  padding: 3em 1em;
}

.hero-container {
  max-width: 1200px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
  color: #000;
  padding: 0 20px;
}

.hero-container .text-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.hero-container .image-content {
  flex: 1 1 40%;
  text-align: center;
}

.hero-container .image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.big-ol-button {
  display: inline-block;
  background-color: #e8ee86;
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.big-ol-button:hover {
  background-color: #000;
  color:#FFF
}
.big-ol-button-pill{
  text-align: center;
  margin: 5em 0;
}
#about a, #privacy a, #terms a{
  color:#000 !important
}

.navbar {
    color: #000;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 900;
  }
  
  .navbar-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .navbar-brand a svg {
    height: 50px;
    width: auto;
    display: block;
  }

  .navbar svg path {
    fill: #000;
  }
  
  .navbar-toggle {
    font-size: 2rem;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    margin-left: auto;
  }
  
  .navbar-menu {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0
  }

  .navbar-menu ul{
    margin: 0;
    padding: 0
  }
  .navbar-menu li{
    margin: 0;
    padding: 0
  }
  
  .navbar-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
  }
  .navbar-menu li a:hover{
    color: #333
  }

.navbar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .navbar-brand {
    justify-content: center;
  }

  .navbar-menu {
    margin-top: 1rem;
    justify-content: center;
  }
  
  .navbar-toggle {
    display: none;
  }
 
  main {
    flex: 1;
    max-width: 1200px;
    width: 75%;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
section {
  margin-bottom: 40px;
}
ul {
  padding-left: 20px;
}
#contact form {
  display: flex;
  flex-direction: column;
}
#contact label {
  margin-bottom: 5px;
  font-weight: bold;
}
#contact input,
#contact textarea {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  background-color: #e8ee86;
  font-family: inherit;
}
#contact button {
  padding: 10px 20px;
  font-size: 1rem;
  background: #000;
  color: #FFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  align-self: flex-start;
}
#contact button:hover {
  background: #333;
}

#contact input::placeholder,
#contact textarea::placeholder {
  font-family: inherit;
  color: #333;
  opacity: 1;
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
  color: #333;
}

#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}

#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}

#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
  color: #333;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 1 1 100%;
}

.vending-machines {
  background-image: url('/images/footer-bg-repeat.png');
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end; 
  height: 300px;
  overflow: hidden;
}

footer {
  background: #FFF;
  padding: 20px;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
  font-weight: 700;
}

footer a svg {
  height: 30px;
  width: auto;
  display: block;
  margin: 25px auto
}

footer svg path {
  fill: #000;
}
.copywrite{
  padding: 25px 0;
  color:#666;
  font-weight: 300;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 2em 0;
  gap: 1rem;
}

.footer-nav li a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

/* Cookie stuff */

#cookie-banner {
  background: #f6fab7;
  color: #000;
  padding: 1em;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  display: none;
}

#cookie-banner a {
  color: #000;
  text-decoration: underline;
}

#cookie-accept {
  margin-left: 1em;
  background: #000;
  color: #FFF;
  border: none;
  padding: 6px 12px 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar {
    align-items: stretch;
  }

  .navbar-brand {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .navbar-brand a svg {
    max-width: 60%;
    height: 45px;
    flex-shrink: 1;
  }

  .navbar-toggle {
    display: block;
    flex-shrink: 0;
  }

  .navbar-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    display: none;
  }

  .navbar-menu.active {
    display: flex;
    max-height: 500px;
  }
  .side-by-side {
    flex-direction: column;
    text-align: center;
  }
  .footer-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
}

@media (max-width: 600px) {
  header {
    padding: 15px;
  }
  header img {
    max-width: 150px;
  }
  main {
    margin: 30px auto;
    padding: 0 26px;
    width: 100%;
  }
  section {
    margin-bottom: 30px;
  }
  .hero-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    color: #000;
    padding: 0 20px;
  }
  #contact button {
    width: 100%;
    text-align: center;
  }
  footer {
    font-size: 0.8rem;
    padding: 8px;
  }
  .footer-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  header {
    padding: 15px;
  }
  header img {
    max-width: 150px;
  }
  main {
    margin: 30px auto;
    padding: 0 26px;
    width: 100%;
  }
  section {
    margin-bottom: 30px;
  }
  .hero-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
    color: #000;
    padding: 0 20px;
  }
  #contact button {
    width: 100%;
    text-align: center;
  }
  footer {
    font-size: 0.8rem;
    padding: 8px;
  }
  .footer-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
}