html {
	position:relative;
	min-height:100%;
	scroll-behavior: smooth;
}
body {
	margin-bottom:0px;
	font-family:'Khand', sans-serif;
}
.footer {
	width:100%;
	min-height:70px;
	background-color:#f5f5f5;
}
footer p {
	margin:20px 0;
}
.footer > .container {
	padding-right:15px;
	padding-left:15px;
}
h3 {
	display:inline-block;
	font-size:32px;
	line-height:36px;
	position:relative;
	margin-top:28px;
	margin-bottom:15px;
}
h3:before{
	left:-40px;
	height:0;
	height:1px;
}
h3:before, h3:after {
	content:"";
	position:absolute;
	bottom:18px;
	height:1px;
	width:40px;
	margin:0 -15px;
	background-color:#533834;
}
h3:after{
	right:-40px;
}
h5 {
	font-size:16px;
	line-height:22px;
	margin:0 0 15px;
	font-weight:400;
}
.item {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.item h4, .item p {
	display:block;
	clear:both;
	color:#533834;
}
.item p {
	clear:both;
	color:#938372;
	margin-left:5px;
}
.item span:first-of-type {
	background-image:linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(0,0,0,0) 0%);
	background-position:bottom;
	background-size:3px 1px;
	background-repeat:repeat-x;
	height:1px;
	width:100%;
	position:absolute;
	top:22px;
}
/* Dots in IE */
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.dots {
		background:transparent url('/img/dot.gif') repeat-x bottom left;
	}
}
.badge {
	display:inline-block;
	padding:0 10px;
	background:#d2c82a;
	font-size:12px;
	font-weight:300;
	line-height:26px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	border:1px solid rgba(0,0,0,.05);
	letter-spacing:1px;
	border-radius:3px;
	margin:-2px 5px 0 0;
}
.note {
	padding:0 5px 0 7px;
	min-width:23px;
	background:rgba(0,0,0,0);
	border:1px solid #382f2f;
	color:#382f2f;
	box-sizing:border-box;
	border-radius:12px;
	line-height:21px;
}
.veggie {
	color:#82b440;
	border-color:#82b440;
}
.spicy {
	color:#ec4e00;
	border-color:#ec4e00;
}
.item span:nth-of-type(2n) {
	position:absolute;
	font-size:22px;
	font-weight:400;
	right:0;
	padding-left:8px;
	background-color:#fff;
	z-index:0;
}
.item h4 {
	display:inline-block;
	padding-right:8px;
	font-size:1.25rem;
	max-width:80%;
	text-transform:capitalize;
	margin-bottom:4px;
	position:relative;
	color: #8e2a2a;
}

.item h6 {
	display:inline-block;
	padding-right:8px;
	font-size:1rem;
	line-height:1.5;
	max-width:80%;
	text-transform:capitalize;
	margin-bottom:0;
	position:relative;
	color:#938372;
	font-weight:normal;
}

.container {
	max-width: 960px;
}

/*
* Custom translucent site header
*/

.site-header {
	background-color: rgba(0, 0, 0, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
	color: #8e8e8e;
	transition: color .15s ease-in-out;
}
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}

#masthead {
	background: url('../img/pc.jpg') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	position:relative;
	padding: 30px 30px 50px;
	overflow: hidden;
}



#logo{max-width: 400px;width: 80%; text-align:center; z-index:10;}
#logo img{max-width:130px;}

#title{max-width: 400px;width: 80%; text-align:center; z-index:20; padding:50px 0px;}
#title img{max-width:240px;}

#wine-tasting{max-width: 400px;width:80%;max-width: 290px; text-align:center; z-index:10;}
#wine-tasting img{max-width: 115px}


/*
 * Dummy devices (replace them with your own or something else entirely!)
*/

.product-device {
	position: absolute;
	right: 10%;
	bottom: -30%;
	width: 300px;
	height: 540px;
	background-color: #333;
	border-radius: 21px;
	transform: rotate(30deg);
}

.product-device::before {
	position: absolute;
	top: 10%;
	right: 10px;
	bottom: 10%;
	left: 10px;
	content: "";
	background-color: rgba(255, 255, 255, .1);
	border-radius: 5px;
}

.product-device-2 {
	top: -25%;
	right: auto;
	bottom: 0;
	left: 5%;
	background-color: #e5e5e5;
}


/*
* Extra utilities
*/

.flex-equal > * {
	flex: 1;
}
@media (min-width: 768px) {
	.flex-md-equal > * {
		flex: 1;
	}
}

@media (max-width:767px)
{
	#masthead {
		background-image: url('../img/mobile.jpg');
		background-position: center center;
	}

	#logo img {
		width:120px;
	}

	#title {max-width:200px;}
	#title img {width:100%;}

	#wine-tasting img{
		width:90px;
	}

}