* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

body {
  background-image: url(/IMG/road-image2-mirror.png);
  background-attachment: fixed;
  background-size: cover;
}

/* #hero {
  width: 100%;
  height: 400px;

  background-image: url("/IMG/contact.jpg");
  background-size: cover;
  background-position: center;
} */

/* #hero .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
} */

#contact a {
  width: fit-content;
  height: fit-content;
  text-decoration: none;
  border: 1px solid black;
  background-color: #15222b;
  color: white;
  border-radius: 20px;
  padding: 10px;
}

#contact a:hover {
  background-color: white;
  color: black;
  transition: all 0.5s;
}

#contact .q-link {
  display: block;
  display: flex;
  justify-content: end;
}

#contact {
  display: flex;
}

#contact .contact-div {
  padding: 20px;
  border: 1px solid black;
  background-color: #15222b;
  border-radius: 15px;
}

#contact .contact-div p {
  display: flex;
  justify-content: center;
  color: white;
  text-align: center;
}

#contact h1 {
  display: flex;
  justify-content: center;
}

#contact .div-icon {
  width: 100%;
  display: flex;
  justify-content: center;
}

#contact .icon {
  color: white;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}

#contact .map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

#contact .map-responsive iframe {
  left: 0;
  top: 0;
  height: 75%;
  width: 100%;
  position: absolute;
}

::selection {
  background-color: #d1b000;
  color: white;
}

/* @media (max-width: 1400px) {
  #contact iframe {
    width: fit-content;
    height: fit-content;
  }
} */
