:root{
	--bg-color: #090304;
}

html, body {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow-x:hidden;
}

body {
	color: #fff;
	background-color: var(--bg-color);
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-bottom:100px;
}
b,strong{
	font-family: brandon-grotesque, sans-serif;
	font-style: normal;
	font-weight: 900;
}

h1,h2,h3,h4,h5{
	font-family: "Khand",Helvetica,Arial,sans-serif;
	font-weight:700;
}
h1{
	font-family: brandon-grotesque, sans-serif;
	font-size: 36px;
	line-height: 64px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
}
h2{
	font-family: brandon-grotesque, sans-serif;
	font-size: 18px;
	line-height: 25px;
	align-items: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.4;
}
h3{
	font-family: brandon-grotesque, sans-serif;
	font-size: 18px;
	line-height: 25px;
	align-items: center;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #FFFFFF;
}

hr{
	background-color:rgba(255,255,255,0.2);
	margin:75px 0px;
	position:relative;
	z-index:10;
}

a { color:white; text-decoration:none; border-bottom:1px dotted white; font-size: 18px; opacity: 0.7; font-weight:900; }

a:hover {
	text-decoration: underline;
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: brandon-grotesque, sans-serif;
	font-size: inherit;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

input[type="range"] {
	height: 0;
}

button {
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color:transparent;
	padding:10px 20px;
	margin:20px 0px;
	outline: none;
	cursor:pointer;
	font-weight:900;
}

button:active {
	background-color: #ddd;
}

button:hover {
	background-color:#fff;
	color:var(--bg-color);
}

#flames{ position:fixed; top:0px; left:0px; width:100%; height:100%; z-index:0; pointer-events: none; }



.fullscreen-video-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99991;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
}

.fullscreen-video-popup video {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	outline: 0;
	border: 0;
}

.fullscreen-video-popup .fullscreen-video-close {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 99992;
	width: 62px;
	height: 62px;
	background-color: transparent;
	background-image: url("./res/fullscreen-video-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	cursor: pointer;
}

.fullscreen-video-popup .fullscreen-video-close:hover {
	background-image: url("./res/fullscreen-video-close-hover.svg");
}

#open-espresso-video svg{
	margin-right: 10px;
}

.modal .modal-content.is-huge {
	width: auto !important;
}
.modal .modal-content.is-huge video {
	max-height: calc(100vh - 50px);
}

@media (max-width: 768px){
	body{
		padding: 0px;
	}
}

@keyframes bottle{
    from{ opacity:0; }
    to{ opacity:1; }
}
