
body {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: url("../image/sividunav.jpg");
    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

  
.cela{
   display: flex;
   flex-direction: column;
  height: 100wh;
}
.meni{
    max-height: 50px;
    display: flex;
    justify-content: space-between;
    margin-inline: 3ch;
    margin-block: 0;
    border-bottom: solid 1px rgb(255, 255, 255) ;
    color: #fff;
   
}
.logo{
    display: flex;
    align-items: center;
    font-size: 2ch;
    font-weight: 500;
}


.link{
    display: flex;
    align-items: center;
    margin-block: 0;
    justify-content: end;
    overflow: hidden;
}

.link ul{
    display: flex;
    flex-direction: row;
}

.link li{
    font-family: "Poppins", serif;
    font-size: 20px;
    list-style-type: none;
    padding-right: 1.6ch;
    
}
.link li a{
    text-decoration: none;
    color:#fff;
  
}
.link li a:hover{
   opacity: 0.5;
   cursor: pointer;
}
.okvir{
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.okvir > img {
    animation: come2life linear 13s infinite alternate;
    transform-origin: center center;
    max-width: 100%;
    position: absolute;
    backface-visibility: hidden;
}
@keyframes come2life {
    0% {
        transform: scale3d(.95,1,1) rotate(0.02deg);
        opacity: 1;
        
    } 
  
    100% {
        transform: scale3d(.99,1,1) rotate(0.02deg);
        opacity: 0.9;
    }
}

.meni{
    font-family: 'Poppins';
}
.slogan{
    font-family: "Poppins", serif;
    font-size: 3ch;
    color: rgb(255, 255, 255);
    margin: auto;
    padding-bottom: 3ch;
}

.slogan{
    text-shadow: 2px 2px 5px rgb(38, 67, 68);
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.slogan p{
    font-size: .7ch;
    text-align: end;
    margin-top: -1ch;
    margin-right: -6ch;
}
.slogan > img{
    display: block;
    text-align: center;
}
.telo{
    display: grid;
    grid-template-columns: 1fr;
}
.telo h1{
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 11ch;
    
}

.telo>img{
    margin: auto;
}
.telo .tehniko{
   justify-self: center;
   text-align: center;
    font-family: "Tulpen One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color:rgb(255, 255, 255) ;
}
.celacont{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.celacont h4{
    font-family: "Tulpen One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11ch;
    color: rgb(255, 255, 255);
}
@media only screen and (max-width:820px) {
    .celacont h4{
        font-size: 4ch;
    }
    .slogan {
        font-size: 2.4ch;
        margin-inline: 2ch;
    }
    .slogan p{
        margin-top: -3ch;
        margin-right: 6ch;
    }
    .logo{
        font-size: 1.4ch;
    }
    }
@media only screen and (max-width:480px) {
    body{
        height: 100vh;
    }
    .okvir{
        min-height: 20vh;
    }
    .telo h1{
        font-size: 6ch;
    }
    .telo>img{
        max-width: 30%;
    }
    .slogan {
    margin-top: 5ch;
    font-size: 2ch;
    padding-inline: 2ch;
    text-align: center;
}
.slogan p{
    margin-top: -3ch;
    margin-right: 6ch;
}
.link li{
    font-size: 14px;
}
.link ul{
    margin-block: 1ch;
}

    .logo{
        font-size: 1.2ch;
    }
    .celacont h4{
        font-size: 3ch;
    }

}