
/* latin */
@font-face {
	font-family: 'Calligraffitti';
	font-style: normal;
	font-weight: 400;
	src: local('Calligraffitti'), local('Calligraffitti-Regular'), url(calligraffitti.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(lato-ext.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(lato.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


html {
	font-family: Lato, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.2vw; 
}

body {
	min-height: 100vh;
	margin: 0;
	text-align: center;
}

.t {
	height: 1px;
}

.title {
	font-family: Calligraffitti, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 3rem;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
h1.title {
	font-size: 6rem;
	margin: 10vh 0 0 0;
}

.bg1 {
	background: url(images/littlecafe-bg1-wLarge.jpg) no-repeat center center;
}
.bg2 {
	background: url(images/littlecafe-bg2-wLarge.jpg) no-repeat center center;
}
.bg3 {
	background: url(images/littlecafe-bg3-wLarge.jpg) no-repeat center center;
}
.bg1, .bg2, .bg3 {
	background-size: cover;
}

.userform-panel {
	margin-top: 5vh;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: center;
	padding: 1vw 0;
}
.userform {
	display: table;
}
.userform__row {
	display: table-row;
}
.userform__cell {
	display: table-cell;
	padding: 0.2vw 1vw;
}
.userform input {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 1rem;
	padding: 4px 10px;
}
.userform input[type=submit] {
	cursor: pointer;
	transition: background-color 0.5s;
}
.userform input[type=submit]:hover {
	background-color: #fff;
	transition: background-color 0.5s;
}

.userform__invitation {
	font-size: 0.7rem;
	margin: 0.5vw 0;
}

.userform__error {
	color: #fff;
	background-color: #f00;
	text-align: center;
	padding: 0.5vw 0;
	margin-bottom: 1vw;
}


@media only screen and (max-width: 1400px) {
	.bg1 {
		background-image: url(images/littlecafe-bg1-w1400.jpg);
	}
	.bg2 {
		background-image: url(images/littlecafe-bg2-w1400.jpg);
	}
	.bg3 {
		background-image: url(images/littlecafe-bg3-w1400.jpg);
	}
}


@media only screen and (max-width: 840px) {
	.bg1 {
		background-image: url(images/littlecafe-bg1-w840.jpg);
	}
	.bg2 {
		background-image: url(images/littlecafe-bg2-w840.jpg);
	}
	.bg3 {
		background-image: url(images/littlecafe-bg3-w840.jpg);
	}

	html {
		font-size: 2.5vw;
	}

	.title {
		font-size: 2rem;
	}
	h1.title {
		font-size: 4rem;
		margin: 5vh 0 0 0;
	}

	.userform-panel {
		padding: 3vw 0;
	}
}

@media only screen and (max-width: 480px) {
	.bg1 {
		background-image: url(images/littlecafe-bg1-w480.jpg);
	}
	.bg2 {
		background-image: url(images/littlecafe-bg2-w480.jpg);
	}
	.bg3 {
		background-image: url(images/littlecafe-bg3-w480.jpg);
	}

	html {
		font-size: 5vw;
	}

	.title {
		font-size: 1.5rem;
	}
	h1.title {
		font-size: 3rem;
	}

	.userform {
		display: block;
	}
	.userform__row {
		display: block;
		margin-bottom: 2vw;
	}
	.userform__cell {
		display: block;
		apadding: 0.2vw 1vw;
	}

	.userform__invitation {
		margin-top: 7vw;
	}
}

