@import url(https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap);
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.techerpublic {
  height: 5vh;
}
.periodpublic {
  height: 10vh;
}
#imgtitl {
  padding: 3vh 3vh 50vh;
  text-align: center;
}
#allitems,
body {
  font-family: Zilla Slab;
}
#allitems {
  background-color: #f2eeed;
  color: #000;
  font-size: 18px;
  padding: 3vh;
  text-align: left;
}
@media only screen and (max-width: 400px) {
  #imgtitl {
    padding: 3vh 3vh 10vh;
  }
  .techerpublic {
    height: 15vh;
  }
  .periodpublic {
    height: 35vh;
  }
  #allitems {
    font-size: 15px;
  }
}
#title {
  -webkit-filter: drop-shadow(1px 1px 2px #000);
  filter: drop-shadow(1px 1px 2px black);
  transition: 1s;
}
#title:hover {
  margin-left: 40px;
  transition: 0.5s;
}
.content {
  padding-top: 20px;
}
.App {
  text-align: center;
}
a {
  margin: 10px;
  text-decoration: none;
}
section {
  background-color: #f08080;
  height: 500px;
}
.fadeIn {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}
.fadeOut {
  -webkit-animation: fadeOut 0.5s forwards;
  animation: fadeOut 0.5s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
  }
}
.styles_container__na28W {
  /*!*border: 1px solid red;*!*/
  /*!*background-image: url("./../../assets/shool.png");*!*/
}
.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  background: none;
  border: 0;
  cursor: pointer;
  filter: alpha(opacity=40);
  font-size: 32px;
  opacity: 0.4;
  position: absolute;
  top: 20px;
  transition: all 0.25s ease-in;
  z-index: 2;
}
.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  display: inline-block;
  margin: 0 5px;
}
.carousel .control-disabled.control-arrow {
  cursor: inherit;
  display: none;
  filter: alpha(opacity=0);
  opacity: 0;
}
.carousel .control-prev.control-arrow {
  left: 0;
}
.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}
.carousel .control-next.control-arrow {
  right: 0;
}
.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}
.carousel-root {
  outline: none;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel * {
  box-sizing: border-box;
}
.carousel img {
  display: inline-block;
  pointer-events: none;
  width: 100%;
}
.carousel .carousel {
  position: relative;
}
.carousel .control-arrow {
  background: none;
  border: 0;
  font-size: 18px;
  margin-top: -13px;
  outline: 0;
  top: 50%;
}
.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}
.carousel .thumbs {
  list-style: none;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.15s ease-in;
  white-space: nowrap;
}
.carousel .thumb {
  border: 3px solid #fff;
  display: inline-block;
  margin-right: 6px;
  overflow: hidden;
  padding: 2px;
  transition: border 0.15s ease-in;
  white-space: nowrap;
}
.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
}
.carousel .thumb img {
  vertical-align: top;
}
.carousel.carousel-slider {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.carousel.carousel-slider .control-arrow {
  bottom: 0;
  color: #fff;
  font-size: 26px;
  margin-top: 0;
  padding: 5px;
  top: 0;
}
.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.carousel .slider-wrapper {
  margin: auto;
  overflow: hidden;
  transition: height 0.15s ease-in;
  width: 100%;
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-vertical .slider {
  flex-direction: column;
}
.carousel .slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.carousel .slider.animated {
  transition: all 0.35s ease-in-out;
}
.carousel .slide {
  margin: 0;
  min-width: 100%;
  position: relative;
  text-align: center;
}
.carousel .slide img {
  border: 0;
  vertical-align: top;
  width: 100%;
}
.carousel .slide iframe {
  border: 0;
  display: inline-block;
  margin: 0 40px 40px;
  width: calc(100% - 80px);
}
.carousel .slide .legend {
  background: #000;
  border-radius: 10px;
  bottom: 40px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -45%;
  opacity: 0.25;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  width: 90%;
}
.carousel .control-dots {
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}
.carousel .control-dots .dot {
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  cursor: pointer;
  display: inline-block;
  filter: alpha(opacity=30);
  height: 8px;
  margin: 0 8px;
  opacity: 0.3;
  transition: opacity 0.25s ease-in;
  width: 8px;
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel .carousel-status {
  color: #fff;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  right: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  top: 0;
}
.carousel:hover .slide .legend {
  opacity: 1;
}
.footer {
  background-color: #f8f8f8;
  border: 1px solid blue;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  position: absolute;
  width: 100%;
}
.footer-content {
  align-items: center;
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=main.bdd5af59.css.map*/