/* this is my custom css */
/* fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto+Slab:400,100,300,700);

/* glyphicon */

.glyphicon{
	color: #33cc33;
}


/* background color*/

body {
	background-color: #c0dffd;
	padding-top: 100px;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	position: relative;
}

h1, h2, h3, h4, h5, h6, {
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
}



/* carousel*/

/* carousel-control chevrons */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	color: #fff;
}



footer {
	padding: 2em 0;
	margin: 3em 0;
	border-top: 1px solid #ddd;
	color: #999;
	text-align: center;
}
.panel {
	background-color: #c0dffd;
	border-color: #ffffff;
	

.pull-right.img-responsive {
	margin: 0 0 1em 1em;
}


.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3F2B22;
  border-color: #333;
}

/* google maps */
.map-canvas {
	width: 500px;
	height: 400px;
	background-color: #CCC;
}

/* tab style for holiday_caravans.html */
.tab-pane {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.8em;
}

.active .glyphicon {
	color: #3399ff;


.picture{
	padding: 0.8em;
}