/*!
Theme Name: IZM 2025
Theme URI: http://underscores.me/
Author: Martina Kovačić
Author URI: http://Poveznica%20na%20web
Description: Tecaj Wordpress 2025 :)
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: izm
*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

body{
	font-family: "Heebo", sans-serif;
	font-size: 16px;
	color: #21243D;
}

.navbar-nav li{
	display: inline-block;
}

.navbar-nav li a{
	color: #a08bd3;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	padding: 0 20px;
	
}

.navbar-nav li a:hover{
	color: #4c6774;
	
}

.hero{
	padding: 200px 0;
}

.hero h1{
	font-size: 44px;
	line-height: 60px;
	color: #21243D;
	font-weight: 800;
	margin-bottom: 20px;
}

.hero p{
	margin-bottom: 30px;
}

.hero a{
	background: #FF6464;
	color: white;
	font-size: 20px;
	font-weight: 600px;
	text-decoration: none;
    padding: 4px 12px;
}

.hero img{
	border-radius: 50%;
}





.moj-link{
	margin-bottom: 0;
}

.moj-link a{
	text-decoration: none;
	color: #00A8CC;
}

.info .date, .info .tags {
    display: inline-block;
    margin-bottom: 14px;
}

/*
#works -> selektor po ID-iju
.work -> selektor po nazivu klase
img -> selektor po nazivu elementa
*/


.footer-clean {
  padding:50px 0;
  background-color:#1A1A1A;
  color:#fff;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:#A084BD;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
  color:#fff;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:#fff;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
	color:#A084BD;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  color: #fff;
  text-decoration: none;
  opacity:0.6;
}

 .footer-clean .copyright a {
    color: #A084BD; /* Your desired link color (e.g., dark gray) */
    text-decoration: none; /* Removes the underline */
}

.footer-clean .copyright a:hover {
  color:#fff;
}


.page-header {
    background: #EDF7FA;
    padding: 80px 0;
}

.page-header h1{
	text-transform: uppercase;
}

.page-header p{

}


/*.archive-post .date{
	opacity: 0.4;
}
*/
.archive-post .excerpt{
	font-size: 14px;
    height: 150px;
    overflow: hidden;
    line-height: 1.5;
}

.naslovna img, .maps {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.text-justify{
	text-align: justify;
}

ul.sub-menu {
    position: absolute;
    background: white;
    padding: 10px 0;
    display: none;
}

ul.sub-menu li {
    display: block;
}

ul.sub-menu li a {
    line-height: 1.5;
    display: block;
}

li:hover .sub-menu {
    display: block;
}
	
	
	
	
	
	