@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, san-serif;
	background-color: #fff;
}


/* ----- HEADER ----- */

header {

	height: 200px;
	background-image: url(slike/recepti_logo.png);
	background-repeat: no-repeat;
	border-bottom: 5px double #f1733d;
}


/* ----- NAVIGACIJA ----- */

nav {
	
	font-size: 14pt;
}

nav ul {
	list-style-type: none;
	float: right;

}

nav li {
	display: inline;
	margin: 0 15 15 0;
}

nav li a {
	float: left;
	color: #979289;
	text-decoration: none;
	padding: 10px 15px;
	transition: background-color 2s;
	margin-top:15px;
}






/* ----- SADRŽAJ ----- */

section {

	min-height: 400px;
	text-align: left;
	padding: 15px 30px;

}


h1 {
	font-size: 17pt;
	color: #f1733d;
	text-align: center;
	padding-bottom: 50px;
}

h2 {
	font-size: 18px;
	color: #f1733d;
	padding-bottom: 20px;
}


/* LIJEVO */

.lijevo {
	background-color: #fff;
	width: 25%;
	min-height: 200px;
	float: left;
	margin-left: 100px;
	border-right: solid 2px #f1733d;
}

.desno {
	background-color: #fff;
	width: 40%;
	float: left;
	padding-left: 50px;
}

article ul {
	margin-left: 20px;
}

img {
	float: right;
	padding-left: 20px;
}

/* ----- FOOTER ----- */

footer {

	height: 70px;
	text-align: center;
	font-weight: bold;

}

footer p {
	padding: 15px;
	background-color:#eea333;
	color: #ffffff;
	border: 2px solid #ce5e2f;
	
}

label {
    margin: 0 30px 0 0;
    font-size: 26px;
    width: 26px;
    line-height: 70px;
    float: right;
    display: none;
}

.navigacija {
    border-bottom: 1px solid #ccc;
    text-align: right;
    height: 70px;
}

#prekidac {
    display: none;
}


@media only screen and (max-width: 750px) {


	
nav li a {
background-color:#ffffff;
border-color: #f1733d;
color:#fff;
width:100%;
border-bottom: 2px solid #f1733d;
text-align:center;

}

nav {

	height:auto;
	margin-bottom:10px;
}


h1 {
	
	margin-top:1em;
}

.lijevo {
	width:50%;
	border-right:none;
	border-bottom: solid 2px #f1733d;
	min-height:2em;
}

.desno {
	
	width:50%;
	margin-top:20px;
	margin-left:50px;
}



header {

	background-position: center;
	
}

img {
	margin-bottom:25px;
}

footer {
clear:both;
padding-top:25px;
width:100%;
}


.meni {
	text-align: center;
	width: 100%;
	display: none;
	
}

label {
	display: block;
	cursor: pointer;
}

#prekidac:checked+.meni {
	display: block;
}


footer p {
	padding: 15px;
	background-color:#ffffff;
	color: #afaba3;
	border: 2px solid #ce5e2f;
	
}

nav li a {
	float: left;
	color: #8a8080;
	text-decoration: none;
	padding: 10px 15px;
	transition: background-color 2s;
	
	
}

	}