/* Tema Browns Central */

body {
	background-color: #f5ffca;
	color: black;
}

#main {
	background-color: white;
}

footer {
	background-image: url(img/mosaic_pattern_green.jpg);
}
#nav-left {
	background-image: url(img/l_arrow.png);	
}
#nav-right {
	background-image: url(img/r_arrow.png);
}
.box1 {
	background-color: #222222;
}

.box2 {
	background-color: red;
	color: white;
}

#img_container_left {
	background: url(img/mosaic01.jpg) center top no-repeat;
	}

#img_container_center {
	background: url(img/thebar2017.jpg) center top no-repeat;
	}
	
#img_container_right {
	background: url(img/whats2017.jpg) center top no-repeat;
	}

.room_desc h1 {
	color: #006f15;
}
.room_desc {
	color: black;
}

hr {
    border-top: 1px solid #006f15; 
    }

#leftmenu a {
	color: black 
}

#leftmenu a:hover {
	color: #d72c2c;
}

nav {
	background-color: white;
}

#img_container_single_left, #img_container_single_right, #img_container_double_left, #img_container_double_right, #img_container_full, #img_container_left, #img_container_center, #img_container_right {
	border: 1px solid white;
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.10);
}

.img_room_left {
	float: left;
	}

.img_room_center {
	margin:0 auto;
	}
	
.img_room_right {
	float: right;
	}
	
.img_room_left, .img_room_center, .img_room_right {
	height: 260px;
	width: 32%;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #f3f3f3;
	position: relative;
	}
	
.room_features {
	background-color: #f8ffe6;
}