
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgba(245, 245, 230, 1);
}

a { 
  text-decoration: none; 
}

.main {
  text-decoration: none;
  color: 	#bf63b0;
  font-size: 1.75rem; 
  font-weight: bold;
  margin: 1.25rem; 
}



.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem; 
  background-color: rgba(245, 245, 230, 1);
}

.nav-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  gap: 4rem;
}

.nav-bar {
  font-weight: bold;
  color: #bf63b0;
  font-size: 1.125rem;
}

.nav-bar:hover {
  color: 	#005c3b;
}


.buttons-container {
  display: flex;
  gap: 0.4rem; 
  align-items: center;
}

.button {
  background-color: 	#bf63b0;
  color: white;
  padding: 0.5rem 1rem; 
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #005c3b;
}

.hamburger {
  display: none;
  font-size: 1.75rem;
  cursor: pointer;
  color: #bf63b0;
}

.nav-toggle {
  display: none;
}

.nav-menu {
  display: flex;
}

.mobile-signin {
  display: none;
}



.overlay { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22); 
  z-index: 1;
}

.cover {
  position: relative;
  background-image: url(https://images.unsplash.com/photo-1616547772232-76ca3319cf11?q=80&w=3024&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center;
  height: 30rem; 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-title {
  color: rgba(245, 245, 230, 1);
  font-size: 3rem;
  z-index: 2;
  position: relative;
}



.spring {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: 	#bf63b0; 
  color: rgba(245, 245, 230, 1);
}

.rainbow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: 	#bf63b0; 
  color: rgba(245, 245, 230, 1);
}

.spring img {
  width: 25rem; 
  height: 25rem;
  object-fit: cover;
}

.rainbow img {
  width: 25rem; 
  height: 25rem;
  object-fit: cover;
}

.spring .text {
  width: 100%;
  text-align: center; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.rainbow .text {
  width: 100%; 
  text-align: center; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.spring h2,
.spring p {
  margin: 1.2rem;
}

.rainbow h2,
.rainbow p {
  margin: 1.2rem 0; 
}

.spring button {
  background-color: rgba(245, 245, 230, 1);
  color: 	#bf63b0;
  border: none;
  padding: 0.5rem 1.5rem; 
  border-radius: 0.25rem; 
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1.25rem; 
  margin-bottom: 1.25rem;
  align-self: center; 
}

.rainbow button {
  background-color: rgba(245, 245, 230, 1);
  color: 	#bf63b0;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1.25rem; 
  margin-bottom: 1.25rem;
  align-self: center; 
}

.spring button:hover {
  background-color: #005c3b;
  color: rgba(245, 245, 230, 1);
}

.rainbow button:hover {
  background-color: #005c3b;
  color: rgba(245, 245, 230, 1);
}



footer {
  background-color: 	#bf63b0; 
  color: rgba(245, 245, 230, 1); 
  padding: 1rem; 
  font-size: 0.875rem; 
  text-align: center; 
  justify-content: space-between;
}

.footer-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; 
}

.footer-category {
  width: 18%; 
  margin-bottom: 0.5rem; 
  text-align: center; 
}

.footer-header {
  font-size: 1.125rem;
  font-weight: bold;
  color: rgba(245, 245, 230, 1);
  cursor: pointer;
  display: block;
}

.footer-toggle {
  display: none;
}

.footer-links {
  display: block;
}

.footer-category ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-category ul li a {
  color: rgba(245, 245, 230, 1); 
  font-weight: normal;
}

.footer-category ul li a:hover {
  color: #005c3b; 
}

.footer-category ul li {
  margin-bottom: 1rem; 
}

.footer-header .arrow {
  display: none;
}



@media only screen and (max-width: 788px) {
.nav-menu {
    display: none;
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  .navbar-container {
    flex-direction: row; 
    justify-content: space-between;
  }

  .nav-toggle:checked + .hamburger + .nav-menu {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1rem;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list li a,
  .nav-list li button {
    display: block;
    width: 100%;
    text-align: left;
  }

  .buttons-container {
    display: none; 
  }

  #main-title {
    font-size: 1.75rem;
  }

  .spring {
    flex-direction: column;
    align-items: center;
  }
  
  .rainbow {
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .spring img,
  .rainbow img {
    width: 80%; 
    margin-bottom: 1.25rem; 
  }

  .spring .text,
  .rainbow .text {
    width: 100%;
    text-align: center;
  }
  
  .footer-header {
    display: block;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.5rem 0;
    cursor: pointer;
  }
  
  .footer-header .arrow {
    display: inline-block;
  }

  .footer-links {
    display: none;
    padding-left: 0;
  }

  .footer-toggle:checked + .footer-header + .footer-links {
    display: block;
  }

  .footer-category {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
  }
}