
* {
	font-family: 'playfair-display';
}

html, body {
	background-color: black;
	color: white;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2.2em;
}

a {
	color: #dcbe84;
	text-decoration: none;
}

a:hover {
	color:#ffdc99;
}

#contents {
	
}

.claim {
	font-family: Muli;
	font-weight: 200;
	color: #dcbe84;
	font-size: .75em;
	letter-spacing: .5ch;
}

text {
	display: block;
	font-family: 'Playfair Display';
	font-weight: normal;
	font-size: .8em;
	line-height: 1.5em;
}

text strong {
	color: #dcbe84;
	font-size: 120%;
}

#header {
	width: 95vw;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#logo  {
	width: 100px;	
	z-index: 5000;
	
}

#qr-code img,
#logo img {
	width:100%;
}

#qr-code {
	width: 120px;
	justify-self:end;
}

/* TODAY' SELCTION */

#today {
	display: flex;
	flex-direction: column;
  align-items: center;
	margin-top: 2em;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

#today h1 {
	text-align: center;
	width: 100%;
	
}

#today_fg {
	position: relative;
	z-index: 100;
	width: 100%;
	mix-blend-mode: lighten;
}

#today_bg {
	top: 12em;
	width:100%;
	position: absolute;
	z-index:0;	
	opacity: 0.08;
	display: flex;
  justify-content: center;
}

#today_bg svg {
	max-width: 650px;
}


#today_list {
	margin: 0;
	padding: 0;
	margin-top: 5em;
	display: flex;
	/* overflow: auto; */
}

#today_list li {
	display: flex;
	flex-direction: column;
  align-items: center;
	position: relative;
	flex-basis: 100%;
}

#today_list .wine_img {
	min-width: 200px;
	/* max-width: 300px; */
}

.circle {
	width: 106px;
	height: 106px;
}


#today_list .wine_img img {
	width: 130%;
	display: block;
	margin-left: -15%;
	mix-blend-mode: lighten;
}

#today_list .wine_label {
	text-align: center;
  margin-top: 1em;
}
#today_list .wine_number {
	position: relative;
}
#today_list .wine_number div{
	font-size: 2.5em;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -0.1em;
}


.l-cover {
    position: absolute;
		z-index: 300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* PAGE */

.page {	
	position: relative;
	
	display: flex;
	justify-content: center;
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2em;
}


.page .col0 {
	width:80vw;
	max-width:600px;
}


.page .col1 {
	width:35vw
}

.page .col1 .img img { width: 100%; mix-blend-mode: lighten;}

.page  .col2 {
	width:55vw
}


.page text img {
	display: block;
	width: 100%;
}

.page .sep {
	font-size: .8em;
	vertical-align: middle;
}

.page img.cover {
	width:100%;
	display: block;
	margin: auto;

}

div[data-youtube-video] {
	cursor: move;
	padding-right: 1.5rem;

	iframe {
		border: 0.5rem solid var(--black-contrast);
		display: block;
		min-height: 200px;
		min-width: 200px;
		outline: 0px solid transparent;
	}

	&.ProseMirror-selectednode iframe {
		outline: 3px solid var(--purple);
		transition: outline 0.15s;
	}
}


/* TOUR */

#tour ul{
	padding: 0;
	margin: 1em;
}

#tour ul li {
	list-style: none;
	line-height: 2em;	
}

#tour ul li h2 {
	margin: 0;
}


#tour .text {
	line-height: 1.7em;
	font-size: 0.95em;
	margin-bottom: 2em;
}

#tour .text p {
	margin-top: 0.1em;
}

#tour .text img.cover {
	float: left;
	margin-right: .5em;
	width: auto;
}
#tour .text a.readmore{
	
}

#tour .break {
	float: none;
}


/* MOBILE SPECIFIC */

@media only screen and (max-width: 500px) {

	#header {		
		grid-template-columns: 1fr;
	}

	#logo {
		margin: 0 auto;
		width: 70px;
	}


	#today_list .wine_img {
		width: 30vh;
		min-width: none;
	}



	#today_list .wine_number {
		height: 10vh;
		width: 10vh;
	}

	.circle {
		width: 100%;
		height: 100%;
	}
	

	
	#today {		
		margin-top: 1em;	
	}

	#today h1 {		
		font-size: 2vh;
		margin: 0 0;
	}

}


@media only screen and (max-height: 500px) {
	#logo {
		width: 50px;
		margin-top: 5px;
		
	}
	#today {
		margin-top: -50px;
		
	}

	#today_list {
		margin-top: 0;
	}

	#today_list li {
		/* flex-direction: row; */
		justify-content:center;
	}

	#today_list li > div {
		/* border: 1px solid red; */
		
	}

	#today_list .wine_img img{
		width: auto;
		height: 50vh;
		margin: 0 auto;
	}

	#today_list .wine_number {
		width: 70px;
		height: 70px;
		/* visibility: hidden; */
	}
	.circle {
		width: 100%;
		height: 100%;
	}

	#today_bg {
		
		width:100%;
		max-width: 80vh;
		top: 0;
	}
	


	#today h1 {		
		font-size: 1.5em;
	}
}

.splide__pagination {
	bottom: -4vh;
}


/* MENU */

#menu {
	position: absolute;
	top:0;
	margin: 0 auto;
	width: 100%;
}

#menu ul {
	list-style-type: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;

}

#menu ul li {
	padding: 2em 1em 0 1em;
}

.hide {
	visibility: hidden;
}

#menu_icon {
	display: block;
	position: absolute;
	z-index: 2000;
	right: 20px;
}

#menu.mobile ul {
	position:absolute;
	z-index: 2001;
	right: 20px;
	flex-direction: column;
	align-items: flex-end;
	background-color: rgba(10, 10, 10, .8);
}




