* {margin: 0; padding: 0; outline: 0;}

@font-face {
  font-family: 'EB Garamond';
  src: url('../webfonts/EBGaramond-Regular.ttf');
  font-weight: normal;
	font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../webfonts/EBGaramond-VariableFont_wght.ttf');
  font-weight: bold;
	font-display: swap;
}

body {
	color: #666;
	font-size: 18px;
  font-size: 1.1em;

  font-family: 'EB Garamond', serif;
}

.container  {
    width: 98%;
    max-width: 1400px;
}

h1, h2, h3, h4, h5  {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2rem;
}



.bg-own-green,
.navbar-toggler:hover   {
    background-color: rgb(132,123,43);
}

.bg-own-brown   {
    background-color: rgb(79,41,22);
}

.bg-own-dark    {
    background-color: rgb(31,0,0);
}

.tx-own-green   {
    color: rgb(132,123,43);
}

.tx-own-brown,
.navbar-toggler-icon   {
    color: rgb(79,41,22);
}

.nav-item   {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 1.75rem;
		margin-top: 0.5rem;
}

.nav-link   {
    color: #666;
}

.nav-link:hover  {
    color: rgb(132,123,43);
		text-decoration: underline;
}

.border-own {
    border-bottom: 7px solid rgb(79,41,22);
}

.tlacitko   {
    background-color: rgb(132,123,43);
    border: 1px solid rgb(132,123,43);
    color: white;
    border-radius: 15px;
    padding: 1.5rem 1.8rem;
}

.tlacitko:hover   {
    border: 1px solid white;
}

.navbar-toggler    {
    border: 1px solid rgb(79,41,22);
}

.navbar {
	padding: 1rem 0;
}

.text-obraz {
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 2rem;
    display: block;
}

.vyhody {
    font-size: 3.5rem;
}

.text-obraz-vyhody {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
}


.bigger-ico {
    font-size: 1.8rem;
}

em  {
  font-style: normal;
}

.animace {
    transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.zahlavi    {
    background-image: url('../images/zahlavi_obr.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*min-height: 450px;*/
}

@media(max-width: 768px){
   .zahlavi {
        background-image:url('../images/zahlavi_obr_sm.webp'); // small image
    }
}

.w-100 {
	height: auto;
}

.polopruhled    {
    background-color: rgba(0,0,0,0.6);
}

.carousel-indicators {
    position: relative;
}

.carousel-indicators li {
    background-color: rgb(132,123,43);
    width: 8px;
    height: 4px;
}

.carousel-indicators li.active {
    background-color: rgb(79,41,22);
}

.quick-con  {
    font-size: 2rem;
}

iframe  {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 300px;
}

/*#rezervaceTermin input,
#rezervaceTermin textarea   {
     border-radius: 15px;
		 width: 98%;
     max-width: 400px;
     font-size: 1.2rem;
}

#rezervaceTermin input[type=date]   {
     width:47%;
		 min-width: 150px;
}
*/


#rezervaceTermin input,
#rezervaceTermin textarea   {
     font-size: 1.2rem;
}

#rezervaceTermin input[type=text],
#rezervaceTermin input[type=email],
#rezervaceTermin input[type=tel],
#rezervaceTermin textarea   {
     border-radius: 15px;
}

#rezervaceTermin textarea   {
     height: 100px;
}

#needs-validation input,
#needs-validation textarea   {
     border-radius: 15px;
     max-width: 500px;
     font-size: 1.2rem;
}

#needs-validation textarea   {
     height: 250px;
}



.vybaveni h4	{
	font-size: 1.5rem;
}

.onk {
	color: rgb(132,123,43);
}

.onk:hover {
	color: rgb(132,123,43);
}









@media only screen and (max-width: 320px)  {
.navbar-brand img   {
    width: 220px;
}


}

@media only screen and (min-width: 320px)  {
.navbar-brand img   {
    width: 230px;
}
}

@media all and (max-width: 768px)  {


}


@media all and (min-width: 768px)  {
.navbar-brand img   {
    width: 270px;
}
}

@media all and (min-width: 960px)  {


}
