*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: "Libre Franklin", serif;
}
/*hlavicka*/
nav{
    background: #353638;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 100;
}

nav ul{
    float: right;
    margin-right: 18%;
    
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 2px;
}
nav ul li a{
    color: white;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

a.active,a:hover{
    transition: .5s;
    text-decoration: none;
    color: #d77c33;
    
}
.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
@media (max-width:952px){
    nav ul li a{
        font-size: 16px;
    }
}

@media (max-width:1000px){
    .checkbtn{
        display: block;
    }
    ul{
       position: fixed;
       width: 40%;
       height: 100vh;
       background:#242526;
       top: 60px;
       right: -100%;
       text-align: center;
       transition: all .5s;
       z-index: 2000;
       
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 15px;
    }
    a:hover,a.active{
        background: none;
        color: #d77c33;
    }
    #check:checked ~ ul{
        right: 0;
    }

}
.button {
    background-color: #d77c33;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 14px;
    margin: 3px 1px;
    margin-top: 4%;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
  }
  
  .button:hover{
    color: #d77c33;
    background-color: #242526;
  }

.nadpis{
    margin-top: 20%;
    margin-left: 25%;
    color: rgb(231, 243, 255);
}
.nadpis h1{
    text-transform: uppercase;
    color: aliceblue;
    font-weight: 300;
    font-size: 330%;
    text-shadow: #242526 5px 5px 10px;
}

section{
    background: url(hory.jpg) no-repeat;
    background-size: cover;
    height: calc(120vh - 80px);
    display: flex;
}
    





.container5{
	max-width: 1170px;
	margin:auto;
}
.row5{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    margin-right: 10%;
}

.footer-col{
   width: 33.33%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 30px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 300;
	position: relative;
    margin-top: 5%;
}
.footer-col p{
	font-size: 13px;
	color: #dddd;
	margin-bottom: 35px;
	font-weight: 300;
	position: relative;
}
.footer-col a{
    text-decoration: none;
    list-style: none;
}
.footer-col img{
    width: 90%;
    position: relative;
}
.footer-col h6{
    text-transform: uppercase;
    font-size: 15px;
    color: #d77c33;
    font-weight: 500;
}
.footer-col h3{
    margin-left: 5%;
    color: aliceblue;
    font-size: 16px;
    font-weight: 500;
}
.footer-col h2{
    color: aliceblue;
    font-size: 16px;
    font-weight: 500;
}
.footer-col h5{
    color: rgb(79, 80, 80);
    font-size: 13px;
    font-weight: 500;
}

.smer{
    display: flex;
}
.kontakty{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8%;
}
.user{
    font-size: 16px;
    margin-right: 4%;
}

@media (max-width:916px){
    .footer-col{
        width: 50%;
        padding: 0 15px;
    }
}
@media(max-width: 574px){
    .footer-col{
      width: 100%;
  }
  .nadpis h1{
    font-size: 230%;
    margin-top: 25%;
  }
  .button {
    padding: 12px 28px;
  }
  }

footer{
    padding: 70px;
    background-color: #353638;
    margin-top: 6%;
}
footer h4{
    text-align: center;
    font-size: 180%;
    display: flex;
    flex-direction: column;
    font-weight: 300;
    color: aliceblue;
}
@media (max-width:1031px){
    .nadpis{
        margin-left: 13%;
    }
}

@media (max-width:761px){
    .nadpis{
        margin-left: 8%;
        margin-top: 36%;
    }
}