* {

  margin: 0;

  padding: 0;

}

.fullscreen-video-container {

  position: relative;

  height: 100vh; 

  width: 100vw;

  overflow: hidden;
  
  display: flex;

  justify-content: center;

  align-items: center;

}

.fullscreen-video-container video {

  position: absolute;

  width: auto;

  height: auto;

  min-width: 100%;

  min-height: 100%;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  z-index : -1;

}

.fullscreen-video-content {

  background-color: rgba(255,255,255,0.8);

  padding: 30px;

  border-radius: 5px;

} 

.fullscreen-video-content h1 {

  font-size: 3rem;

  font-weight: 700;

  margin: 0;

  color: #333;

} 

html { scroll-behavior: smooth; }

.covern {
  background: url("assets/pics/entertop.png"), url("assets/pics/enterbottom.png"), url("assets/pics/dots2.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, 10px 10px;
  background-position: 0px -5vh, bottom, center;
  min-height: 100vh;
  z-index: 9;
  position: relative;
  margin-top: -100vh;
}


@media (max-width: 600px) {

.covern {
  background: url("assets/pics/entertop2.png"), url("assets/pics/enterbottom.png"), url("assets/pics/dots2.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, 10px 10px;
  background-position: 0px 0px, bottom, center;
  min-height: 80vh;
  z-index: 9;
  position: relative;
  margin-top: -100vh;
}

.raspisanie h2 {
  margin-top: 0 !important;
}


}


.predlagaem {
/*   min-height: 70vh;*/
   background-color: #221e1f; 
}


.bg-dark {
    background-color: #221e1f !important;
}

.svetly {
  color: #c8c8c8;
  text-align: center;
  font-size: large;
}

.predlagaem .svetly {
  padding: 0 20%;
  margin-bottom: 0;
}


.obrati {
  color: #1a97d3;
  text-align: center;
  font-size: xxx-large;
}

.bluebutton {
    text-decoration: none;
    background-color: #1a97d3;
    padding: 10px 15px;
    border-radius: 10px;
    color: #eeeeee;
    font-size: larger;
    font-weight: 800;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.bluebutton_small {
    text-decoration: none;
    background-color: #1a97d3;
    padding: 10px 15px;
    border-radius: 10px;
    color: #eeeeee;
    font-weight: 800;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}



.chekak {
  background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 100%);
}



.raspisanie {
   background-color: #221e1f; 
   padding-bottom: 10%;
}

.where img {
  max-width: 20%;
}

.whereintro {
  color: #c8c8c8;
  padding: 20px;
  border: 1px solid #902fba;
  border-radius: 10px;
  margin-bottom: 20px;
}

.bambam {
  margin-top: -30%;
}


.podarunki {

}

body {
  background-color: #221e1f;
}

.covern p {
  text-shadow: 0px 0px 20px rgba(255,255,255,1);
  text-align: center;
  font-size: 1em;
  font-weight: 900;
}

.footer {
  padding: 5vh;
}