h1, h2, h3, h4, h5, h6 
{
  display: flex;
  justify-content: center;
}


.section {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .button {
    border-radius: 0.3rem;
    gap: 0.5rem;
  }
body {
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: 3px;   background: rgb(160,146,255);
  background: linear-gradient(0deg, rgb(235, 232, 255) 0%, rgba(160,171,255,1) 35%, rgba(156,195,255,1) 100%); 
}
.banner {
  margin-top: 33px;
  margin-bottom: 33px;
  width: 100%;
  background-color: rgba(8, 8, 8, 0.11);
  color: aliceblue;
  box-shadow: 3px 3px 3px 3px black;
}

  .vertical {
    height: 600px;
    background-color: rgba(243, 243, 243, 0.192);
    border: 1px solid rgba(255, 255, 255, 0.281);
    backdrop-filter: blur(3px);
    justify-content: space-around;
    border-radius: 3px;
    padding: 0px;
    margin: 0px;
  }
  .photos      {
    flex-direction: column;
  }
  .description {
    width: 500px;
  }
  .source {
    width: 10%;
  }
  .button a {
    backdrop-filter: blur(3px);
    background-color: rgba(50, 50, 50, 0.02);
    padding: 9px;
    align-items: center;
    justify-content: space-around;
    transition: 200ms;
    font-size: 1.5em;
  }
  @media (max-width: 750px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .button a {
      backdrop-filter: blur(3px);
      background-color: rgba(50, 50, 50, 0.02);
      padding: 9px;
      align-items: center;
      justify-content: space-around;
      transition: 200ms;
    }
    .button {
      padding-top: 1em;
      padding-bottom: 1em;
    }

    p {
      padding-left: 1%;
      padding-right: 1%;
      font-size: 1.5em;
    }
    
    .grid {
      flex-direction: column;
    }

.bar {
  flex-direction: column;
}
  }
  

  a:link { text-decoration: none; 
  color: whitesmoke;
  text-shadow: 1px 1px 2px black;
  }

  a:visited { text-decoration: none; 
    color: whitesmoke;
    text-shadow: 1px 1px 2px black;
  }
  .button   a:hover {
    background-color: rgba(50, 50, 50, 0.2);
  }
 
    #image-slider {
        display: flex;
        margin: 0 auto;
        padding-top: 0px;
        width: 1000px;
        height: 400px;
    }
 .description {
  color: black;
 }
    #image-slider ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #image-slider ul img {
        width: 100%;
        max-width: 480px;
        height: 380px;
        margin: 0px;
        
      padding: 0px;
    }

    .mySlides {
      position: absolute;
      font-size: 24px;
      font-weight: 700;
      direction: row;
      width: 100vw;
      transition: 200ms;
      margin: 0px;
    }

    .hidden {
      transition: 200ms;
      opacity: 0.1;
    }
    .visible {
      transition: 200ms;
      opacity: 0.9;
    }

    @media (max-width: 500px) { 
      .section {flex-direction: column;}
      p {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 0.5rem;
      }

      }
      @media (max-width: 400px) { 
  
        p {
          padding-left: 15%;
          padding-right: 15%;
        }
  
        }

        @media (max-width: 360px) { 
  
          p {
            padding-left: 20%;
            padding-right: 23%;
          }
    
          }
  
 ul {
  
  padding: 0px;
 }

    .header { grid-area: header;}
    .left { grid-area: left;}
    .center1 { grid-area: center1;}
    .center2 { grid-area: center2;}
    .center3 { grid-area: center3;}
    .grid {
      background-color: rgba(0, 18, 66, 0.452);
    }
    .introduction {
      backdrop-filter: blur(3px);
      display: grid;
      grid-template-areas: 
      'header header'
      'left center1'
      'left center2'
      'left center3';
      gap: 10px;
      padding: 10px;
    }
    @media (max-width: 1075px) {
      /* CSS that should be displayed if width is equal to or less than 800px goes here */
      .introduction {
        backdrop-filter: blur(3px);
        display: grid;
        grid-template-areas: 
        'header'
        'left'
        'center1'
        'center2'
        'center3';
        gap: 10px;
        padding: 10px;
      }


    }


h3 {
  padding: 3px;
  margin-right: 3px;
}
.introduction a {
  font-size: 2em;
  font-style: italic;
}
.flexdetailed
{
  display: flex;
  justify-items: center;
  justify-content: center
}


.footer {
  justify-content: center;
  backdrop-filter: blur(3px);
   background-color: rgba(50, 50, 50, 0.34);
   box-shadow: 3px 3px 3px 3px rgba(50, 50, 50, 1);
}
.divider {
  
  backdrop-filter: blur(3px);
}


.buttontab
{
  backdrop-filter: blur(3px);
  background-color: rgba(50, 50, 50, 0.02);
  padding: 9px;
  align-items: center;
  justify-content: space-around;
  transition: 200ms;
  font-size: 20px;
  border: none;
  width: 100%;
}

.buttontabactive {
  background-color: rgba(255, 0, 0, 0.829);
}
.buttontab:hover{
  
  background-color: rgba(50, 50, 50, 0.2);
}
.flexdetails {
  flex-direction: column;
}

.bar {
  background-color: whitesmoke;
  width: 100%;
}

.portrait {
  height: 200px;
  border-radius: 33px;
  margin: 10px;
  transition: 200ms;
}

.portrait:hover {
  transform: scale(1.1); 
  border-radius: 40px;
  margin: 10px;
}

.switch {
  
  display: flex;
}
@media (max-width: 900px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .switch {
    display: block;
  }

  .portrait {
    height: 200px;
    border-radius: 33px;
    margin: 10px;
  }

}



.edited{
  height: 200px;
  border-radius: 33px;
}


















.carousel {
	width:100%;
	height:400px;
	position:relative;
	overflow:hidden;
}

.carousel-deck {
	width:100%;
	height:100%;
	position:relative;
}

.carousel-slide {
	position:absolute;
	left:100%;
	top:0;
	width:100%;
	height:100%;
  padding: 20px;
}

.carousel-slide.atLeft {
	left:-100%;
  transition: 2s;
  color:rgba(255, 255, 255, 0);
  display: none;
}
.carousel-slide.atRight {
	left:100%;
  transition: 1s;
  color:rgba(255, 255, 255, 0)
}
.carousel-slide.atCenter {
  transition: 1s;
	left:0;
}
.moving {
	transition: left .4s;
}


.carousel-move-left,
.carousel-move-right,
.carousel-paginate {
	width:2em;
	height:2em;
	text-align:center;
	line-height:2em;
	font-family:monospace;

	background-color:rgba(255,255,255,0.5);
	border-radius:50%;

	position:absolute;
	bottom:10px;
	transition:all .4s;
}
.carousel-move-left {
	left:-2em;
}
.carousel:hover .carousel-move-left {
	left:10px;
}
.carousel-move-right {
	right:-2em;
}
.carousel:hover .carousel-move-right {
	right:10px;
}
.carousel-pagination{
	display:inline-block;
	position:relative;
	bottom:-1.25em;
	transition: all .3s;
}
.carousel:hover .carousel-pagination{
	bottom:10px;
}


.carousel[data-controls=pagination] .carousel-move-right,
.carousel[data-controls=pagination] .carousel-move-left {
	display:none;
}
.carousel[data-controls=directional] .carousel-pagination {
	display:none;
}
.carousel[data-controls=none] .carousel-controls {
	display:none;
}

.leftleft{    
  float: left;
  padding: 20px;
  height: 400px;
  margin-left: 13%;
}
.rightright{    width: 30%;
  float: right;
  padding: 20px;
  justify-items: center;
  margin-right: 10%;
  font-size: 1.5rem;
  padding-top: 20px;
}

.final {
  font-size: 20px;
}
@media (max-width: 500px) { 
 .atCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .leftleft {
  width: 300px;
 }
 .rightright {
  padding-left: 30%;
  justify-content: left;
 }

 .carousel {
  height: 1200px;
 }
.vertical {
  height: 1200px;
}
.final {
  flex-direction: column;
}
  }
.rightrightright{ width: 100px;
  padding: 20px;
  border-radius: 5%;
  justify-items: center;
  text-align: center;
}

.secret1 {
  display: none;
}

