* {
  margin: 0;
  font-family: "Helvetica W01 Light";
}
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;
  stroke-width: 3%;
  color: azure;
}

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

h1 {
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-style: normal;
  font-weight: 200;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: white;
  margin: 0;
  font-family: "Nimbus Sans TW01Con";
}

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

h2{
   font-size: 2rem;
   
}

nav {
  width: 70%;
  background-color: #143b0b;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap:wrap;
}
nav a {
  text-decoration: none;
  color: white;
  margin: 1rem;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  padding: 15px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-shadow: 0px 0px 20px white;
}
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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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";
  font-weight: 300;
  font-style: normal;
  width: 70%;
  left:0;
  margin-right:auto;
}


/* section id for the contact page */

.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: rgb(255, 148, 148) double 9px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}


/* google maps moment */

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

.map-section h2 {
  margin-bottom: 20px;
  font-family: "Nimbus Sans TW01Con";
  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;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  padding: 15px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  box-shadow: 0px 0px 20px white;
  width: 30%;
  background-color: #143b0b;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

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;
    display:block;
    margin-bottom:30px;
    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%;
  }
}