/*.footer {
  	padding: 5vh;
}*/

.site-footer {
	margin-top: 22vh;
}

.footer-contact {
  font-size: 1.4rem;
  line-height: 150%;
}

.footer-newsletter-info {
  font-size: 1.4rem;
  line-height: 150%;
}

.footer-newsletter-form form {
  display: flex;
  flex-direction: column;
  gap: 1vh;
  
}

.footer-newsletter-form input {
  border: none;
  border-bottom: 1px solid black;
  padding: 8px 0;
  background: transparent;
  outline: none;
  font-family: alchemion;
  font-size: 1.4rem;
}

.footer-newsletter-form button {
  border: 1px solid black;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  font-family: alchemion;
  font-size: 1.4rem;
  margin-top: 3vh;
}

.footer-newsletter-form button:hover {
  background: #B67EDD;
}

.footer-logo-img {
    width: 100%;
    height: auto;
    display: block;
	margin-top: 2vh;
}

.footer-copyright {
  font-size: 1rem;
  margin-top: 2vh;
  text-align: center;
  margin-bottom: 2vh;
}

@media (max-width: 1024px) {
.site-footer {
	margin-top: 10vh;
}

.footer-contact {
  font-size: 1rem;
}

.footer-newsletter-info {
  font-size: 1rem;
}

.footer-newsletter-form input {
  font-size: 1rem;
}

.footer-newsletter-form button {
  font-size: 1rem;
}

.footer-copyright {
  font-size: 0.9rem;
}
}

@media (max-width: 768px) {
.site-footer {
	margin-top: 6vh;
}

.footer-contact {
  line-height: 150%;
  font-size: 1.3rem;
}

.footer-newsletter-info {
  line-height: 150%;
  margin-top: 4vh;
  margin-bottom: 2vh;
  font-size: 1.3rem;
}
	
.footer-newsletter-form input {
  font-size: 1.3rem;
}	

.footer-newsletter-form button {
  margin-bottom: 2vh;
  font-size: 1.3rem;
  color: black;
  margin-top: 1vh;
}
	
.footer-logo-img {
  margin-top: 4vh;
}

.footer-copyright {
  font-size: 0.9em;
  margin-bottom: 2vh;
}
}
