@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
  scroll-behavior: smooth;
}
body{
  background-color: #111 !important;
  font-family: "Montserrat", sans-serif !important; 
}


.sidebar{
    height: 100%;
    width: 0;
    position: fixed;
    margin-top: 80px;
    top: 0;
    left: 0;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1;
  }
  
.sidebar a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    color:black;
    display: block;
    transition: 0.3s;
  }
  
.sidebar a:hover{
    color: yellow;
    text-decoration: none;
  }
  
.sidebar .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px;
  }
  
.openbtn{
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: yellow;
    margin-top: -300px;
    margin-left: 20px;
    padding: 10px 15px;
    border: none;
    border-radius: 40px;
    position: fixed;
    z-index: 1;
  }
  
  .name{
    text-align: center;
  }
  
  @media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
  }

.bckground{
    position: relative;
    text-align: center;
    z-index: -1;
 }

.bckground img{
  width: 100%;
}

.image{
  width: 100%;
  min-height: 100vh;
  background-image: url(gym_bckground1.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.onas{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 70%;
    margin: auto;
    padding: 80px 15px 65px 15px;
    text-align: center;
    
}

.nadpis{
  margin-top: 15px;
  margin-bottom: -5px;
}

.text{
  font-size: 20px;
  text-align: center;
  margin-top: 2px;
  font-weight: 600;
}

.container{
  max-width: 100%;
  overflow: hidden; 
}

.responsive-img{
  max-width: 100%; 
  height: auto;
  display: block; 
}

.image2 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url(gym_bckground.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.kurzy{
  justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 70%;
    margin: auto;
    padding: 80px 15px 65px 15px;
    text-align: center;
}

.col-md-4{
  margin-bottom: 110px;
}

#animace:hover{
  transform:scale(1.05);
  transition: 1s;
}

.image3 {
  width: 100%;
  min-height: 100vh;
  background-image: url(gym_bckground1.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.galerie{
  justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 70%;
    margin: auto;
    padding: 80px 15px 65px 15px;
    text-align: center;
}

#galery{
  margin-bottom: 25px;
}

.image4{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(gym_bckground.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.recenze{
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 70%;
  margin: auto;
  padding: 80px 15px 65px 15px;
  text-align: center;
}

.card {
  border-radius: .7rem;
  margin-top: 70px;
}

.image5 {
  position: relative;
  min-height: 50vh;
  padding: 35px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(gym_bckground1.png);
  background-size: cover;
}

.kontakt {
  max-width: 800px;
  text-align:center;
  margin-top: 0em;
}

.kontakt p{
  font-size: 36px;
  font-weight: 500;
  color: #212529;
  margin-bottom: 2%;
}

.kontakt2 {
  width: 100%;
  margin-top: 40px;
}

.kontakt2 .udaje {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.kontakt2 .udaje .udaje2 {
  position: relative;
  padding: 20px 0;
  display: flex;
}
.kontakt2 .udaje .udaje2 .ikony {
  min-width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kontakt2 .udaje .udaje2 .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #212529;
  flex-direction: column;
  font-weight: 500;
  text-align: left;
}

#hodiny {
    color: yellow;
    z-index: 1;
    float: right;
    font-size: 40px;
    padding-right: 2%;
    padding-top: 0, 8%;
}