body { 
    
    background: rgba(0,0,0, 0.7) url(../images/img2.jpg);
    background-size: cover;
    background-blend-mode: darken;
    font-family:'Times New Roman', Times, serif;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: aliceblue;
    
}

.section{
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: 60%;
    margin: 10rem auto 0 auto;
}

.section img{
    height:250px;
}

.section h1{
    color: aliceblue;
    margin: 0;
}

.section p{
    color: antiquewhite;
    margin-right: 15px;
}

h1{
    text-shadow: none;
    color: aliceblue;
    text-align: center;
    margin-top: 200px;
}

p{
    color: aliceblue;
    text-align: center;
}
h2{
    color: aliceblue;
    text-align: center;
}

div{
    width: 75%;
    margin: auto;
    padding: 20px;
    font-family: "Roboto";
    padding-top: 100px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body{
    min-width: 100vh;
    
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    background-color: black;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo {
    font-size: 32px;
    color: aliceblue;
    text-decoration: none;
    font-weight: 700;
    font-family: "Open Sans";
}

.navbar a {
    font-size: 18px;
    color: aliceblue;
    font-weight: 500;
    text-decoration: none;
    margin: 40px;
}

.navbar a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;

}

.navbar a:hover::before{
    width: 100%;
    translate: 0 -3px;
}
ul{
    color: aliceblue;
    text-align: center;
}

.pandas-page {
    background: rgba(0,0,0, 0.7) url(../images/img1.jpg);
    background-size: cover;
    background-blend-mode: darken;
}

h2{
  padding-top: 56px;
}





* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.gall{
  padding-top: 100px;
}


div.gallerys {
  margin: 5px;
  border: 10px solid #fff;
  float: left;
  width: 180px;
}

div.gallerys:hover {
  border: 1px solid #777;
}

div.gallerys img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: #fff;
}


