/*!
Theme Name: IZM
Theme URI: http://underscores.me/
Author: Nikola
Author URI: http://underscores.me/
Description: Description
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
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

IZM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,700;1,900&display=swap');
body {font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-style: 700;
font-style: italic;
}
{font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
}

 h1 {
   color:black;
 
 }
  #naziv-clanka {
 background-image:url(/img/SEO.jpg);
 padding-top:160px;
 padding-bottom:80px;
 background-position:center;
 background-repeat: no-repeat;
 background-size:cover;
 position: relative;
 margin-bottom: 80px; 
 background-attachment: fixed;}

}
	#naziv_clanka::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: black;
		opacity: 0.4;
}

   #naziv_clanka .container {
   	position: relative;
   	z-index: 1;
   }

#naziv_clanka h1{
	font-weight: 700
	color:white;
}
 #zaglavlje .btn-primary  {
	  background-color: green;
      border-color: green;}
	  
	  #zaglavlje .btn-outline-primary {
		  color: green;
	  border-color: green;}

	#sadrzaj p{
		font-weight: 300;
		font-size: 18px;
		line-height: 28px;
		color: blue
		margin-top: -125px;
	}

 #zaglavlje {
	  background: rgba(255,255,255,0);
	  position:sticky;
	  top:0;
	  margin-bottom: -40px;
      transition: all 200ms linear; 
      z-index: 99999;
	  }
 
 #zaglavlje.sticky {
 background: rgba(255,255,255,1); }


	#primary-menu li {
		margin-right: 24px;			/*razdvajanje kategorija na gl. navigaciji*/

	}


	#primary-menu li a {
		color: #222;				/*boja slova na gl. navigaciji*/
		text-decoration: none;

	}
	.sticky primary-menu li a {		/*boja slova kada se skrola zaglavlje menija*/
		color:black
	}
	

	#primary-menu li a:hover {		 /*prelaskom miša preko kategorija mijenja se boja*/
		color:red;
		}

.zaglavlje-novosti { 
		background-image: url(/wp-content/uploads/2023/06/57670898_m_normal_none-scaled.jpg);
		background-size: cover;
		background-position: center;
		min-height: 600px;
		position: relative;
		display: flex;
		align-items: center;
		text-align: center;

		}

	.zaglavlje-novosti:before{
		content: "";
		position: absolute;
		background-color: rgba(0,0,0,0.4);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;

			}

	.zaglavlje-novosti h1 {
			color: white;
			font-weight: 700;
			font-size: 48px;
			letter-spacing: 1px;
			margin-bottom: 40px;
			}

	.zaglavlje-novosti a.btn {
		width: 150px;
		border-radius: 0;
		background-color: #2d6f72;
		border-color: #2d6f72;
		}

	.zaglavlje-novosti h1  .zaglavlje-novosti h4{
		  color: #551190FF;
	  }
	  .zaglavlje-novosti h4{
		  font-size: 60px;
		  color: #551190FF;

				}

.blog-kartica a {
			height: 320px; 
			background-size: cover;
			background-position: center;
			text-decoration: none;
			position: relative;
}


			.blog-kartica a:before {
				content: "";
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background: linear-gradient(1turn, rgba(0,0,0,0.6) 18.03%, transparent)
				background: rgba(0,0,0,0.4);
			}


.blog-kartica a h2{
			color: white;
			font-size: 26px;
			font-weight: 600;
			position: absolute;
			bottom: 20px;
			padding: 0 60px 0 20px;
			margin: 0;
}

.blog-kartica a i {
		font-size: 20px; 
		color:#222;
		background-color: green; 
		padding: 3px 0;
		width: 36px;
		display: block;
		text-align: center; 
		position: absolute;
		bottom: 20px;
		right: 20px;

		}

		.blog-kartica a:hover i {
			background-color: #fff;

			}

	
		ul.footer-links {
		padding: 0
		 }

		 	ul.footer-links li {
			list-style-type: none;
			margin-bottom: 16px;

			}

				ul.footer-links li a {
			color: #fff;
			text-decoration: none;

			}


			ul.footer-links li a:hover {
			color: red; 

			}
			
			

@media only screen and (max-width: 600px) {
  
  #zaglavlje {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background: #681f1f;

  }

}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100px;
	
	}

.uagb-block-592875ab.wp-block-uagb-advanced-heading .uagb-heading-text {
    color: #000000;
}

	