* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
body {
  height: 100%;
}

.headSpace {
  width: 100%;
  height: 8vw;
  min-height: 60px;
  max-height: 100px;
}
.EventPost {
  width: 100%;
  height: fit-content;

  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pstArea {
  width: 60%;
  min-width: 690px;
  max-width: 1130px;
  height: fit-content;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);

  margin-top: 20px;
}

.pstTitle {
  width: 100%;
  height: fit-content;
  color: #242424;
  font-size: 4em;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.acmDate {
  width: 100%;
  height: fit-content + 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.cordn {
  font-family: "Noto Serif", serif;
}
.acmSnip {
  width: fit-content;
  height: 50px;
  font-size: 20px;
  display: flex;

  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif", serif;
}
.acmDP {
  width: 45px;
  aspect-ratio: 1/1;
  background-color: transparent;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.acmDP img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pstLine {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 1px;
  border-radius: 10px;
  background-color: rgb(224, 224, 224);
}

.cordinators {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow-x: scroll;
}

.cordinatorSnip {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
 
  width: fit-content;
  background-color: rgb(241, 241, 241);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.cordName{
  width: fit-content;
  height: 25px;
  display: inline-block;
  text-wrap: nowrap;
  padding-left: 5px;
  padding-right: 5px;
}
.pstPoster {
  width: 100%;
  height: fit-content;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.pstPoster img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pstBody {
  margin-top: 25px;
  margin-bottom: 30px;
  width: 100%;
  height: fit-content;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  color: rgb(24, 24, 24);
  text-align: justify;
}
li {
  font-family: "Noto Serif", serif;
}

/* 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;
}
p {
  font-family: "Noto Serif", serif;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.pstSpace {
  width: 100%;
  height: 40px;
}
.subHeadpst {
  width: 100%;
  height: fit-content;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  color: rgb(43, 43, 43);
  font-weight: 700;
  margin-bottom: 10px;
}
b {
  color: rgb(46, 46, 46);
  font-family: "Noto Serif", serif;
}
.eventButton {
  width: 100%;
  height: fit-content;
  padding: 20px;
  background-color: rgb(15, 111, 255);
  cursor: pointer;
  border-radius: 15px;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0);
}

.eventButton:hover {
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.5);
}
.acmFooter {
  width: 100%;
  height: fit-content;
  background-color: rgb(243, 243, 243);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footerColumn {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.footerColumn img {
  width: 100%;
}
.acmCol {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #242424;
}

.socialz {
  width: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.socialz img {
  width: 30px;
}

.acmdesc {
  text-align: justify;
  font-size: 22px;
}
.hid500 {
  display: none;
}
.pstBodyftr {
  font-family: "Noto Serif", serif;
  font-size: 1.2em;
  line-height: 30px;
  text-decoration: none;
  color: rgb(24, 24, 24);
  text-align: justify;
}
.pstBodyftr a {
  font-family: "Noto Serif", serif;
  font-size: 1.1em;
  line-height: 30px;
  text-decoration: none;
  color: rgb(70, 70, 70);
  text-align: justify;
  font-weight: 700;
}

@media only screen and (max-width: 720px) {
  .pstLogo img {
    height: 65%;
  }
  .pstTitle {
    font-size: 2.3em;

    font-weight: 600;
  }
  .acmSnip {
    font-size: 0.8em;
  }

  .pstArea {
    width: 90%;
    min-width: 20px;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);

    margin-top: 20px;
  }

  .pstBody {
    font-size: 18px;
    line-height: 25px;
  }

  .subHeadpst {
    font-size: 2em;
  }
  .eventButton {
    font-size: 16px;
  }
  .acmFooter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footerColumn {
    width: 80%;
  }
  .footerColumn img {
    width: 50%;
  }
  .acmdesc {
    width: 90%;
    font-size: 18px;
  }
  .acmCol {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
  .socialz {
    width: 120px;
  }
  .pstBodyftr {
    font-size: 1em;
    line-height: 30px;
  }
  .pstBodyftr a {
    font-size: 1.1em;
    line-height: 30px;
  }
  .cordinatorSnip {
    min-width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
  }
  ::-webkit-scrollbar {
    height: 2px;

  }
  .cordName{
   
    height: 20px;
    
  }
}
