/* STRUCTURE */

body {
  display: block;
  justify-content: center;
  text-align: center;
  background-color: olive;
  color: white;
  font-family: Garamond, Georgia, Times New Roman;
  margin: 0 auto 0 auto;
  padding: 0;
}

nav {
  display: inline-block;
  margin: auto;
}


/* TEXT */

header {
  width: 100%;
  margin: auto;
  text-align: center;
}

header p {
  display: inline-block;
  padding: 0 10px 10px 10px;
  font-style: normal;
  font-size: 11pt;
  letter-spacing: 1px;
  font-variant: small-caps;
  font-weight: 200;
}

h1 {
  font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 46pt;
  padding-top: 40px;
  margin: auto;
}

h2 {
  font-size: 16pt;
  font-variant: small-caps;
}

h3 {
  font-size: 12pt;
  font-variant: small-caps;
}

.map-header h2 {
  text-decoration: underline;
}

p {
 font-size: 12pt;
 font-style: italic;
 letter-spacing: 0.5px;
}

a:link, a:visited {
  color: yellow;
}

a:hover, a:active {
  background-color: yellow;
  color: white;
}


/* MEDIA */

img, .worldmap-areamap {
  padding: 0;
  margin: auto;
}


/* MAP */

#map {
  margin: auto;
  margin-bottom: 40px;
  padding: 0;
  width: 100vw;
}

#map iframe {
  width: inherit;
  height: 800px;
  border: 0;
}

div {
  display: block;
}

.scroll p {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-variant: small-caps;
  font-style: normal;
  font-size: 11pt;
  letter-spacing: 1px;
  font-weight: 200;
}

.scroll-link {
  display: inline-block;
  padding: 10px;
}

footer {
  font-size: 9pt;
  padding: 20px;
  margin-bottom: 40px;
}














