@charset "utf-8";
/* CSS Document */

body P {
    font: 400 15px Lato, sans-serif;
    line-height: 1.5;
    color: #818181;
}

h3 {
	color: #454343;
}

h4 {
color: #B77054;
}

.logo-small {
    color: orange;
    font-size: 30px;
	padding-right: 10px;
}

.carousel-caption {
	font-size: 24px;
	color:aliceblue;
	font-weight: bold;
}

.thumbnail {
	background: #aadde1;
}

.caption {
	margin-top: -15px;
}

.container {
	margin-top: -5px;
	margin-bottom: -10px;
}

.space {
	margin: -5px 0 3px 0;
}

.glyphicon-certificate {
	color: gold;
}








