@import url("../global-styles.css");

.contact-container {
  background-color: var(--lm-ImmoInvest-beige);
  padding: 80px 50px 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

h1 {
  align-self: flex-start;
}

.contact-options {
  width: 80%;
}

.contact-image {
  width: 80%;
}

.contact {
  color: var(--lm-ImmoInvest-black);
  font-size: var(--font-size-paragraph);
}

.mailto-link {
  text-decoration: none;
  color: var(--lm-ImmoInvest-black);
}

.google-maps-embed-container {
  background-color: var(--lm-ImmoInvest-blue);
  width: fit-content;
  padding: 20px;
  margin-top: 20px;
}

.google-maps-embed {
  width: 600px;
  height: 450px;
  border: 0;
}

h1 {
    margin-left: 90%;
}

/* Smartphones */
@media screen and (max-width: 767px) {
  .google-maps-embed {
    width: 100%;
    height: 250px;
  }

  .contact-container {
    padding: 10px 25px 10px 15%;
  }

  .contact-image {
    width: 100%;
  }

  .contact-options {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  h1 {
    margin-left: 50%;
  }
}

/* Tablets */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .google-maps-embed {
    width: 535px;
    height: 400px;
  }

  h1 {
    margin-left: 80%;
  }
}
