body {
  font-family: Helvetica;
  font-size: 9pt;
  background-color: white;
  cursor: url(cursor.svg);


}

header, section {
  padding: 10px;
  position: sticky;
  position: -webkit-sticky;
  top:0;
  background-color: white;
}

 div {
  padding: 20px;
  display: none;
}

a {
  text-decoration: none;
  color: black;
}

a:hover{
  text-decoration: underline;
}

img {
  width: 100%;
  height: 90%;
}

p {
  padding: 20px;
  line-height: 1.5;
  font-size: 10pt;
  font-weight: bold;

}

span:hover + div {
  display: block;
  font-size: 10pt;
}

/*section.project {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

section.project1 img {
  max-width: 100%;
}



* {box-sizing:border-box}

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

/* Hide the images by default */
.mySlides1 , .mySlides2, .mySlides3, .mySlides4 {
  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;
} */

.prev {
  display: block;
  position: absolute;
  left: 0;
  width: 30%;
  height: 135%;
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: w-resize;
  border: none;
  overflow: hidden;
  outline: none;
  border: none;
  z-index: 2;
}

.next {
  display: block;
  position: absolute;
  right: 0;
  width: 30%;
  height: 135%;
  background-color: Transparent;
  background-repeat: no-repeat;
  cursor: e-resize;
  border: none;
  overflow: hidden;
  outline: none;
  border: none;
  z-index: 2;

}

.prev2 {
  display: block;
  position: absolute;
  left: 0;
  width: 30%;
  height: 155%;
  cursor: w-resize;
  border: none;
  overflow: hidden;
  outline: none;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  z-index: 2;

}

.next2 {
  display: block;
  position: absolute;
  right: 0;
  width: 30%;
  height: 155%;
  cursor: e-resize;
  border: none;
  overflow: hidden;
  outline: none;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  z-index: 2;
}
