@import "http://fonts.googleapis.com/css?family=Bitter";
body {
	background:  #dadada;
}

header {
	font-family: 'Droid Serif', Georgia, serif;
	font-size:  1.2em;
	padding: 0 10%;
}

header h1 {
	font-family: "Lobster two",georgia, serif;
	color: #E2E6AC;
}

header p {
	margin-bottom: 25px;
}

.carousel {
	border: 10px solid #FFF;
	
	filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9986295347545738, M12=-0.05233595624294383, M21=0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');
	zoom: 1;
	-webkit-box-shadow: 10px 10px 20px #002624;
	-moz-box-shadow: 10px 10px 20px #002624;
	box-shadow: 10px 10px 20px #002624;
	margin-top:120px;
}

.carousel .item {
	max-height: 300px;
}

.carshow {
	font-family: 'Droid Serif', Georgia, serif;
}

.carshow h2 {
	font-family: "Lobster two";
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #E2E6AC;
	font-size: 1.9em;
	height: 30px;
}
	
.carshow h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #712525;
	height: auto;
}

.carshow p {
	font-size:  1.2em;
	line-height: 1.5em;
}

.carshow img {
	border: 5px solid #FFF;
	-webkit-box-shadow: 5px 5px 10px #002624;
	-moz-box-shadow: 5px 5px 10px #002624;
	box-shadow: 5px 5px 10px #002624;
	margin-top: 20px;
}

.navbar-inner {
	background-color: #ffffff;
	
}

.navbar .brand {
	font-family: "Lobster two";
	font-size: 2.2em;
	line-height: 1em;
	color: white;
}

.navbar .nav > li > a {
	margin-top: 15px;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navbar-inverse .nav > li > a {
	color: #000;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	background-color: #000000;

}
.the-icons {
    list-style: none outside none;
    margin-left: 0;
}
.the-icons li {
    float: left;
	line-height: 25px;
	margin-right: 67px;
	width: 25%;
}
.the-icons i:hover {
    background-color: rgba(255, 0, 0, 0.25);
}
.capitalize{
	font-variant:small-caps;
	font: 30px/1.2em 'Bitter',serif;
}
