@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ========================
   RESET PLUS 
=========================== */

img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

button, button:focus {
	border: 0;
	outline: 0;
}

html {
	scroll-behavior: smooth;
}

div {
	box-sizing: border-box;
}

img {
	height: auto;
	width: auto;
}


/* ========================
   FONTS 
=========================== */

/* poppins-regular - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../_backing/fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('../_backing/fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../_backing/fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../_backing/fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../_backing/fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../_backing/fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../_backing/fonts/poppins-v20-latin-600.eot'); /* IE9 Compat Modes */
	src: url('../_backing/fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../_backing/fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('../_backing/fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
		url('../_backing/fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../_backing/fonts/poppins-v20-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* ========================
   TYPO 
=========================== */

html {
	font-size: calc(14px + (30 - 14) * (100vw - 320px) / (5120 - 320));
}

p, a, h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #b9a26e;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 1.2em;
}

h2 {
	margin-top: 3rem;
	font-size: 0.75rem;
}

#intro p {
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}

#legal p, #legal a {
	font-size: 0.6rem;
	text-align: left;
}

.small {
    font-size: 0.6rem;
}

.modal p, .modal a, .modal h3 {
	text-transform: none;
	letter-spacing: normal;
}

.modal h2 {
	font-size: 1.2rem;
}

.modal h3 {
	font-size: 1.1rem;
}

.modal h2, .modal h3 {
	margin-top: 3em;
}

/* ========================
   LAYOUT 
=========================== */

html {
	background-color: rgba(7,7,7,1.00);
}

#main {
	min-height: 100vh;
}

.flex {
	display: flex;
}

.container {
	box-sizing: border-box;
	flex-direction: row;
}

.half {
	box-sizing: border-box;
	width: 50%;
}

.horizontal {
	flex-direction: row;
}

.vertical {
	flex-direction: column;
	justify-content: space-between;
}

.centered {
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

#image {
	background-image: url("../_images/jimmysbar-frankfurt.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#logo {
	width: 33.33%;
}

#content {
	padding: 2rem 2rem 1rem;
}

#content .top {
	min-height: 75vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#legal {
	margin-top: 3rem;
	width: 100%;
	align-items: baseline;
	justify-content: space-between;
}


/* MODAL */

.modal {
  display: none; /* none by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
}

.modal-content {
	background-color: #090909;
	margin: 1.5rem auto;
	padding: 1.5rem;
	width: calc(100% - 3rem);
	max-width: 900px;
	overflow-wrap: break-word;
}

#footer .modal-btn {
	background: none;
	cursor: pointer;
	margin: 0 0 0 15px;
	padding: 0;
}

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}


/* ========================
   INTERACTIVE 
=========================== */

a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
}

a:hover {
	text-decoration: underline;
}

#legal a {
	display: inline;
}

.close {
	font-size: 1.5rem;
	text-align: right;
	line-height: 0.5em;
}

.close:hover, .close:focus {
  text-decoration: none;
  cursor: pointer;
	opacity: 0.5;
}



/* ========================
   RESPONSIVE 
=========================== */

@media(max-width:999px){
	#main {
		flex-direction: column;
	}
	.half {
		width: 100%;
	}
	#image {
		min-height: 75vh;
	}
	#logo {
		width: 50%;
	}
}
