#navibar h1 {
	float: none;
	text-align: center;
}
#navibar {
	display: flex;
	flex-direction: column;
}
#navibar ul,
#navibar ul li {
	float: left;
}
#navibar ul li a {
	float: left;
	padding: 5px;
	border-bottom: #444 dotted 1px;
}
#showcase {
	height: 10%;
}
#showcase .showcase-content {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	height: 20%;
	width: 60%;
	font-size: 80%
}
.showcase-content h2{
	padding-top: 10px;
}
#showcase p{
	text-align: center;
	padding-left: 50px;
	height: 20%;
	width: 60%;
	font-size: 90%
}
.room-info {
	padding-top: 90px;
}
.overlay {
	height: 98%;
	width: 98%;
}
