
*{
  background-color: black;
}
.sidenavigace {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavigace a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  font-family: vesmir2;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenavigace a:hover {
  background-color: #ddd;
  color: red;
}

.sidenavigace .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.vybr{
  background-color: #ff0000;
}
.podpolozky {
  display: none;
  padding-left: 20px;
}

  .logo{
    display: flex;
    float: right;
    border: 1px solid black;
  
  }

  .main{
    background-image: url(/newrp/img/bg-home.jpg);
  }
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  .nadpis{
    font-family: vesmir-font;
    font-size:xx-large;
    color: white;
  }
  .zjistit{
    width: 300px;
    height: 50px;
    border: 1px solid darkred;
    
    border-radius: 10px;
    text-align: center;
    padding-top: 25px;
    font-size: x-large;
    font-family: vesmir-font;
    text-decoration-line: none;
    background-color: red;
    box-shadow: 6px 10px 10px rgb(58, 58, 58);
  }
  .zjistit:hover{
    box-shadow: 10px 14px 14px rgb(44, 44, 44);
    background-color: darkred;
  }
  a{
    text-decoration-line: none;
    color: aliceblue;
  }
  .texty{
    font-family: vesmir2;
    color: rgb(184, 138, 184);
    margin: 75px 75px 75px 75px;
    font-size: x-large;
    padding: 20px;
  }
  .textyinf{
    background-color: rgb(175, 113, 175);
    font-family: vesmir2;
    color: rgb(92, 32, 92);
    margin: 75px 75px 75px 75px;
    font-size: x-large;
    padding: 20px;
  }
  @font-face {
    font-family: 'vesmir2';
    src: url('../Fonts/rexlia\ free.ttf');
  }
  @font-face {
	font-family: 'vesmir-font';
	src: url('../Fonts/zektonbo.ttf');
}
  
  @media screen and (max-height: 450px) {
    .sidenavigace {padding-top: 15px;}
    .sidenavigace a {font-size: 18px;}
  }