* {
    box-sizing: border-box;
}


body {
    color: rgb(0, 0, 0);
    font-family: 'ArchivoNarrow', 'Arial', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0;
    background: rgb(0, 0, 0); 
}


.outer-container {
    
    margin: 1em auto;
    margin-bottom: 5px;
    padding: 9px 15px;
    max-width: 939px;
    z-index: 1;
    background: rgb(229, 204, 103);
}

.inner-container {
    margin: 11px auto;
    width: 100%;
    background-color: rgb(204, 93, 54);
    border: 4px solid black;
    position: relative;
}

.credits {
    color: rgb(169, 169, 169);
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 13px;
    margin: 0 auto;
     max-width: 939px;

}

.header {
    position: absolute;
    width: 90%;
    top: 20px;
    max-width: 865px;
     transform: translateX(-50%);
     left: 50%;
     z-index: 10;
    pointer-events: none;
}
.footer {
    position: absolute;
    width: 90%;
    bottom: 25px;
    max-width: 865px;
    transform: translateX(-50%);
   left: 50%;
}

.content-container {
    width: 80%;
    margin: 130px auto 110px auto;
    background: rgb(229, 204, 103);
    border: 4px solid black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 80px;

}


.mainNav ul {
  font-weight: bolder;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 20;

}


.mainNav li {
  display: inline-block !important;
  margin: 0px 5px;
  z-index: 20;
    text-decoration: underline;
}

.mainNav li:hover {
  color: rgb(204, 93, 54);
}

a {
  text-decoration: none !important;
  color: inherit;
}


.centered-text {
    text-align: center;
    width: 90%;
}

.paragraph_style {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 14px;
}

.video {
    margin: 20px auto;
}

p {
  font-size: 14px;
}

.smallerNav {
    display: inline-block !important;
  margin: 0px 5px;
  z-index: 20;
    padding: 0;
}

.smallerNav li {
  display: inline-block !important;
  margin: 0px 5px;
  z-index: 20;
 text-decoration: underline;
 font-weight: regular;
 font-size: 0.8em;
}

.smallerNav li:hover {
  color: rgb(204, 93, 54);
}

hr {
    width: 90%;
    height: 1px;
    color: black;
    background: black;
    border-width: 0;
}

.flex-side {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
}

.flex-side div {
    width: 40%;
    padding: 0 20px;
}

.selected-text {
    color:  rgb(204, 93, 54) !important;
}

.no-margin-top {
    margin-top: 0px;
}

.galerie img {
   margin-bottom: 4px;
}

.trio {
    width: 25vw;
    text-align: center;
}

.trio a:hover {
    text-decoration: underline !important;
}