@import url('../css/normalize.css');
@import url('../css/jquery-ui.base.css');

@font-face {
	font-family: "Lato";
	src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
	font-family: "Lato";
	src: url('../fonts/Lato-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: "Lato";
	src: url('../fonts/Lato-Italic.ttf');
	font-style: italic;
}

html {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family: "Lato", Geneva, Tahoma, sans-serif;
	font-size: 14px;
}

a {
	color: rgb(82, 157, 160);
	text-decoration: none;
}

footer {
	background-color: rgb(69, 58, 68);
	color: rgb(159, 159, 159);
	padding: 1ex;
}

footer h2, footer h3, footer h4, footer strong {
	color: rgb(255, 255, 255);
}

footer > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
}

footer h4 {
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
}

h3 {
	color: #d6993b;
}

h4 {
	color: rgb(82, 157, 160);
}

iframe {
	max-height: 88%;
	max-width: 100%;
	object-fit: cover;
}

img {
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

input[type="email"], input[type="number"], input[type="text"], select, textarea {
	border-width: 1px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
}

button, input[type="button"], input[type="submit"] {
	background-color: rgb(82, 157, 160);
	border-radius: 4px;
	border: 0;
	color: rgb(255, 255, 255);
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 6px 8px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: rgba(82, 157, 160, 0.8);
}

label {
	display: inline-block;
	min-width: 14ex;
}

table {
	border: 0;
	overflow: auto;
}

table tr th {
	vertical-align: top;
}

table tr th, table tr td {
	overflow-wrap: break-word;
	text-align: left;
}

/* classes */
a.button {
	background-color: rgb(82, 157, 160);
	border: 0;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	display: inline-block;
	padding: 6px 8px;
}

a.button:hover {
	background-color: rgba(82, 157, 160, 0.8);
}

div.columns-2 > div.column.group {
	background-color: rgb(235, 235, 235);
	border-color: lightgrey;
	border-width: 1px;
	border-style: solid;
	padding-left: 1ex;
}

div.columns-2 > div.column.group:first-child {
	padding-left: 1ex;
}

div.content {
	position: absolute;
	top: 87%;
	width: 100%;
	z-index: 2;
}

span.copy {
	cursor: pointer;
}

div#copyHint {
	background-color: rgba(92, 78, 91, 0.8);
	border-radius: 4px;
	bottom: 5ex;
	color: white;
	position: fixed;
	z-index: 3;
	left: 50%;
	padding: 0.1ex;
	padding-left: 2ex;
	padding-right: 2ex;
	transform: translateX(-50%);
}

div.gradient {
	background: rgb(106, 82, 105);
	background: linear-gradient(to right, rgb(82, 157, 160), rgb(106, 82, 105), rgb(92, 78, 91));
	height: 6px;
	width: 100%;
}

div.header {
	background-color: rgb(255, 255, 255);
	padding: 2ex;
	padding-bottom: 5px;
	padding-top: 5px;
	position: fixed;
	width: 100%;
	z-index: 4;
}

div.header > div {
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
}

div.header h1 {
	color: #d6993b;
	display: inline-block;
}

div.section {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
	padding-top: 15ex;
}

div.sections h3 {
	padding-top: 15ex;
}

div.sections p {
	line-height: 150%;
	text-align: justify;
}

div.sections {
	background-color: rgb(255, 255, 255);
	padding-left: 0.5ex;
	padding-right: 0.5ex;
}

div.splash {
	background-image: url('../images/home-bg.jpeg');
	background-color: rgb(235, 235, 235);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: rgb(255, 255, 255);
	height: 88%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 9ex;
	width: 100%;
	z-index: 1;
}

div.splash > h3 {
	background-color: rgba(255, 255, 255, 0.5);
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin: auto;
	padding: 2ex;
	padding-left: 20%;
	position: absolute;
	text-align: left;
	top: 15%;
}

input[type="text"].number {
	text-align: right;
}

table td.select_rooms {
	text-align: right;
}

ul.lang {
	position: absolute;
	right: 5ex;
	top: 0;
	vertical-align: top;
}

ul.lang li {
	display: inline-block;
	list-style-type: none;
	font-size: 150%;
	padding-top: 0.1ex;
}

ul.links {
	list-style-type: none;
}

ul.links li:before {
	content: "» ";
}

ul.menu {
	display: inline-block;
	vertical-align: top;
}

ul.menu li {
	float: left;
	list-style-type: none;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	padding-top: 0.1ex;
	text-transform: uppercase;
}

ul.menu li:hover {
	background-color: rgb(82, 157, 160);
}

ul.menu li:hover, ul.menu li:hover a {
	color: rgb(255, 255, 255);
}

ul.menu li a {
	color: rgb(0, 0, 0);
	font-weight: bold;
}

/* media queries */
@media (min-width: 40em) {
	html {
		font-size: 14px;
	}

	div.columns-4 > div.column {
		display: inline-block;
		padding-left: 1em;
		vertical-align: top;
		width: 13em;
	}

	div.columns-4 > div.column:first-child {
		padding-left: 0;
	}

	div.splash > h3 {
		font-size: 125%;
	}
}

@media (min-width: 60em) {
	html {
		font-size: 16px;
	}

	div.columns-2 > div.column {
		display: inline-block;
		padding-left: 1em;
		vertical-align: top;
		width: 29em;
	}

	div.columns-2 > div.column:first-child {
		padding-left: 0;
	}

	div.splash > h3 {
		font-size: 150%;
	}
}
