
.small-text{
	color: #333;
	font-size: smaller;
	font-weight: 400;
}

.av-rooms h5{
	font-size: 1.1em;
}

body{
	background-image: url('../img/2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.container{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}