	html, body{
		padding:0;
		margin:0;
	}
header{
	width: 100%;
	height: calc(100vh - 50px);
	background-image: url("img/horizon-1836480222.jpg");
	background-size: cover;
	background-position: center;
}

	*{
		font-family: 'IBM Plex Sans', sans-serif;
		color: #494949;
	}

	h1, h2{
		font-family: 'IBM Plex Serif', serif;
	}
	p, li{
		font-size: 14px;
	}
	h2{
		font-size: 16px;
	}
	h1{
		color: #325195;
		font-size: 28px;
	}
	.wrapper{
		width: 100%;
		max-width: 800px;
		padding:15px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	iframe{
		width: 100%;
	}

	.logo{
		height: auto;
		position: absolute;
		top: 50%;
		margin-top: -83px;
		margin-left: auto;
		margin-top: -75px;
		margin-right: auto;
		width: 100%;
}

.logo img{
		max-width: 353px;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-top: -75px;
		display: block;
		margin-right: auto;
}

footer{
	width: 100%;
	height: auto;
	background-color: #325195;
	padding:30px 0px;
	text-align: center;
	color: #fff;
}

.full-pic{
	background-image: url(img/sailboats-1375064_1920.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 20px;
	width: 100%;
	height: 300px;
}

.center-img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 300px;
	width: 100%;
	height: auto;
}

.half{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.eu_logos{
	width:100%;
	max-width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.eu_logos div{
	display: inline-block;
	width: calc(50% - 22px);
	padding: 10px;
	vertical-align: top;
}

.eu_logos div img{
	width:100%;
	height: auto;
}

.menu{
	background-color: #325195;
	width: 100%;
}

.eu_logos div span{
font-size: 10px;
color: #325195}


.eu_logos .eup{
	text-align: center;
	display: inline-block;
	width: 100%;
}

.eu_logos .eup a{
	color: #325195;
	text-decoration: none;
	font-size: 12px;
}

.menu a{
	padding: 10px 0px;
	padding-right: 30px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'IBM Plex Sans', sans-serif;
}

.flag{
	position: absolute;
	right: 0px;
	top: 0px;
	padding:10px;
	width: 25%;
	max-width: 50px;
	height: auto;
}


.flag img{
	position: relative;
	display: inline-block;
	width: 100%;
	    	filter: grayscale(1);
	opacity: 0.5;
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.flag img:hover{
	    	filter: grayscale(0);
	opacity: 1;
}

.gallery{
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.slika1{
	width:calc(33.3% - 10px);
	margin: 5px;
	height: 200px;
	position: relative;
	display: inline-block;
	background-size: cover;
	background-position: center;
}

