@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Roboto');

.information {
	position: relative;
	z-index: 1;
	background-color: #212121;
	overflow-y: auto;
}

.gallery {
	background-image: url(../src/room-1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.row {
	margin-bottom: 0;
}

.head {
	padding: 16px 0;
	width: 100%;
	text-align: center;
	font-size: 4rem;
	color: #F38E0D;
	padding-right: 32px;
}

.title {
	font-family: 'Great Vibes', cursive;
}

.caption {
	text-align: center;
	font-size: 1.5rem;
	color: #616161;
	padding-left: 222px;
	margin-top: -30px;
}

.smallfont {
	font-size: .9em;
}

.description {
	color: #e0e0e0;
}

a {
	color: #F38E0D;
}

html {
font-family: 'Roboto', sans-serif;
}

html, body, main, .container, .row, .col {
	height: 100%;
}

hr {
	border-color: #757575;
}

tr {
	border-bottom: 0;
}

td {
	padding: 4px;
}

td:first-child {
	width: 1%;
}

@media only screen and (max-width: 1300px) {
	.top > .col.s9 {
		display: none;
	}
	.top > .col.s3 {
		width: 100% !important;
		padding: 0 20%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

}

@media only screen and (max-width: 790px) {
	.top > .col.s3 {
		padding: 0 10%;
	}
}

@media only screen and (max-width: 390px) {

	.caption {
		margin-top: 0;
		padding-left: 0;
	}

}

@media only screen and (max-height: 719px) and (max-width: 390px) {
	html {
		height: auto;
	}
}