header.masthead {
	height: 90vh;
	min-height: 40rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f5c63cc), to(#949181cc)),
		url(https://images.unsplash.com/photo-1459478309853-2c33a60058e7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
	background: linear-gradient(to bottom, #3f5c63cc 0, #949181cc 100%),
		url(https://images.unsplash.com/photo-1459478309853-2c33a60058e7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1350&q=80);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover
}

.booking {
	top: -12vh;
	position: relative;
}

.booking .label {
	font-size: 1.4rem;
}

.booking .number {
	font-size: 4rem;
}

.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 3px;
	display: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	background: rgba(52, 58, 64, 0.5);
	line-height: 45px;
	z-index: 1;
}

.scroll-to-top:focus, .scroll-to-top:hover {
	color: white;
}

.scroll-to-top:hover {
	background: #343a40;
}

.scroll-to-top i {
	font-weight: 800;
}

.dialogBox {
	z-index: 1050; /* dropdowns have 1000 */
	background-color: white;
	padding: 2rem;
	border-radius: 8px;
	position: fixed;
	top: 0;
	right: 0;
}

.gwt-PopupPanel, .gwt-DialogBox, .gwt-PopupPanelGlass {
	z-index: 2;
	background-color: #000;
	opacity: 0.3;
}

.slideUp {
	top: -8vh;
}

/* Hide Arrows From Input Number */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.title {
	font-size: 3rem;
}

.subtitle {
	font-size: 2rem;
}

.subsubtitle {
	font-size: 1.8rem;
}
/* Small devices (landscape phones, 576px and up) */
@media ( min-width : 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media ( min-width : 768px) {
}

/* Large devices (desktops, 992px and up) */
@media ( min-width : 992px) {
	.title {
		font-size: 5rem;
	}
	.subtitle {
		font-size: 3.2rem;
	}
	.subsubtitle {
		font-size: 2.5rem;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media ( min-width : 1400px) {
}