html {
    scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

img {
  max-width: 100%;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: rgb(44,69,152);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-family: 'Roboto Slab', sans-serif;
  text-align: left;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

.navbar {
    z-index: 1000;
    width: 100%;
    height: 70px;
    position: fixed;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 1fr;
    top: 0;
    left: 0;
    background-color: rgb(44,69,152);
    transition: 0.3s;
  }

.navbar a, img, p {
    font-weight: bold;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.navbar img{
    height: 50px;
    width: 50px;
    margin-top: 7px;
}

.navbar a{
    color: white; 
    text-decoration: none;
}

.navbar p{
  width: 200px;
  margin-left: -60px;
  margin-top: 20px;
  font-size: 20px;
  color: white; /*rgb(255,124,18)*/
  cursor: pointer;
}

#mobile-menu{
  font-size: 28px;
  padding-top: 15px;
}

.nadpis{
    font-size: 28px;
    margin-top: 90px;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.span-bold {
    font-weight: 700;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1001;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: orangered;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0.5;
}

#myBtn:hover {
  background-color: #555;
}

.info {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.mistnosti {
  text-align: left;
}

.orangepart {
  width: 100%;
  height: 300px;
  background-color: rgb(204, 218, 230);
  text-align: center;
  left: 0; 
}

li {
    padding-bottom: 10px;
    padding-right: 5px;
    text-align: left;
}

ul img {
  margin-left: -35px;
  margin-bottom: 5px;
}

.info-end{
    width: 100%;
    height: auto;
    font-size: 20px;
    text-align: center;
}

.btn-main {
    width: fit-content;
    height: 50px;
    background: rgb(255,124,18);
    border-radius: 15px;
    color: white;
    border: none;
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-dod-join {
    width: fit-content;
    height: auto;
    background: rgb(255,124,18);
    border-radius: 15px;
    color: white;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.3em;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}


#env-phone{
    font-size:20px;
    margin-right: 8px;
}
  
  .contacts {
      width: 100%;
      height: 500px;
      margin-top: -20px;
      background-color: rgb(44,69,152);
      padding-top: 10px;
      text-align: center;
  }
  
  .contacts a {
      color: white;
  }
  
  .cont-details{
      width: 90%;
      height: auto;
      margin-top: 20px;
      margin-left: 5%;
      color: white;
      font-size: 18px;
      vertical-align: middle;
  }
  
  .nadpis-kde{
    margin-top: 8px; 
    height: auto;
    color: white;
    font-size: 18px;
  }

.nadpis-info{
  font-size: 18px;
  text-align: left;
}
  
  #map{
    width: 70%;
    height: 150px;
    margin-top: -30px;
    margin-bottom: 30px;
  }
  
  
  .socials {
      width: 90%;
      height: auto;
      text-align: center;
      display: inline-block;
  }
  
  .socials i {
      margin-left: 10px;
  }
  
  .fa, .fas {
      font-size:33px; 
      color: white
  }