@CHARSET "UTF-8";

/* Med CSS
 * --------------------------------------- */
html {
	
	font-family: 'Open Sans', sans-serif;
}
body {
	
	background-color: #fcf9ea;
	background-image: url('../obr/pozadi.png');
	color: #92742e;
}

h4 {
	
	color: #006223 !important;
}
.divider {
	
	background-color: #006223 !important;
}
#kontakt h4 {
	
	color: yellow !important;
}
#kontakt .divider {
	
	background-color: yellow !important;
}
#kontakt {
	
	color: white;
}


.container {
	
	max-width: 960px;
}
.brand-logo {
	
	margin-top: 10px;
}
nav  {
  color: #92742e;
  background-color: #fcf9ea;
  background-image: url('../obr/pozadi.png');
  width: 100%;
  height: 120px;
  font-weight: bolder;
  box-shadow: none;
  border-bottom: 2px solid lightgray;
}
nav li{
	margin-top: 50px;	
	margin-right: 40px;
}	
nav a {
	
	color: #92742e !important;
}
nav ul a:hover {
  color: #006223 !important;

}
a.active {
	
	border-bottom: 3px solid #006223;
}
	.headroom--not-top {
		
		height: 67px !important;
	}
	.headroom--not-top .brand-logo {
		
		margin-top: 0px !important;
	}
	.headroom--not-top .brand-logo img {
		
		height: 60px !important;
	}
	.headroom--not-top li{
		margin-top: 0px !important;	
	}	

#uvodni-foto	{
	
	margin-top: 50px;
}
#uvod {
	
	margin-top: -70px;
}
@media only screen and (max-width : 600px) {

	#uvodni-foto	{
		
		margin-top: 68px;
	}
	#uvod {
		
		margin-top: -40px;
	}
	
}
.podpis {
	
	font-family: 'Parisienne', cursive;
	font-size: 40px;
}

#parallax {

      height: 260px;	  
}
@media only screen and (max-width : 600px) {

	#parallax {

		  height: 130px;	  
	}	
}

@media only screen and (max-width : 600px) {

	#galerie img {
		
		width: 80px !important;
	}
	
}
.odstavec {
	
	text-align: justify;
}
.clear {
	
	clear:both;
}
.text-ve-sloupci-vlevo {
	
	/* padding-right: 240px; */
}
.text-ve-sloupci-vpravo {
	
	/* padding-left: 240px; */
}
@media only screen and (max-width : 600px) {

	.text-ve-sloupci-vlevo {
		
		padding-right: 0px;
	}
	.text-ve-sloupci-vpravo {
		
		padding-left: 0px;
	}
	
}
#kontakt {
	
	background-image:url('../obr/colorbox/overlay.png');
}

#kontakt .row {
	
  margin-bottom: 0px;
  padding-bottom: 150px;
}
.kontakt-boxik {
	
	width: 240px; height: 300px; border: 0px solid gray; padding: 0;
	margin: 0 auto;
}
#copyright {
	
	margin-top: 20px;
	text-align: right;
}
#jmeno-v-kontaktu {
	
	font-weight: bolder;
	color: #e66161;
	font-style: italic;
	font-size: 25px;
}















