* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

.slides {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden; }
  .slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translate3d(100%, 0, 0); }
    .slides .slide.in, .slides .slide.out {
      transition: transform 0.5s ease-in-out; }
    .slides .slide.in {
      transform: translate3d(0, 0, 0); }
    .slides .slide.out {
      transform: translate3d(-100%, 0, 0); }

.footing {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 5px;
  height: 50px;
  background-color: #EDEDED; }
  .footing .icon {
    height: 100%; }

.full-size {
  height: 100%;
  width: 100%; }

.img-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.gym-school-program {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px; }
  .gym-school-program table {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px; }
    .gym-school-program table th {
      font-weight: bold; }
    .gym-school-program table th, .gym-school-program table td {
      padding: 3px 8px;
      border: 1px solid black; }
    .gym-school-program table td:first-child {
      text-align: center;
      width: 160px; }
    .gym-school-program table .blank {
      background-color: #EDEDED; }

/*# sourceMappingURL=main.css.map */
