/* METADATA AND SECTIONING STYLE */

body {
    background: no-repeat url('./assets/images/background.jpg');
    background-size: cover;
    font-style: normal;
    color: #ffffff;
}

iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

title {
    font: 30px;
}

#header {
    padding-top: 30px;
}

menu {
    display: flex;
    background-color: #46423b;
    border-color: #ffffff;
    opacity: 0.33;
    padding: 0;
    gap: 1em;
    width: auto;
    height: 400px;
}

nav {
  overflow: hidden;
  justify-content: center;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

nav li {
  float: left;
}

nav a {
  display: block;
  color: inherit;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav a:hover {
  background-color: #ddd;
  color: black;
}

.crumbs ol {
  list-style-type: none;
  padding-left: 0;
}

.crumb {
  display: inline-block;
}

.crumb a::after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.section-head {
    display: block;
    justify-content: center;
}


/* ENRICHMENT (LISTS, TABLES, DROPDOWN ETC) STYLE */

table {
    position: inherit;
}

.header-container {
    display: flex;
    justify-content: center;
}


/* MAP COMPONENTS STYLE */

.map-container {
    display: flex;
    width: 100%;
    height: 100%;
}

#maps {
    border-color: #ffffff;
    width: 600px;
    height: 600px;
}