* {
  box-sizing: border-box;
}
body {
  font-family: 'Arimo', sans-serif;
  margin: 0;
  background-color: #000000;
}

.header {
  display: flex;
  flex-direction: column;
  height: 100vh; 
  position: fixed;
  top: 0;
  left: 0;
  width: 110px;
  padding: 10px;
  z-index: 10;
  background-color: white;
  overflow-y: auto; 
}

.menu-icon {
  font-size: 4em;
  color: white;
  padding: 0px 15px;
  cursor: pointer;
  text-shadow: 1px 1px 5px #000000;
}
.menu {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 15px;
  cursor: pointer;

}

.menu a {
  color: black;
  text-decoration: none;
  text-align: left;
  font-family: "Roboto Slab", serif;
  font-weight: 550;
  font-size: .95em;
  font-kerning:normal;
  padding: 3px 0px;
}

.menu a:hover {
  color: #0000ff;
}
.menu-icon-2 {
  font-size: 4em;
  /* color: white; */
  padding: 0px 10px;
  padding-bottom: 0;
  cursor: help;
  text-shadow: 1px 1px 5px #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* background-color: white; */
}
.menu-icon-2 img {
max-width: 90px;
}
a{
  color: white;
  text-decoration: underline;
}
#container {
  margin-left: 110px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.gallery{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background-color: #000000;
  
}

/* .gallery_hero {
  display: flex;
  flex-direction: row;
  position:relative;
  max-width: 100%;
  background-color: black;
  justify-content:center;
  align-items: center;
  height: auto;
  margin: auto;
}

.gallery_hero img {
  object-fit: scale-down;
} */
.gallery_hero {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* width: 100%; */
  max-width: 100%;
  justify-content: center;
  /* max-height: 75vh; */
  height: auto;
  overflow: hidden;
}

.gallery_hero img {
  width: 100%;
  max-width: 47vw;
  max-height: 75vh;
  height: auto;
  object-fit: scale-down;
  padding: 5px 10px 5px 10px
}


.gallery_hero_2 {
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: space-between;
  height: auto;
  width: 100%;
  background-color: black;
}
.gallery_hero_3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  background-color: black;
  align-items: center;
  position: relative;
  justify-content:center;
}
.gallery_hero_3 img{
  max-width: 45vw;
  max-height: 80vh;
  padding: 10px;
}
.gallery_hero_4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  background-color: black;
  align-items: center;
  position: relative;
  justify-content: space-around;
}
.gallery_hero_4 img{
  max-width: 95vw;
  max-height: 85vh;
  padding: 10px;
}
.ProjecDescription{
  margin-top: 2em;
  margin-left: 1vw;
  margin-right: 0vw;  
  color: white;
  width: 22vw;
}

.ProjecDescription h1{
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: .25em;
}
.ProjecDescription h2{
  margin: 0px;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 1em;
 }

.ProjecDescription p{
  margin: 0px;
  font-size: .8em;
  font-weight: normal;
  line-height: 120%;
  /* padding-bottom: 1em; */
 }
.ProjecDescription_2{
  margin-top: 2em;
  margin-left: 1vw;
  margin-right: 2vw;  
  color: white;
  width: 100vw;
}
.ProjecDescription_2 h1{
  margin: 0px;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: .25em;
}
.ProjecDescription_2 h2{
  margin: 0px;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 1em;
 }
.ProjecDescription_2 p{
  margin: 0px;
  font-size: .8em;
  font-weight: normal;
  padding-bottom: 1em;
 }
.content-carousel {
  width: 100%;
  max-width: 75vw;
  max-height: 100vh;
  margin: 0;
  margin-right: 2vw;
  position: relative;
  align-items: flex-end;
  background-color: #000000;
}

.carousel-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 95vh;
  margin-bottom: 1em;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 1 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}

.carousel-item img {
  width: 100%;
  height: auto;
  max-height: 95vh;
  object-fit: contain;
}
.thumbnails {
  width: 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

.thumbnail {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.thumbnail.active img {
  border: 3px solid #FFFF00;
}

.footer {
  color: black;
  text-decoration: none;
  font-size: .8em;
  justify-content: center;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer p {
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  
}
.footer img {
  position: relative;
  justify-content: center;
  display:inline;
  padding-bottom: 10px;
  width: 75px;
  opacity: 100%;
}
@media screen and (min-width: 1800px) {
  /* .gallery {
    margin: auto;
    max-width: 85vw;
  } */
  .gallery_hero_2 {
    max-width: 80vw;
    max-width: 3500px;
  }
  .gallery_hero_3 img {
    max-width: 47vw;
  }
  .ProjecDescription h1{
    margin: 0px;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: .25em;
  }
  .ProjecDescription h2{
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 1em;
  }
  
  .ProjecDescription p{
    margin: 0px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 120%;
    /* padding-bottom: 1em; */
  }
  .ProjecDescription_2 h1{
    margin: 0px;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: .25em;
  }
  .ProjecDescription_2 h2{
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 1em;
  }
  
  .ProjecDescription_2 p{
    margin: 0px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 120%;
    /* padding-bottom: 1em; */
  }
  .thumbnails {
    width: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
  }
  .thumbnail {
    width: 100%;
    /* margin-bottom: 10px; */
    cursor: pointer;
  }
  .thumbnail img {
    width: 100%;
    height: auto;
  }
  .thumbnail.active img {
    border: 7px solid #FFFF00;
}

}


@media screen and (max-width: 1100px) {
  .header {
    display: flex;
    flex-direction: row;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0; 
    width: 100vw;
    padding: 20px 0px 10px 0px;
    z-index: 10;
    background-color: white;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: hidden;
    align-items: center;
}
.menu {
    display: flex;
    flex-direction: row;
    padding: 18px 6px 18px 6px;
    cursor: pointer;
    z-index: 10;

  }
.menu a {
    color: black;
    text-decoration: none;
    text-align: left;
    font-family: "Roboto Slab", serif;
    font-weight: 550;
    font-size: .95em;
    font-kerning:normal;
    padding: 3px 0px;
    padding: 14px 7px 14px 7px;
  }
  
.menu a:hover {
    color: #0000ff;
}
.menu-icon-2 {
    font-size: 4em;
    color: white;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0;
    cursor: help;
    text-shadow: 1px 1px 5px #000000;
    position: relative;
    top: 0;
    right: 0;
    z-index: 12;
    /* background-color: white; */
    margin-left: auto;
}
.menu-icon-2 img {
    max-width: 90px;
    height: auto;
}
  #container, .content, #top {
      width: 100vw;
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      justify-content: left;
  }
  #container {
    padding-top: 75px;
  }
  .ProjecDescription, .ProjecDescription_2 {
      width: 100%;
      padding: 0px 15px 0px 15px;
      margin: 0px 2em;
      color: white;
  }
  .ProjecDescription h1, .ProjecDescription_2 h1 {
      font-size: 1em;
      font-weight: bold;
      padding-bottom: .25em;
      margin-top: 1em;
  }
  .ProjecDescription h2, .ProjecDescription_2 h2 {
      font-size: 1em;
      font-weight: normal;
      padding-bottom: .75em;
  }
  .ProjecDescription p{
    font-size: .8em;
      font-weight: normal;
  }
  .ProjecDescription_2 p{
    margin: 0px;
    font-size: .8em;
    font-weight: normal;
    padding-bottom: 1em;
  }

  .content-carousel, .gallery_hero, .gallery_hero_2, .gallery_hero_3, .gallery_hero_4 {
    width: 100%;
    max-width: 100vw;
    background-color: black;
    align-items: center;
    position: relative;
    flex-direction: column;
    height:fit-content;
  }
  .content-carousel {
      max-height: 90vh;
      padding: 0 0 0 10px;
  }
  .carousel {
      max-width: calc(100% - 10vw);
      overflow: hidden;
      max-height: 100%;
  }
  .thumbnails {
      width: 7vw;
  }
  .gallery_hero img, .gallery_hero_3 img, .gallery_hero_4 img {
      max-width: 100vw;
      max-height: 80vh;
      padding: 5px 10px 5px 10px;
  }
  .gallery_hero_3 {
      justify-content: space-evenly;
      flex-wrap: wrap;
  }
  .gallery_hero_4 {
      flex-direction: row;
      justify-content: space-evenly;
      flex-wrap: wrap;
  }
}

@media screen and (max-width: 470px) {
  .header {
    display: flex;
    flex-direction: row;
    height: 70px;
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100vw;
    padding: 0px 0px 0px 5px;
    z-index: 10;
    background-color: white;
    overflow-y:hidden;
  }
.menu {
    display: flex;
    flex-direction: row;
    padding: 18px 0px 18px 6px;
    cursor: pointer;
    z-index: 10;

  }
.menu a {
    display: flex;
    color: black;
    text-decoration: none;
    text-align: left;
    font-weight: 550;
    font-size:.8em;
    padding: 9px 3px 9px 3px;
}
.menu-icon {
    font-size: 3.5em;
    color: white;
    padding: 0px 2px 0px 2px;
    cursor: pointer;
    text-shadow: 1px 1px 5px #000000;
}
  
.menu a:hover {
    color: #0000ff;
}  
.menu-icon-2 img {
    width: 1.15em;
}
  .footer {
      font-size: .7em;
      margin-top: 10px;
      margin-bottom: 10px;
      text-align: center;
  }
  .footer img {
      width: 60px;
      padding-bottom: 10px;
  }
  .ProjecDescription, .ProjecDescription_2 {
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin: 0px 2em;
    color: white;
}
.ProjecDescription h1, .ProjecDescription_2 h1 {
    font-size: .8em;
    font-weight: bold;
    padding-bottom: .25em;
    margin-top: 1em;
}
.ProjecDescription h2, .ProjecDescription_2 h2, .ProjecDescription_2 p {
    font-size: .8em;
    font-weight: normal;
    padding-bottom: .75em;
}
.ProjecDescription p{
  font-size: .7em;
    font-weight: normal;
}
.ProjecDescription_2 p{
  margin: 0px;
  font-size: .7em;
  font-weight: normal;
  padding-bottom: 1em;
 }
}

@media screen and (max-width: 360px) {
    .header {
      display: flex;
      flex-direction: row;
      height: 60px;
      position: fixed;
      top: 0; 
      left: 0; 
      width: 100vw;
      padding: 0px 0px 0px 5px;
      z-index: 10;
      background-color: white;
      overflow-y:hidden;
    }
  .menu {
      display: flex;
      flex-direction: row;
      padding: 18px 6px 10px 6px;
      cursor: pointer;
      z-index: 10;

    }
  .menu a {
      display: flex;
      color: black;
      text-decoration: none;
      text-align: left;
      font-weight: 550;
      font-size:.7em;
      padding: 1px 2px 9px 3px;
  }
  .menu-icon {
      font-size: 2.5em;
      color: white;
      padding: 0px 3px 0px 0px;
      cursor: pointer;
      text-shadow: 1px 1px 3px #000000;
  }
    
  .menu a:hover {
      color: #0000ff;
  }  
  .menu-icon-2 {
      font-size: 4em;
      color: white;
      padding: 0px 10px 0px 0px;
      padding-bottom: 0;
      cursor: help;
      text-shadow: 1px 1px 5px #000000;
      position:sticky;
      top: 0;
      right: 0;
      z-index: 12;
      /* background-color: white; */
    
  }
  .menu-icon-2 img {
      width:.9em;
      display: block;
  }
}
