@font-face{
	font-family: louis;
	src: url(../coolvetica.otf);
}

body{
	font-family: louis;
	font-size: 120%;
	background: #26A399;
}

#glavni{
	width: 77%;
	display: inline-block;
	text-align: center;
	margin-left: 2%;
	font-size: 120%
}
.oglasi{
	width: 17%;
	background-color: white;
	border: 5px solid #30D5C8;
	border-radius: 10px;
	height: 96%;
	position: fixed;
	left: 81%
}
.naslovnica{
	background-color: white;
	border: 5px solid #30D5C8;
	border-radius: 10px;
	height: 8.5em;
}
.sadrzaj{
	margin-top: 2%;
	background-color: white;
	border: 5px solid #30D5C8;
	border-radius: 10px;
	height: 100%;
}
.kontakt{
	margin-bottom: -2%;
}
.akcija{
	width: 99.3%;
	height: 255px;
	border: 2px solid black;
	text-align: left;
	margin-bottom: 0.1em;
	margin-left: 0.05em;
	border-radius: 2%;
}
.akcijaMini
{
    margin: auto;
    width: 75.7%;
    height: 100px;
    border: 2px solid black;
    justify-content: center;
}
.podakcija{
	height: 100%;
	width: 32.5%;
	display: inline-grid;
	border: 2px solid black;
	border-radius: 2%;
}
.slikaakcija{
	width: 25%;
	height: 60%;
	float: right;
}
.clickable:hover{
	background: rgba(0, 0, 0, 0.2);
}
.menu{
	color: black;
	padding: 1em;
	padding-left: 2em;
	padding-right: 2em;
	text-decoration: none;
	text-shadow: 2px 2px #75DDD4;
}
.menu:hover{
	background-color: #27AB9C;
	border: 1px solid #27AB9C;
	border-radius: 7px;
	transition: background-color 0.3s, border 0.3s;
	color: white;
	text-shadow: 2px 2px black;
}
p, h3{
	text-align: left;
	margin: 1em;
	text-shadow: 2px 2px #75DDD4;
}
a{
	color: black;
	text-decoration: none;
}
img{
	border-radius: 5%;
}