
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    background-color: #f6efe5;
    font-family: 'Poppins', sans-serif;
    margin:0;
    padding-top:105px;
}

h1 {
	color: #5e1803;
}

.site-header {
	background-color: #bdd5dc;
	width: 100%;
   height: 105px;
   position: fixed;
   top: 0;
   z-index: 1000;
   display: flex;
   align-items: center;
   padding:  50px;
   box-sizing: border-box;
   margin: 0;
}

.logo {      
    width: 330px;
    position: absolute;
 	 top:6px;        
    left:30px;           
}

.navigation {
    margin-left: auto;
}


.navigation ul {
    display: flex;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation a {
    text-decoration: none;
    font-size: 25px;
}

.navigation a:hover {
    border-bottom:3px solid #5e1803;
    color: #5e1803;
    
}


a {
    color: #5e1803;
    text-decoration: underline;
}

a:visited {
    color: #5e1803;
    text-decoration: underline;
}

a:hover {
    color: darkgray;
}


.oglas {
    width:900px;

    border:1px solid #999;
    border-radius:12px;

    padding:20px;
    margin:20px auto;

    display:flex;
    justify-content:center;
	 gap:110px;
    align-items:center;
}

.oglas-podatki {
    width:40%;
}

.oglas-slika {
    width:180px;
    height:180px;

    border-radius:10px;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;
}

.oglas-slika img {
    width:100%;
    height:100%;
    object-fit:cover;
}


.prejetaprosnja {
    border:1px solid #ccc;
    border-radius:10px;

    padding:15px;
    margin-bottom:20px;

    width:500px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.prejetaprosnja-levo {
    width:55%;
}

.prejetaprosnja-desno {
    width:35%;
}

.poslanaprosnja {
    border:1px solid #ccc;
    border-radius:10px;

    padding:15px;
    margin-bottom:20px;

    width:500px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.poslanaprosnja-levo {
    width:55%;
}

.poslanaprosnja-desno {
    width:35%;
}


.profil-header {
    width: 90%;
    margin: 40px auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profil-header h1 {
    margin: 0;
}

.profil-header h1 {
    font-size: 45px;
    margin: 0;
}

.profil-gumbi {
    display: flex;
    gap: 100px;
}



.ujemanje {
    background-color: #bdd5dc;
}
