@charset "utf-8";
body {
	background-position: center 0%;
	background-repeat: no-repeat;
	background-image: url(photo/pozadi.jpg);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	background-color: #333333;
	background-attachment: fixed;
	background-size: cover;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#page-roof {
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 99;
	margin-top: 8%;
	vertical-align: middle;
	margin-bottom: 8%;
	margin-right: 0px;
	margin-left: 0px;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
}
#home-grid {
	display: inline-block;
	height: 390px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.9);
	font-family: Calibri, Arial;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
	border: 2px solid #649a85;

}
.prvni {
	height: 46px;
	background-color: #649a85;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.6rem;
	margin-left: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	right: 0px;
	display: block;
}
#dole {
	min-height: 40px;
	background-color: #de7a0c;
	position: fixed;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	left: 0px;
}
.right {
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
}
.left {
	text-align: right;
}
.h2 {
	font-size: 22px;
}
