/*justify-content = x, align-items = y*/
body {
  /*overflow-anchor: none;
  touch-action: none;*/
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hash-content {
  display: none;
  /*font-style: normal;*/
}

.lock-screen {/*stop scrolling*/
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.container {
  position: static;
  z-index: 2;
  margin: 0;
  width: 95%;
  height: 95%;
  max-width: 1200px;
  max-height: 600px;
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
  font-size: calc(0.8vw + 0.8vh);
}

.container > main, a {
  background-color: rgba(255,255,255,0.6);
  -webkit-transition: background-color 0.3s linear; /* Safari */
  transition: background-color 0.3s linear;
  color: #4E4E4E;
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;
}

header {
  width: 100%;
  height: 14.3%;
  display: flex;
  justify-content: space-between;
	align-items: : center;
}

header a {
  width: 100%;
  height: 84%;
}

#home {
  width: 85%;
}

#language {
  width: 13%;
}

h1, h2 {
  font-size: inherit;
  text-decoration-thickness: 0;
  margin-block: 0;
}

nav {
  z-index: 3;
  width: 20%;
  height: 87.7%;
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
}

nav a {
  height: 14%;
}

main {
  z-index: 4;
  width: 74%;
  height: auto;
  max-height: 80% !important;
  padding: 2%;
  font-size: calc(0.8vw + 0.8vh);
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: auto;
}

a {
  width: 100%;
  background-color: rgba(255,255,255,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: inherit;
  font-family: 'Archivo', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

a:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color none;
}

a:target {
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: background-color 0.3s linear; /* Safari */
  transition: background-color 0.3s linear;
  color: #BFBFBF;
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;

}

a:hover:not(:target) {
  background-color: rgba(0,0,0,0.4);
  color: #BFBFBF;
  -webkit-transition: color 0.3s linear; /* Safari */
  transition: color 0.3s linear;
  -webkit-transition: background-color 0.3s linear; /* Safari */
  transition: background-color 0.3s linear;
}

address {
  font-style: normal;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.external-links {
  width: auto;
  height: auto;
  background-color: inherit;
  display: inline;
}

.google-map {
   width: 100%;
   height: auto;
   frameborder: 0;
   border: 0;
   allowfullscreen: true;
   aria-hidden: false;
   tabindex: 0;
}

.alert {
  li>-weight: bold;
}

.whatsapp {
  height: 1.5em;
  display: inline;
  background-color: transparent;
  vertical-align: middle;
}

.flags {
  width: 80%;
  max-width: 70px;
  max-height: 80%;
}

.underground-icon {
  width: auto;
  max-height: 90%;
  padding: 0 1%;
}
