body{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(https://www.peterka.soskolin.eu/GRIDT1FRA.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.ikonka{
    width: 100%;
    height: fit-content;
    background-color: white;
    margin: 0;
}

.horniMenu{
    transform: translateY(-30%);
}

.horniMenu ul{
background-color: red;
padding-top: 1%;
padding-bottom: 1%;
}

.horniMenu ul li{
display: inline;
}

.horniMenu ul li a{
text-decoration: none;
color: white;
margin-right: 2%;
padding: 1%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
transition: 2s;
}

.horniMenu li a:hover{
background-color: black;
transition: 2s;
}

.horniMenu ul li a.active {
    background-color: black;
    color: white;
}

.uvodniText{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: 10%;
    transform: translateY(70%);
    color: white;
}

.monakoText{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transform: translateY(-83%);
    margin-left: 56%;
    font-size: large;
    color: white;
}


.footer{
    background-color: red;
    margin-top: 10%;
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.redLine{
  height: 5px; 
  width: 25%;
  background-color: red;
  border-radius: 10px; 
  transform: rotate(90deg);
  margin-top: 5%;

}

.redLine:hover{
    width: 20%;
}

@media screen and (max-width:768px) {

    .horniMenu ul li{
        display: flex;
        padding: 1.2%;
        justify-content: center;
    }

    .uvodniText{
        transform: translateY(0%);
        text-align: center;
        margin-left: 5%;
    }

    .redLine{
        transform: rotate(0deg);
        margin-top: 20%;
        width: 70%;
    }

    .monakoText{
        margin-top: 20%;
        transform: translateY(0%);
        margin-left: 2%;
        text-align: center;
    }
}