@font-face {
    font-family: 'skolacekCE';
    src: url('fonts/skolacek/skolacek-ce-webfont.eot');
    src: url('fonts/skolacek/skolacek-ce-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/skolacek/skolacek-ce-webfont.woff2') format('woff2'),
         url('fonts/skolacek/skolacek-ce-webfont.woff') format('woff'),
         url('fonts/skolacek/skolacek-ce-webfont.ttf') format('truetype'),
         url('fonts/skolacek/skolacek-ce-webfont.svg#skolacek_ceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto/RobotoSlab-Regular-webfont.eot');
    src: url('fonts/roboto/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('fonts/roboto/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/RobotoSlab-Regular-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
	margin: 0;
	padding: 0;
	color: #4E3426;
	background: #DFD4C8;
	height: 100%;
	font-family: 'Roboto', serif;
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
}

h1, h2, h3 {
	line-height: 1;
}


/**
 * uvodni stranka
 */
a.fullpage {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
	text-decoration: none;
}

h1, h2 {
	font-family: 'skolacekCE';
	font-weight: normal;
	text-align: center;
	margin: 0;
}

h1 {
	font-size: 100px;
	/*color: #E96269;*/
}

h1.frontpage {
	font-size: 24vw;
}

h2 {
	font-size: 56px;
	color: #4E3426;
}

h2.frontpage {
	font-size: 8vw;
}

h3 {
	color: #3BA27B;
	letter-spacing: 1.1px;
	font-weight: normal;
	font-size: 26px;
	margin: 60px 0 20px;
}

div#cows {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

img.cow {
	position: absolute;
	left: 50%;
	top: 50%;
}

img#cow1 { left: 60%; top: 60%;	}
img#cow2 { left: 30%; top: 75%;	}
img#cow3 { left: 15%; top: 60%;	}
img#cow4 { left: 45%; top: 10%;	}


#cow-header {
	min-height: 180px;
}

#cow-header .2016 {
	background: url('../images/krava-4.png') 25% 0 no-repeat;
}

#cow-head {
	position: fixed;
	top: 50px;
	right: -10px;
	opacity: 0.4;
}

#cow-head:hover {
	opacity: 1;
}

#motto {
	background: #D4C4B4;
	padding: 13px;
	max-width: 680px;
	margin: 60px auto 80px;
}

#motto p {
	border: 7px solid white;
	padding: 30px 20px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 0 0 #AA9D90,2px 2px 0 0 #AA9D90 inset;
	-moz-box-shadow: 2px 2px 0 0 #AA9D90,2px 2px 0 0 #AA9D90 inset;
	box-shadow: 2px 2px 0 0 #AA9D90,2px 2px 0 0 #AA9D90 inset;
	margin: 0;
	letter-spacing: 1.1px;
}

#left, #right {
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	padding: 0 30px;
}

#left p, #right p {
	margin: 0 0 30px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.topics {
	_list-style-type: disc;
	_list-style-position: inside;
}

ul li {
	margin-bottom: 10px;
}

dfn {
	font-style: normal;
	letter-spacing: 1.1px;
}

dfn:after {
	content: '*';
	color: #E96269;
}

p.lentamente {
	color: #9E8F88;
}

p.lentamente:before {
	content: '*';
	color: #E96269;
}

p.lentamente span {
	letter-spacing: 1.1px;
}

li.speciality, li.confectionery {
	margin-top: 20px;
}

footer {
	margin-top: 100px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: center;
}


/* 2017 */
body { color: #002236; background-color: #CFBBA6; }
h1 { color: #e84f46; }
h2 { color: #002236; }
h3 { color: #e84f46; }

#kravasojuje {
	background-image: url('../images/kravasojuje.png');
	max-width: 692px;
	height: 321px;
	margin: 0 auto;
}

#kravasojuje p {
	text-align: center;
	font-size: 60px;
	color: #fff;
	margin: 0;
	padding-top: 100px;
	font-weight: bold;
}

#left {
	background-color: #002236;
	color: #DCD1C5;
	width: 100%;
	max-width: none;
	padding: 30px 30px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#left p { max-width: 660px; margin: 0 auto; }

a { color: #002236; }
a:hover { color: #e84f46; }
