body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(1, 39, 1)
    
}
header {
    background-color: rgb(58, 35, 1);
    color: rgb(246,222,208);
    padding: 1.5em;
    text-align: right;
}
footer {
    background-color: rgb(58, 35, 1);
    color: rgb(246,222,208);
    padding: 0.5em;
    text-align: center;
    font-size: 50px;
}
.obrazek {
    text-align: left;
    width: 1920px;
    height: 600px;
    background-image: url(bazant-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
}
.panel {
    background-color: rgb(58, 35, 1);
    color: rgb(246,222,208);
    padding: 0.3em;
    text-align: center;
    font-size: 30px;
}
.panel1{
    background-color: rgb(58, 35, 1);
    color: rgb(246,222,208);
    padding: 0.5em;
    text-align: center;
}
.text1 {
    text-align: left;
    width: 480px;
    margin-left: 100px;
    border: rgb(255, 136, 0) solid 5px;
    padding: 20px;
    margin: 80px;
    font-size: larger;
    color: gold;
    background-color:rgb(117, 47, 0)
}
.text2{
    text-align: left;
    position: absolute;
    left: 67%;
    top: 118.5%;
    width:470px;
    margin-right: 50%;
    border: rgb(255, 136, 0) solid 5px;
    padding: 20px;
    font-size: larger;
    color: gold;
    background-color:rgb(117, 47, 0);
}
.text3{
    text-align: left;
    position: absolute;
    left: 36%;
    top: 124%;
    width:470px;
    margin-right: 50%;
    border: rgb(255, 136, 0) solid 5px;
    padding: 20px;
    font-size: larger;
    color: gold;
    background-color:rgb(117, 47, 0);
}
.galerie4{
    position: absolute;
    left: 67.5%;
    top: 186%;
    background-image: url(sud_2.jpg);
    background-size: cover;
    width: 500px;
    height: 400px;
    border: rgb(255, 136, 0) solid 5px;
    background-repeat: no-repeat;
}
.galerie2{
    position: relative;
    left: 3%;
    top: 186%;
    background-image: url(chmelos.jpg);
    background-size:cover ;
    width: 500px;
    height: 400px;
    border: rgb(255, 136, 0) solid 5px;
    background-repeat: no-repeat;
    margin: 50px;
}
.galerie3{
    position: absolute;
    left: 36.5%;
    top: 186%;
    background-image: url(varna.jpg);
    background-size: cover;
    width: 500px;
    height: 400px;
    border: rgb(255, 136, 0) solid 5px;
    background-repeat: no-repeat;
}
.prava{
    position: relative;
    left: 0%;
}
.logo{
    position: absolute;
    left: 10px;
    top: 0px;
}



.menu{
    padding: 1%;
    text-align: right;
}

.menu ul{
    padding-right: 100px;
}

.menu ul li{
    list-style-type: none;
    display: inline;
    border: 2px solid darkred;
    border-radius: 100px;
    padding: 10px;
    margin: 10px;
    background-color: darkred;
    transition: 2s;
}

.menu ul li:hover{
    list-style-type: none;
    display: inline;
    border: 2px solid darkred;
    padding: 10px;
    margin: 10px;
    background-color: darkred;
    transition: 3s;
}

.menu ul li a{
    color: gold;
    text-decoration: none;
} 