body {
	padding: 0;
	margin: 0;
}

a[href]{
    text-decoration: none;
    color: inherit;
}

a[href]:hover{
    opacity:0.9;
}

.gray-overlay {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	background-color: rgba(10, 10, 10, 0.4);
}

.content-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 0;
}

.container1 {
	/*display: flex;*/
	flex: 1;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-image: url("../images/hero1.jpeg");
	background-size: cover;
}

.container2 {
	background-image: url("../images/hero2.jpg");
	background-size: cover;
}

.container3 {
	background-image: url("../images/hero3.jpg");
	background-size: cover;
}

.container4 {
	background-image: url("../images/hero4.jpeg");
	background-size: cover;
}

@keyframes down-icon-animation {
	0% {
		bottom: 10px;
	}
	50% {
		bottom: 30px;
	}
	100% {
		bottom: 10px;
	}
}

.down-icon {
	width: 60px;
	position: absolute;
	bottom: 10px;
	animation-name: down-icon-animation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.logo {
	max-width: 100%;
	margin-top: -60px;
}

h2 {
	color: white;
	font-size: 3em;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

p {
	color: white;
	font-size: 1em;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding: 10px 30px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.djelatnosti-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.djelatnost {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding: 10px 30px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 1em;
}

.contanct-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}

.contact-card {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	background: black;
	width: 40%;
	display: flex;
	flex-direction: column;
	color: white;
	padding: 40px 20px;
}

/*.card-title {
	color: white;
}*/

.card-title .title {
	font-size: 1.2em;
}

.card-title .pozicija {
	color: gray;
	font-size: 1em;
}

.contanct-info-item {
}

.contanct-info-item .key {
	color: gray;
	font-size: 1em;
	padding-right: 10px;
}

.contanct-info-item .value {
	font-size: 1.2em;
	color: white;
}

.show {
	display: block !important;
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    right: 40px;
    bottom: 40px;
    padding: 5px 20px;
    border-radius:8px;
    max-width:40%;
}

.cookie-consent-banner p {
    max-width: 500px;
    margin: 0;
    color: #fff;
    text-shadow: none;
    text-align: left;
    padding: 10px;
}

.cookie-consent-banner .button-container {
    display: flex;
    flex-direction:row-reverse;
}

.cookie-consent-banner .button-container div {
    background-color: #DDD;
    margin: 10px;
    padding: 10px 20px;
    border-radius:8px;
    font-size: 1em;
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.cookie-consent-banner .button-container .primary {
    background-color: #FFFF00;
}

h6 {
    color: white;
    margin:30px;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
	margin-block-start: 1em;
    margin-block-end: 0em;

}

.gdpr-container {
    
    align-items:flex-start;
}

.gdpr-container h2 {
    text-align: center;
    margin:30px;
}

.gdpr-container p {
    margin:30px;
    color: white;
	font-size: 1em;
	text-align:left;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding: 5px ;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    
}

@media only screen and (max-width: 768px) {
	.contanct-container {
		flex-direction: column;
		justify-content: center;
	}

	.contact-card {
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		background: black;
		width: 94%;
		display: flex;
		flex-direction: column;
		color: white;
		padding: 20px 10px;
		margin-bottom: 20px;
	}
	
	.cookie-consent-banner {
	    left:5%;
	    right:5%;
	    width:80%;
        max-width:90%;
    }
}
