/* Your custom css code goes here */
body {
background-color: #f6d85b;
opacity: 0.8;
background-image:  radial-gradient(#fffaae 1.2000000000000002px, transparent 1.2000000000000002px), radial-gradient(#fffaae 1.2000000000000002px, #f6d85b 1.2000000000000002px);
background-size: 48px 48px;
background-position: 0 0,24px 24px;}

.probootstrap-logo-center img {
	height:100px;
}

.probootstrap-logo img {
	height:50px;
}

.flexslider {
	margin-top:-25px;
}

@media screen and (max-width:768px){
	
	.flexslider {
	margin-top:0;
}
}

.probootstrap-room {
	border:20px solid white;
}