body{
    background-image:url("images/background_third.jpg");
    background-size: cover;
    }

button{
  cursor:pointer;
}
    
header{
background-color: rgb(22, 22, 22);
position: fixed;
width:100%;
height:110px;
text-align:left;
margin-left:50px;
margin:-10px;
padding:1px;
z-index:1;
}

.nadpis{
font-size: 50px;
margin-top:5%;
margin-bottom:4%;
margin-left:5%;
color: #ca941e;
text-align:left;
transition: 0.3s;
}
.nadpis:hover{
    text-shadow:rgba(194, 193, 193, 0.5) 4px -3px 7px;
}
.domovsky_odkaz{
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    text-decoration: none;
    margin-right:10%;
    margin-top: 2%;
    display: inline-block;
}

.logo{
    position:absolute;
    top:5%;
    height: 130px;
    width:auto;
 }
.logo_div{
    display:flex;
    justify-content:center;
}

nav{
margin-top:1%;

}
table{
width: 97.5%;
}

.menu{
text-align: right;

}

.prvni{
    color:white;
    background-color: rgb(22, 22, 22);
    border: none;
    padding: 25px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s;
}
.prvni:hover{
    background: #2c2c2c;
    color: #ca941e;
    transform: translateX(-3px) translateY(4px);
    box-shadow:rgba(194, 193, 193, 0.5) 4px -3px 7px;
}

.map{
    width:520px;
    height:420px;
    margin-bottom: 15%;
}
.map_div{
    position: relative;
    display: block;

}

article{
    padding-top:7%;
    padding-left:6%;
    text-decoration: none;
    font-weight: bold;
    color:white;
    font-weight: lighter;
    font-family: 'calibry', sans-serif;
    width:55%;
}

.h2{
    font-size: 50px;
    line-height: 30px;
    color:#ca941e;
    text-shadow:rgb(10, 10, 10) 4px -3px 7px;  
}
p{
    font-size: 20px;
    line-height: 30px;
    max-width: 50%;
}
.h3{
    font-size:30px;
    margin-top: 60px;
    color:#ca941e;
    text-shadow:rgb(10, 10, 10) 4px -3px 7px;
}

article,.map_div{
    display:inline-block;
}

.pred_insta{

    display:block;

}
.insta_logo{
    position:absolute;
    height:50px;
    width: auto;
    display:block;
    margin-left:-190px;
    margin-top: 1.35%;
}
.h4{
    font-size:30px;
    max-lines: 1;
    width:760px;
    color:#ca941e;
    text-shadow:rgb(10, 10, 10) 4px -3px 7px;
}
.insta_logo,.pred_insta{
    display:inline-block;

}

.selection{
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}