body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-color: #00652F;
  background-image:url(../../img/bg.jpg);
  background-repeat: repeat, repeat-x, repeat-y;
  background-size: 128px 128px, cover;
  min-height: 90vh;
}

h2,
p {
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  background: white;
  max-width: 95%;
  margin: 0 auto;
}

#logo {
  width: 90%;
  margin: 0 auto;
  background: white;
  text-align: center
}

#logo img {
  max-width: 30%;
}

#container {
  max-width: 90%;
  width: 600px;
  margin: 0 auto;
}

.list-group-item.active {
  background-color: #00662f;
  border-color: #00662f;
}

#location {
  margin: 40px auto;
  max-width: 100%;
}

#how-to-get, #show-form {
  width: 100%;
  background: #00662f;
  background-color: #00662f;
  border-color: #00662f;
  border-radius: .25rem;
}

.svg-icon {
  max-width: 24px;
}

#share-whatsapp {
  background-color: #25D366;
  border-color: #25D366;
  border-radius: .25rem;
}

#hubspot-form{
	display: none;
}

@media (max-width: 600px) {
  #wrapper {
		background: rgba(255, 255, 255, 0.5);
  }

  #logo {}

  #container {
		padding: 0px;
  }
}