* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  height: 0%;
  background: purple;
  border-radius: 3px;
}

/*header layout*/
header {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  position: relative;
}

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

header .center-text h1 {
  color: white;
}

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

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

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

header .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;
}

header .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;
}

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

header .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;
}

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

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

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

/*section-1-layout-alokas-intro*/
.alokas-intro {
  padding: 6vh 3vw;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #020024;
  background: radial-gradient(circle, #020024 0%, #090979 35%, #00d4ff 100%);
  background-size: cover;
}

.alokas-intro .grid-item-1-1 {
  border-radius: 5px 2px 3px 4px;
  padding: 6vh 3vw;
}

.alokas-intro .grid-item-1-1 h2 {
  text-align: center;
  font-size: 78px;
}

.alokas-intro .grid-item-1-1 h2,
.alokas-intro .grid-item-1-1 p {
  color: white;
}

.alokas-intro .grid-item-1-2 {
  position: relative;
  /* When you mouse over the container, fade in the overlay title */
}

.alokas-intro .grid-item-1-2 img {
  display: block;
  height: 400px;
  -webkit-box-shadow: 7px -2px 7px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 7px -2px 7px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px 7px 10px 4px;
}

.alokas-intro .grid-item-1-2 .overlay {
  position: absolute;
  bottom: 0;
  background: rga(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
}

.alokas-intro .grid-item-1-2:hover .overlay {
  opacity: 1;
}

.program-intro {
  padding: 6vh 3vw;
  background-color: #ebefef;
}

.program-intro .grid-program-intro {
  height: 200vh;
  display: -ms-grid;
  display: grid;
  grid-template: "music music dance dance martialarts martialarts " minmax(100px, auto) "yoga yoga dance dance languages languages" minmax(100px, auto) "yoga yoga instruments instruments instruments instruments" minmax(100px, auto) "drama drama drama drama chess chess" minmax(100px, auto);
  grid-gap: 10px;
}

.program-intro .grid-program-intro > a {
  text-decoration: none;
  color: black;
  text-align: center;
  width: 100%;
  height: 100%;
}

.program-intro .grid-program-intro > a img {
  width: 100%;
  height: 100%;
}

.program-intro .grid-program-intro > a .overlay-program-intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rga(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
}

.program-intro .grid-program-intro > a .overlay-program-intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.program-intro .grid-program-intro .music {
  grid-area: music;
  background-color: black;
  position: relative;
}

.program-intro .grid-program-intro .dance {
  grid-area: dance;
  background-color: black;
  position: relative;
}

.program-intro .grid-program-intro .yoga {
  grid-area: yoga;
  background-color: black;
  position: relative;
}

.program-intro .grid-program-intro .languages {
  grid-area: languages;
  background-color: black;
  position: relative;
}

.program-intro .grid-program-intro .martialarts {
  grid-area: martialarts;
  position: relative;
  background-color: black;
}

.program-intro .grid-program-intro .instruments {
  grid-area: instruments;
  position: relative;
  background-color: black;
}

.program-intro .grid-program-intro .chess {
  grid-area: chess;
  position: relative;
  background-color: black;
}

.program-intro .grid-program-intro .drama {
  grid-area: drama;
  position: relative;
  background-color: black;
}

.program-intro h1 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: oblique;
  font-weight: 200px;
  font-size: 4rem;
  text-align: center;
}

.quote-intro {
  height: 25vh;
  background: white;
}

.quote-intro .quote-container {
  width: 100%;
  height: 100%;
}

.quote-intro .quote-container p {
  padding: 6vh 3vw;
  position: relative;
  padding-top: 4%;
  color: white;
  font-size: 20px;
  text-align: center;
  height: 100%;
}

.quote-intro .quote-container #quote-1 {
  display: none;
  background: #2c003d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-intro .quote-container #quote-2 {
  display: none;
  background: #a07b01;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-intro .quote-container #quote-3 {
  display: none;
  background: #350000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-intro .quote-container #quote-4 {
  display: none;
  background: #003b17;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-intro {
  height: 60vh;
  background: #020024;
  background: radial-gradient(circle, #020024 0%, #00d4ff 0%, #090979 100%);
  padding: 6vh 3vw;
  position: relative;
}

.gallery-intro h1 {
  margin-bottom: 3vh;
  color: white;
}

.gallery-intro .pic {
  width: 100%;
  max-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.animate {
  font-size: 40px;
  -webkit-animation: bounce 1s alternate infinite ease-in;
          animation: bounce 1s alternate infinite ease-in;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

/* Left Demo ---*/
#main-cont1 {
  position: fixed;
  right: 3%;
  bottom: 30px;
  width: 50px;
  display: none;
  z-index: 9000;
}

#container1 {
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  #main-cont1 {
    visibility: hidden;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .alokas-intro {
    padding: 6vh 3vw;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #020024;
    background: radial-gradient(circle, #020024 0%, #090979 35%, #00d4ff 100%);
    background-size: cover;
  }
  .alokas-intro .grid-item-1-1 {
    border-radius: 5px 2px 3px 4px;
    padding: 6vh 3vw;
  }
  .alokas-intro .grid-item-1-1 h2 {
    font-size: 78px;
  }
  .alokas-intro .grid-item-1-1 h2,
  .alokas-intro .grid-item-1-1 p {
    color: white;
  }
  .alokas-intro .grid-item-1-2 {
    position: relative;
  }
  .alokas-intro .grid-item-1-2 img {
    display: block;
    height: 200px;
    -webkit-box-shadow: 7px -2px 7px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 7px -2px 7px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px 7px 10px 4px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  header {
    height: auto;
    position: relative;
  }
  header .video-container {
    position: absolute;
    margin-top: 80px;
    height: auto;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }
  header .video-container .video-home {
    width: 100%;
  }
  header .video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
  }
  header .video-container .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    opacity: 1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    font-size: 12px;
  }
  header .video-container .center-text h1 {
    color: white;
    font-size: 12px;
  }
  .alokas-intro {
    overflow: hidden;
    padding: 6vh 3vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: #020024;
    background: radial-gradient(circle, #020024 0%, #090979 35%, #00d4ff 100%);
    background-size: cover;
  }
  .alokas-intro .grid-item-1-1 {
    display: block;
    border-radius: 5px 2px 3px 4px;
    padding: 6vh 3vw;
  }
  .alokas-intro .grid-item-1-1 h2 {
    font-size: 78px;
  }
  .alokas-intro .grid-item-1-1 h2,
  .alokas-intro .grid-item-1-1 p {
    color: white;
  }
  .alokas-intro .grid-item-1-2 {
    position: relative;
    display: block;
    width: auto;
    max-width: 300px;
    /* When you mouse over the container, fade in the overlay title */
  }
  .alokas-intro .grid-item-1-2 img {
    height: 250px;
    -webkit-box-shadow: 7px -2px 7px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 7px -2px 7px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px 7px 10px 4px;
  }
  .alokas-intro .grid-item-1-2 .overlay {
    position: absolute;
    bottom: 0;
    background: rga(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    max-width: 300px;
  }
  .alokas-intro .grid-item-1-2:hover .overlay {
    opacity: 1;
  }
  .program-intro {
    padding: 6vh 3vw;
    background-color: #ebefef;
  }
  .program-intro .grid-program-intro {
    height: auto;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        grid-template-areas: "dance" "music" "yoga" "languages" "instruments" "martialarts" "drama" "chess";
    grid-gap: 5px;
  }
  .program-intro .grid-program-intro > a {
    width: 250px;
    height: 250px;
    text-decoration: none;
    color: black;
    text-align: center;
  }
  .program-intro .grid-program-intro > a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program-intro .grid-program-intro > a .overlay-program-intro {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rga(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
  }
  .program-intro .grid-program-intro > a .overlay-program-intro-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    opacity: 0;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .program-intro .grid-program-intro .music {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: music;
    background-color: red;
    position: relative;
  }
  .program-intro .grid-program-intro .dance {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: dance;
    background-color: blue;
    position: relative;
    background-image: url(/images/gradienta-ix_kUDzCczo-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .program-intro .grid-program-intro .yoga {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: yoga;
    background-color: green;
    position: relative;
  }
  .program-intro .grid-program-intro .languages {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: languages;
    background-color: yellow;
    position: relative;
  }
  .program-intro .grid-program-intro .martialarts {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    grid-area: martialarts;
    position: relative;
    background-color: #f03151;
  }
  .program-intro .grid-program-intro .instruments {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: instruments;
    position: relative;
    background-color: 5;
  }
  .program-intro .grid-program-intro .chess {
    background-image: url(/images/gradienta-ix_kUDzCczo-unsplash.jpg);
    -ms-grid-row: 8;
    -ms-grid-column: 1;
    grid-area: chess;
    position: relative;
    background-color: brown;
  }
  .program-intro .grid-program-intro .drama {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: drama;
    position: relative;
    background-color: purple;
  }
  .program-intro h1 {
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-style: oblique;
    font-weight: 200px;
    font-size: 4rem;
    text-align: center;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
  /* MOBILE NAVIGATION */
  header {
    height: auto;
  }
  header .youtube-link a {
    text-decoration: none;
    list-style: none;
  }
  header .youtube-link img {
    height: 40px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    bottom: 0%;
    left: 2%;
    color: red;
  }
  header .video-container {
    position: relative;
    top: 5px;
    height: auto;
    z-index: -1;
  }
  header .video-container .video-home {
    width: 100%;
  }
  header .video-container .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
  }
  header .video-container .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    opacity: 1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    font-size: 18px;
  }
  header .video-container .center-text h1 {
    color: white;
    font-size: 18px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*# sourceMappingURL=style.css.map */