.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 75px;
  left: 0px;
  background-color: #0c0233;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  border-right: #3975e4 solid 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: gold;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.tabcontent {
  height: auto;
}

.programs {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}

.programs .grid-container {
  display: block;
  position: relative;
  height: auto;
}

.other-section {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
}

.other-section .youtube-link img {
  height: 70px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  bottom: 0%;
  left: 2%;
  color: red;
}

.other-section .speaker {
  height: 30px;
  width: 30px;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  bottom: 3%;
  right: 2%;
}

.other-section .speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 11px 0 0 2px;
}

.other-section .speaker span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}

.other-section .speaker span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: double;
  border-color: #fff;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.other-section .speaker:hover span:before {
  -webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
          transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}

.other-section .speaker.mute span:before {
  -webkit-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
          transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

.other-section .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.other-section .center-text h1 {
  color: white;
}

.other-section .video-container {
  position: relative;
  top: 5px;
  max-height: 90vh;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.other-section .video-container .video-home {
  width: 100%;
}

.other-section .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#program-nav {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  left: 250px;
  top: 30%;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #3975e4;
}

#program-nav::before {
  border: palevioletred solid 2px;
}

/* Style tab links */
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  text-align: center;
  position: relative;
  margin-left: 100px;
  color: black;
  display: none;
  padding: 100px 20px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.grid .text p {
  text-align: justify;
  padding: 20px;
}

.grid img {
  max-width: 200px;
}

.quote p {
  text-align: end;
}

@media only screen and (max-width: 800px) {
  .other-section {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
  }
  .other-section .youtube-link a {
    text-decoration: none;
    list-style: none;
  }
  .other-section .youtube-link img {
    height: 40px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    bottom: 0%;
    left: 2%;
    color: red;
  }
  .other-section .speaker {
    height: 30px;
    width: 30px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    bottom: 3%;
    right: 2%;
  }
  .other-section .speaker span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 11px 0 0 2px;
  }
  .other-section .speaker span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
  }
  .other-section .speaker span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 18px;
    top: 9px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .other-section .speaker:hover span:before {
    -webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
            transform: scale(0.8) translate(-3px, 0) rotate(42deg);
  }
  .other-section .speaker.mute span:before {
    -webkit-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
            transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
  }
  .other-section .center-text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .other-section .center-text h1 {
    color: white;
  }
  .other-section .video-container {
    position: relative;
    top: 5px;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }
  .other-section .video-container .video-home {
    width: 100%;
  }
  .other-section .video-container .video-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
  }
  .grid .text p {
    text-align: justify;
    padding: 20px;
  }
  .grid img {
    max-width: 400px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .tabcontent {
    padding: 10px;
  }
  #program-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    left: 250px;
    top: 30%;
    z-index: 2;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #3975e4;
  }
  .grid {
    padding: 6vh 3vw;
    display: -ms-grid;
    display: grid;
    grid-gap: 7px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .grid .picture {
    width: 100%;
  }
  .grid .text p {
    text-align: justify;
  }
}
/*# sourceMappingURL=programs.css.map */