/* VALIDATED IN W3 */


* {
  margin: 0;
  font-family: "Helvetica W01 Light", sans-serif;
}

html, body {
  min-height: 100%;
}

body {
  background-image: url("../images/pexels-travel-blog-26954066-7030176.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100%;
  text-align: center;
}

main {
  min-height: 100vh;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #143b0b;
}

article {
  background-color: #143b0b;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stupidgreen {
  background-color: #2b4b23;
  color: azure;
  /* stroke-width is not a valid CSS property for divs or blocks */
}

h1, h2, h3, p, small, li {
  color: white;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-style: normal;
  font-weight: bold; /* Removed duplicate font-weight */
  text-align: center;
  vertical-align: top;
  font-family: "Nimbus Sans TW01Con", sans-serif;
  margin: 0;
}

h2 {
  font-size: 2rem;
}

.txt-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(129, 18, 18);
  padding: 10px;
  border: 1px solid white;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  width: auto;
  margin: 0 auto; /* Center block */
}

nav {
  width: 70%;
  background-color: #143b0b;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

nav a {
  text-decoration: none;
  color: white;
  margin: 1rem;
  border: 2px solid white;
  padding: 15px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-shadow: 0 0 20px white;
  transition: all 0.3s ease;
}

nav a:hover {
  background-color: rgba(255, 255, 255, 0.468);
  font-size: 1.55rem;
  color: #143b0b;
}

.custom {
  height: 20px;
  box-shadow: inset 0 9px 9px -3px rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Nimbus Sans TW01Con";
  src: url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.eot");
  src:
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.svg#Nimbus Sans TW01Con") format("svg");
}

@font-face {
  font-family: "Helvetica W01 Light";
  src: url("https://db.onlinewebfonts.com/t/e89eb1cff9eb261b0d77a4dea27f1ef1.eot");
  src:
    url("https://db.onlinewebfonts.com/t/e89eb1cff9eb261b0d77a4dea27f1ef1.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e89eb1cff9eb261b0d77a4dea27f1ef1.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/e89eb1cff9eb261b0d77a4dea27f1ef1.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/e89eb1cff9eb261b0d77a4dea27f1ef1.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/e89eb1cff9eb261b0d77a4dea27f1ef1.svg#Helvetica W01 Light") format("svg");
}

section {
  width: 35%;
  background-color: #143b0b;
  padding: 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.green {
  filter: drop-shadow(0 0 20px black);
}

.fb-root {
  align-items: center;
}

aside {
  font-family: "Helvetica W01 Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 70%;
  margin-right: auto;
  left: 0;
}

.content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 20px;
}

.content-row aside {
  width: 55%;
}

.content-row .side-article {
  width: 45%;
  text-align: center;
}

img {
  width: 70%;
  position: relative;
  display: block;
  margin: 20px auto;
  border: 9px double rgb(255, 148, 148);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.map-section {
  width: 90%;
  margin: 40px auto;
  text-align: center;
  background-color: #143b0b;
}

.map-section h2 {
  margin-bottom: 20px;
  font-family: "Nimbus Sans TW01Con", sans-serif;
  font-size: 2.5rem;
  color: white;
}

.map-section iframe {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.directions {
  text-decoration: none;
  color: white;
  margin: 1rem auto;
  border: 2px solid white;
  padding: 15px 20px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-shadow: 0 0 20px white;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #143b0b;
  transition: all 0.3s ease;
}

.directions:hover {
  background-color: rgba(255, 255, 255, 0.468);
  font-size: 1.55rem;
  color: #143b0b;
}

footer {
  text-shadow: 0 0 20px #143b0b;
  background-color: #143b0b;
  padding: 10px 0;
}

aside a {
  text-decoration: none;
  color: white;
}

aside a:hover {
  background-color: white;
  color: #143b0b;
  font-weight: 900;
}

aside small {
  font-size: 1.2rem;
}

#beeg {
  font-size: 2.2rem;
  font-weight: 600;
}

ul,
ol {
  display: inline-block;
  text-align: left;
  list-style-position: inside;
  padding-left: 0;
  margin: 0 auto;
}

.centered-list {
  list-style: disc;
  list-style-position: inside;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
  display: block;
  font-size: 2em;
}

footer img,
a img {
  width: 5%;
  border: none;
  box-shadow: none;
}

@media (max-width: 900px) {
  .content-row {
    flex-direction: column;
    align-items: center;
  }

  .content-row aside,
  .content-row .side-article {
    width: 100%;
  }
}
