/*** GLOBAL ***/

/* font */
.fs-7 {
	font-size: 0.9rem;
}
.fs-8 {
	font-size: 0.8rem;
}
.fs-9 {
	font-size: 0.75rem;
}
.fs-10 {
	font-size: 0.7rem;
}

.noto7 {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
}
.noto4 {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

/* color */
.green {
	color: green;
}
.grey {
	color: grey;
}
.rubin {
	color: #680915;
}
.white {
	color: #fff;
}
.red {
	color: red;
}

/* margin */
.m-6 {
	margin: 4rem;
}
.mt-6 {
	margin-top: 4rem;
}
.mb-6 {
	margin-top: 4rem;
}
.m-7 {
	margin: 5rem;
}
.mt-7 {
	margin-top: 5rem;
}
.mb-7 {
	margin-top: 5rem;
}

/* transition */
#vlastnosti .boxy .box, #vlastnosti .boxy .box:hover {
	transition: all 1s ease-in-out;
}
/* animation */
@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes logo {
  from {opacity: 0.9;}
  to {opacity: 0.1;}
}

/* ostatni */
.linka {
	width: 60px;
	border-top: 1px solid grey;
	display: inline-block;
}

/*** HEADER ***/
.navbar {
	font-family: 'Noto Serif', serif;
	font-size: 0.75rem;
}
.nav-item a {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	font-size: 0.75rem;
}
.navbar .logo {
	width: 80px;
	opacity: 0.5;
}
.navbar-light .navbar-nav .show>.nav-link {
	color: grey;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
	color: #680915;
}
.koupit .btn-outline-dark:hover, .btn-outline-dark:hover {
	color: #fff;
	background-color: #680915;
	border-color: #680915;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

/*** INDEX ***/
.index-main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@media (min-width: 1200px) {
	.index-main {
		height: 100vh;
		padding: 0 50px 50px 50px;
	}
}
@media (min-width: 992px) {
	.index-main .navbar .logo {
		display: none;
	}
}
.carousel-inner {
	
}
.carousel-item {
}
.carousel-item .item1, .carousel-item .item2, .carousel-item .item3, .carousel-item .item4, .carousel-item .item5 {
	display: flex;
	align-items: center;
	background-size: cover;
	height: 100%;
	padding: 10%;
}
@media (min-width: 1200px) {
	.carousel-item .item1, .carousel-item .item2, .carousel-item .item3, .carousel-item .item4, .carousel-item .item5 {
		padding: 0 50px;
	}
}
.carousel-item .item1 {
	background: white url('../images/background/6.png') repeat fixed center;
}
.carousel-item .item2 {
	background: white url('../images/background/2.png') repeat fixed center;
}
.carousel-item .item3 {
	background: white url('../images/background/9.png') repeat fixed center;
}
.carousel-item .item4 {
	background: white url('../images/background/3.png') repeat fixed center;
}
.carousel-item .item5 {
	background: white url('../images/background/5.png') repeat fixed center;
}
.carousel-item h1 {
	font-family: 'Bonheur Royale', cursive;
	font-size: 4rem;
	text-align: center;
}
.carousel-item p {
	line-height: 1.75rem;
}
.carousel-item p a {
	color: #212529;
}
.carousel-item .logo {
	padding: 0 20%;
	opacity: 0.1;
}
.carousel-item .btn-outline-dark:hover {
	color: #fff;
	background-color: #680915;
	border-color: #680915;
}
.carousel-item .indextest img {
	max-width: 100%;
}
.index-anime {
	animation-name: example;
	animation-duration: 4s;
}
.logo-anime {
	animation-name: logo;
	animation-duration: 4s;
}
.carousel-left {
	padding-bottom: 50px;
}
.carousel-left {
	text-align: center;
}
.carousel-indicators [data-bs-target] {
	height: 5px;
	background-color: #fff;
	opacity: .5;
}
.carousel-indicators .active {
	opacity: 1;
}
@media (min-width: 768px) {
	.carousel-left {
		padding-bottom: 0px;
		text-align: left;
	}
}

/*** SECTIONS ***/
/* Nadpis */
#nadpis {
	
}
#nadpis .background {
	height: 250px;
	background: whitesmoke url('../images/background/vineyard2.jpg') no-repeat bottom;
}
#nadpis h1 {
	font-family: 'Bonheur Royale', cursive;
	font-size: 5rem;
	color: #fff;
	text-shadow: 2px 2px 6px #000000;
}
@media (min-width: 992px) {
	#nadpis .background {
		height: 300px;
	}
	#nadpis h1 {
		font-size: 6rem;
	}
}

/* Úvod */
#uvod {
	color: grey;
	margin-top: 2rem;
}
#uvod .pic-vinoteka img {
	width: 100%;
	padding: 20px 0;
}
#uvod p {
	line-height: 1.5rem;
	font-family: 'Noto Serif', serif;
}
#uvod h2 {
	font-family: 'Noto Serif', serif;
	font-size: 2rem;
}
@media (min-width: 768px) {
	#uvod .pic-vinoteka img {
		padding: 20px 10%;
	}
	#uvod .accordion {
		padding: 20px 0;
	}
}
@media (min-width: 992px) {
	#uvod {
		margin-top: 5rem;
	}
	#uvod .pic-vinoteka img {
		padding: 0 0;
	}
	#uvod .accordion {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	#uvod p {
		line-height: 2rem;
	}
}

/* Vlastnosti */
#vlastnosti {
	margin-top: 2rem;
}
#vlastnosti h2 {
	font-family: 'Noto Serif', serif;
	font-size: 3rem;
}
#vlastnosti .boxy {
	margin-top: 2rem;
}
#vlastnosti .boxy .box:hover {
	background: #680915;
}
#vlastnosti .boxy .box:hover h3 {
	color: #fff;
}
#vlastnosti .boxy .box:hover p {
	color: #fff;
}
@media (min-width: 992px) {
	#vlastnosti {
		margin-top: 5rem;
	}
}

/* Modely */
#modely {
	margin-top: 2rem;
}
#modely h2 {
	font-family: 'Noto Serif', serif;
	font-size: 3rem;
}
#modely .tabulka {
	margin-top: 2rem;
}
#modely .tabulka table {
	min-width: 992px;
}
#modely .tabulka .logo {
	width: 50px;
}
#modely .tabulka .btn-outline-dark:hover {
	color: #fff;
	background-color: #680915;
	border-color: #680915;
}
#modely .tabulka .obrazky img {
	height: 80px;
}
.modal-body img {
	width: 100%;
}
@media (min-width: 992px) {
	#modely {
		margin-top: 5rem;
	}
}

/* Inspirace */
#inspirace {
	margin-top: 2rem;
}
#inspirace h2 {
	font-family: 'Noto Serif', serif;
	font-size: 3rem;
}
#inspirace .kitchen {
	margin-top: 2rem;
}
#inspirace .kitchen img {
	border: 1px solid #fff;
}
@media (min-width: 992px) {
	#inspirace {
		margin-top: 5rem;
	}
}


/*** FOOTER ***/
#footer {
	color: rgba(0,0,0,.55);
	background: whitesmoke;
	min-height: 150px;
	margin-top: 5rem;
}
#footer .logo {
	text-align: center;
}
#footer .logo img {
	width: 100px;
	opacity: 0.6;
}
#footer .odkazy {
	text-align: center;
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
}
#footer .odkazy a {
	display: block;
	font-size: 0.9rem;
	text-decoration: none;
	color: rgba(0,0,0,.55);
	padding: 5px 0;
}
#footer .odkazy a:hover {
	color: #680915;
	text-decoration: underline;
}
#footer .produkt {
	text-align: center;
	margin-bottom: 15px;
}
#footer .nadpis {
	font-family: 'Bonheur Royale', cursive;
	font-size: 2rem;
}
#footer .nadpis a {
	color: rgba(0,0,0,.55);
	text-decoration: none;
}
#footer .nadpis a:hover {
	color: #680915;
}
@media (min-width: 992px) {
	#footer .logo {
		text-align: left;
	}
	#footer .odkazy {
		text-align: left;
		padding: 0;
		margin: 0;
		border-top: none;
		border-bottom: none;
	}
	#footer .odkazy a {
		padding: 0;
	}
	#footer .produkt {
		text-align: left;
		margin-bottom: 0;
	}
}