@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap');

html {
  font-family: "Finger Paint", sans-serif;
  height: 150%;
}

.noscrollbar::-webkit-scrollbar {
  display: none;
}

.html-background {
  background-image:
  linear-gradient(to bottom, rgba(0, 8, 53, 0.4),  rgba(71, 11, 56, 0.6), rgba(0, 8, 53, 0.4)),
  url('images/background.png');
  background-repeat: repeat;
  background-size: 35%;
  max-height: 100%;
}

.banner_image{
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.index-main {
  display: flex;
  padding-top: 200px;
  justify-content: center;
  z-index: 2;
}

.index-body {
    width: 1600px;
    height: 900px;
    margin: auto auto auto auto;
}

.left-section {
    width: 200px;
    float: left;
}

.left-div-1 {
  margin-top: 210px;
  overflow-y: scroll;
}

.right-div-1 {
  margin-top: 100px;
  overflow: scroll;
}

ul {
  margin: 0;
  padding: 0;
  background-image:
  url('images/flower.webp'),
  linear-gradient(to bottom, rgb(248, 247, 182), rgb(255, 255, 255));
  background-size: 200px;
  border: 5px solid #4E3731;
}

ul a li {
  border-bottom: 2px dotted #4E3731;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul a li:hover {
  background-color: #E6E5A1;
}

ul a {
  text-decoration: none;
}

a li {
  color: #4e3731;
  font-size: 20px;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  overflow: hidden;
}

a li img {
  width: 30px;
  margin-right: 10px;
}


.center-section {
  width: 825px;
  height: 900px;
  padding-left: 75px;
  padding-right: 25px;
}

iframe{
  height: inherit;
  width: inherit;
  border: 0;
}


.right-section {
  width: 200px;
  height: 1000px;
}




.txt {
  background-image:
  linear-gradient(to bottom, rgb(248, 247, 182), rgb(255, 255, 255));
}

.img-currents {
  width: 170px;
  height: 170px;
}

h1{
  background-image: url('images/flowers.png');
  background-size: 25px;
  background-color:#4e3731;
  color: white;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  min-width: 100%;
  z-index: -1;
  margin-bottom: -20px;
}

@media only screen and (max-width: 1600px) {
    
  .html-background {
        background-size: 70%;
        min-height: 170%;
  }
    
  .banner_image{
      z-index: 1;
      position: absolute;
      pointer-events: none;
  }

  .center-section {
    height: 90vh;
  }

  footer {
    display: none;
  }

  html {
    font-family: "Finger Paint", sans-serif;
    height: 150%;
  }
  
  a li img {
    width: 50px;
    padding-left: 75px;
    padding-right: 75px;
  }

  a li {
    font-size: 24px;
    text-align: center;
    padding-left: 0;
  }

}