@font-face { font-family: Enriqueta-Regular; src: url(fontovi/Enriqueta-Regular.ttf); } #zaglavlje { margin-top: 50px; display: flex; align-items: center; justify-content: space-between; } #zaglavljeGlavnaStranica { margin-top: 50px; display: flex; align-items: center; justify-content: center; } .logotip { width: 250px; } .logotipGlavnaStranica { width: 350px; } nav ul { display: flex; align-items: center; justify-content: center; } nav ul li { list-style-type: none; padding: 0px 35px; } nav ul li a { font-family: Enriqueta-Regular; font-size: 25px; text-decoration: none; color: #242424; transition: 500ms all; } .aktivnaPoveznica { color: #2ca4bc; } .pasivnaPoveznica:hover { color: #24242489; transition: 700ms all; } .okvirPodnaslova { font-family: Enriqueta-Regular; margin-top: 150px; line-height: 50px; } h1,h2 { font-size: 70px; color: #242424d4; } #drugaSekcija { max-width: 100%; } .okvirGrafickogMenija { display: flex; align-items: center; justify-content: center; background-color:#242424; } .podokvirGrafickogMenija { display: flex; align-items: center; justify-content: space-evenly; padding: 50px 0px; max-width: 1280px; margin: 0px auto; background-color:#242424; } .okvirPojedinacnogMenija { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 500px; padding: 0px 50px; } .slikeMenija { width: 200px; } .natpisMenija { font-family: Enriqueta-Regular; font-size: 25px; padding-top: 15px; font-weight: bold; color: rgba(255, 255, 255, 0.847); text-align: center; } #podnozje { font-size: 20px; margin: 50px auto; text-align: center; color: #242424d4; } /* K U K I */ .nestajanje { animation: pristanak 5s forwards; } @keyframes pristanak{ from{} to{opacity:0;transform:scale(0);} } .ispod { display: none; } .nestanakPodnozja { display: none; } .nestajanjeDijaloga { display: none; }