body {
  background-color: #fdfdfd;
}

h1 {
  font-size: 4em;
  font-weight: 300;
  font-family: 'Italianno', cursive;
}

@media only screen and (max-width: 536px) {
  h1 {
    font-size: 2.1em;
  }
}

h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.container {
  background-color: white;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 300px;
  width: 400px;
}

@media only screen and (max-width: 400px) {
  .mapouter {
    width: 100vw;
  }
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 400px;
}

@media only screen and (max-width: 400px) {
  .gmap_canvas {
    width: 100vw;
  }
}

iframe {
  height: 300px;
  width: 400px;
}

@media only screen and (max-width: 400px) {
  iframe {
    width: 100vw;
  }
}

.about__description {
  text-align: justify;
  text-justify: inter-word;
}

.footer {
  font-family: 'Fira Sans', sans-serif;
}

.footer__contact {
  border-radius: 25px;
}
/*# sourceMappingURL=style.css.map */