

section#content1 {
  color: white;
  position: absolute;
  top:15px;
  left: 100px;
}
section#content2 {
  color: white;
  position: absolute;
  top:15px;
  left: 350px;
}

section#content3 {
  color: white;
  position: absolute;
  top:15px;
  right: 100px;
}
section#content4 {
  color: white;
  position: absolute;
  top:15px;
  right: 350px;
}
img#slide{
  width: 100%;
  height:800px;
}

section#slideshow {
  width: 100%;
}
div._rectangle {
  width:90%;height:80px;
  border:1px solid white;
  position: absolute;
  top:210px;
  left: 75px;
  background-color:rgb(135, 135, 177);
  opacity: 90%;
  border-radius: 12px;
}
div._rectangle01 {
  width:35%;height:380px;
  border:1px solid white;
  position: absolute;
  top:310px;
  left: 75px;
  background-color:rgb(135, 135, 177);
  opacity: 80%;
  border-radius: 12px;
}
#fade { transition: opacity 1s; }
.hide { visibility : hidden; opacity: 100 }