style {
  display: block;
  
}

main {
display: center;
  margin: 0 auto;
}
/*main h1 {
text-align: center;
padding-top:20px;
padding-bottom:10px;
 font-family: "Playfair", "Didot", Palatino, Times New Roman;
font-size: 36px;
}
main h2{
text-align: center;
}
*/

a {
  display: inline-block; margin: 3px; height:10px;
}
a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #009933;
}
a:visited {
  color: red;
  text-decoration: none;
}
nav {
  text-align: center;
  font-size:13px
}

#workshopcontainer {
  top: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: black;
  text-align: left;
  width: 370px;
  position: relative;
  height: auto;
  z-index: 0;
  height: auto;
}

#workshop {
  margin: 0px;
  height: auto;
 /*width of image*/
  width: auto;
  padding: 0px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

}

#gallery {
  width: calc(100% * var(--slide-count));
  display: flex;
  list-style-type:none;
  -webkit-overflow-scrolling: touch;
  margin-top:-20px;

}

.slide  img {
  width: auto;
  height: 623px;
  object-fit: cover;
  }
  
.slide {
scroll-snap-align: start;
}

.slide a {
	border-bottom: 1px solid blue;
	padding-bottom: 5px;
}
.slide img:hover, .slide a:hover {
	filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
}