.noticeboard-slide-content {
  position: relative;
}

.close__noticeboard {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  /*   padding: 5px;
  padding-right: 10px; */
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  width: 46px;
  background: red;
  cursor: pointer;
}

#noticeboard-slider {
  /* margin: 0 auto; */
  width: 800px;
  max-width: 100%;
  text-align: center;
  transition: opacity 1s;
}

#noticeboard-slider input[type="radio"] {
  display: none;
}

#noticeboard-slider label {
  cursor: pointer;
  text-decoration: none;
}

.noticeboard-slide-content-container {
  display: flex;
}

#noticeboard-slides {
  padding: 10px;
  border: 3px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 1;
}

#overflow {
  width: 100%;
  overflow: hidden;
}

#slide1:checked ~ #noticeboard-slides .inner {
  margin-left: 0;
}

#slide2:checked ~ #noticeboard-slides .inner {
  margin-left: -100%;
}

#slide3:checked ~ #noticeboard-slides .inner {
  margin-left: -200%;
}

#slide4:checked ~ #noticeboard-slides .inner {
  margin-left: -300%;
}

#noticeboard-slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 400%;
  line-height: 1.2;
  /*change done here*/
  height: fit-content;
}

/*new*/

.noticeboard-slide-content {
  width: 100%;
}

#noticeboard-slides .noticeboard-slide {
  width: 25%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

#noticeboard-slides .slide_1 {
  background: #00171f;
}

#noticeboard-slides .slide_2 {
  background: #003459;
}

#noticeboard-slides .slide_3 {
  background: #007ea7;
}

#noticeboard-slides .slide_4 {
  background: #00a8e8;
}

.noticeboard-slide-content h2 {
  padding-top: 21px;
}

.noticeboard-slide-content p {
  padding-top: 21px;
}

#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 3;
  position: relative;
}

#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

#controls label:hover {
  opacity: 1;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(1) {
  float: right;
  margin: 0 -60px 0 0;
  display: block;
  background: url(./img/iconmonstr-angel-right-thin.svg) no-repeat;
}

#slide1:checked ~ #controls label:nth-last-child(1),
#slide2:checked ~ #controls label:nth-last-child(4),
#slide3:checked ~ #controls label:nth-last-child(3),
#slide4:checked ~ #controls label:nth-last-child(2) {
  float: left;
  margin: 0 0 0 -60px;
  display: block;
  background: url(./img/iconmonstr-angel-left-thin.svg) no-repeat;
}

#bullets {
  margin: 150px 0 0;
  text-align: center;
}

#bullets label {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 100%;
  background: #ccc;
}

#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2),
#slide3:checked ~ #bullets label:nth-child(3),
#slide4:checked ~ #bullets label:nth-child(4) {
  background: #444;
}

@media screen and (max-width: 900px) {
  #slide1:checked ~ #controls label:nth-child(2),
  #slide2:checked ~ #controls label:nth-child(3),
  #slide3:checked ~ #controls label:nth-child(4),
  #slide4:checked ~ #controls label:nth-child(1),
  #slide1:checked ~ #controls label:nth-last-child(2),
  #slide2:checked ~ #controls label:nth-last-child(3),
  #slide3:checked ~ #controls label:nth-last-child(4),
  #slide4:checked ~ #controls label:nth-last-child(1) {
    margin: 0;
  }
}

.noticeBoard-fadeout {
  opacity: 0;
}

.noticeBoard-fadein {
  opacity: 1;
}

.event_image {
  height: 333px;
}

@media only screen and (max-width: 1024px) {
  .parallax.content {
    width: 50% !important;
  }
  #noticeboard-slider {
    width: 50% !important;
  }
  .event_image {
    max-width: 100%;
    height: 333px;
  }
  /*   #noticeboard-slider {
  height: 600px;
} */
}

@media only screen and (max-width: 600px) {
  #white_heading {
    font-size: 30px;
  }
  #bullets {
    margin-top: 130px;
  }
  /*   #noticeboard-slides {
  height: 650px;
} */
  .disp {
    display: none !important;
    /* width: 100%; */
  }
  #noticeboard-slider {
    width: 100% !important;
  }
}

.notice_button {
  position: fixed;
  bottom: 10px;
  right: 16px;
  background-color: #00305b;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 15px;
  z-index: 10;
  border: 2px solid #007ea7;
  box-shadow: 1.5px 1.5px 1.5px 0.5px #0ff;
}

.button_dance_on {
  background-color: white;
  color: #00305b;
}

.button_dance_off {
  background-color: #00305b;
  color: white;
}
.notice_button1 {
  color: rgb(116, 136, 207) !important;
}
