@font-face {
	font-family: 'Butler';
	src: url('../Butler/Butler-Light.woff2') format('woff2'),
		url('../Buteler/Butler-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 100;
	color: #6E6D68;
	background-color: #FFF;
	-webkit-tap-highlight-color: transparent;
}

h1,h2,h3,h4,h5 {
	font-family: "Butler", sans-serif;
	font-weight: 300;
	color: rgba(0,0,0,.7);
	color: #663130;
}
h1 {
	font-size: 48px;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}
.mb-7 {
	margin-bottom: 7em;	
}


/* MENU */
.bg-light {
--bs-bg-opacity: 0;
background-color:white!important;


box-shadow: 0 8px 20px 0 rgba(102, 102, 102, 0.073);
-webkit-animation: headerSlideDown 0.95s ease forwards;
animation: headerSlideDown 0.95s ease forwards;
will-change: transform;
}
.navbar-light .navbar-toggler {
color: rgba(0,0,0,.55);
border-color: rgba(0,0,0,0);
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
.nav-link {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.65;
	text-transform: uppercase;
}
.brand-box{
	margin-top: 0.7em;
	margin-bottom: 0.3em;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}


/* CONTENT */
.h1-leaves {
	width: 100%;
	height: 226px;
	display:flex;
	align-items: center;
	justify-content: center;
	background:url(../images/leaves-2.png) center no-repeat;
	background-size: 20%;
	margin-bottom: 2em;

}
.container-top{
	padding-top: 170px;
}




/* FOOTER */
.footer{
	text-align: center;
	max-width: 100%!important;
	height: 20em;
	background-color: #151515;
	background-image: url("../images/backdrop-decor.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100%;
}
.copy {
	width: 100%;
	text-align: center;
}

/* Responsive Styles Tablet na vysku 768x1024 (991)*/
@media(max-width:834px) {
	p, table p, table {
		font-size: 18px;
		text-align: justify;
	}
	h1 {
		font-size: 40px;
	}
	.container{
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	.brand-box {
		margin: 0;
	}
	.navbar-toggler {
		display: block;
		position: relative;
		margin-top: 10px;
		margin-bottom: -48px;
	}
	.nav-link {
		font-size: 18px;
	}
	.container-top {
		padding-top: 100px;
	}
	.h1-leaves {
		height: 140px;
		background-size: 45%;
		margin-bottom: 0.5em;
	}
}


#StoTop.on {
opacity: 1;
visibility: visible;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
#StoTop {
position: fixed;
width: 50px;
height: 50px;
right: 60px;
bottom: 53px;
margin: 0;
z-index: 10000;
opacity: 1;
visibility: hidden;
}
#StoTop>span {
position: relative;
display: block;
width: 100%;
height: 100%;
padding-left: 2px;
font-weight: 400;
font-family: Lato,sans-serif;
font-size: 12px;
line-height: 1.917em;
letter-spacing: .075em;
text-transform: uppercase;
color: #000;
line-height: 48px;
text-align: center;
color: #5f5f5f;
background-color: transparent;
border: 1px solid #5f5f5f;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}