@charset "UTF-8";
@media (max-width: 650px) {
    img {
        width: 70%!important;
    }
    .map {
        height: 300px;
        width: 100%;
        max-width: 100%;
        border: 1px solid #ccc;
        border-radius: 8px;
        margin: 10px 0;
    }
}
/* CSS Document */
html, body {
    background: #E8DCB8;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Garamond;
    font-size: 0.9em;
    letter-spacing: 2.7px;
    text-align: center;
}

footer {
    margin: 0;
}

a {
    text-decoration: underline;
    font-style: italic;
}

h1 {
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
}

h2, p {
    text-align: center;
}

input[type="button"],
input[type="submit"] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: blue; /* Default link color */
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  font-size: 1.1em;
}

img {
    float:none!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
    width: 600px;
}

.map {
    height: 300px;
    width: 400px;
    margin: 0px auto;
}
