@font-face {
font-family: "OmoType";
src: url("fonts/OmoType_Std-Book_One_web.ttf");
}

body{
	font-family: 'OmoType';	
	}
h2{text-align:center;}
	
iframe{
	display:flex;
	margin:auto;}
.header{
	width:960px;
	margin:auto;
	}	
.content{
	width:960px;
	margin:auto;
	animation:0.5s ease 0.5s normal forwards 1 fadein;
	-webkit-animation:0.5s ease 0.5s normal forwards 1 fadein;
	opacity:0;
	}
.footer{
	width:960px;
	margin:auto;
	background:#333;
	box-sizing: border-box;
	animation:1s ease 1.5s normal forwards 1 fadein;
	-webkit-animation:1s ease 1.5s normal forwards 1 fadein;
	opacity:0;
	}
	
.forma{
	width:960px;
	margin:auto;
	padding:20px 60px;
	background:#333;
	box-sizing: border-box;
	animation:1s ease 1.5s normal forwards 1 fadein;
	-webkit-animation:1s ease 1.5s normal forwards 1 fadein;
	opacity:0;
	}
	
.logo{
	width:50%;
	margin:60px auto;
}

.logo img{
	width:100%;
	height:auto;}

@keyframes fadein{from{opacity:0}
to{opacity:1}
}

@-webkit-keyframes fadein{from{opacity:0}
to{opacity:1}
}

label{color:#fff;}

form{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
input{
	height:50px;
	border-radius:10px;
	border:none;}
	
input[type="submit"]{
	width:40%;
	border-radius:50px;
	align-self:center;
	padding:15px;
	height: 50px;
	cursor: pointer;}

.button-primary{
	background:#058C7F;
	border-radius:50px;
	border:none;
	color:#fff;
	padding:15px 30px;
	height: 50px;
	margin:auto;
	display:flex;
	cursor: pointer;}

.button-secondary{
	background:#333;
	border-radius:50px;
	color:#fff;
	padding:15px 30px;
	height: 50px;
	margin:auto;
	display:flex;
	cursor: pointer;}

textarea{
	border-radius:10px;
	border:none;}

.img-default{
	width:100%;
	margin: -20px 0;
	}

.img-default img{
	width:100%;
	height:auto;}

.naslov-sekcije p{
	font-weight:bold;
	font-size: 36px;
	text-align:center;
	margin:0;}

.podnaslov-sekcije p{
	font-size: 24px;
	text-align:center;}
	
.icon{
	width:60px;
	margin:auto;}

.icon img{
	width:100%;
	height:auto;}

.podloga-accent{
	background:#eee;
	padding:20px 25px;
	}
	
.podloga-default{
	background:#fff;
	padding:20px 25px;
	}
	
nav{
	display:flex;
	justify-content: center;}

nav a{
	color:#fff;
	text-decoration:none;
	padding:20px 50px;}

a {
	text-decoration:none !important;
	}
	
.soc{
	display:flex;
	justify-content: center;}

.soc img{
	height:40px;
	padding:20px;
	filter: invert(1);}
	
.copy{
	display:flex;
	justify-content: center;}
	
.copy p{
	color:#fff;}

