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

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

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

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    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: 25px;
    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;
    color: yellow;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: yellow;
    padding: 10px 15px;
    border: none;
    border-radius: 28px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 5px;
  }
  
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }

h1{
    text-align: center;
}

p{
    font-weight: bolder;
}

.card{
    width: 30rem; 
    margin-left: 100px;
    top: 8px;
    text-align:left; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image5 {
    position: relative;
    min-height: 50vh;
    padding: 35px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(gym_bckground.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;
  }