﻿
    h2,h3,h4,h5{
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}
.box{
    border: solid 1px #FFF;
	outline: solid 1px #e0e0e0;
}

/*p,b{
	float: left;
	display: block;
	font-family: 'Lato', sans-serif;
}*/

.carousel{
	margin-top: 30px;
	position: relative;
	padding-bottom: 50px;
	/*background-color: #D8D8D8;*/
}

.item{
	min-height: 325px;
	padding-left: 30px;
	padding-right: 30px;
}

.item h2{
	width: 80%;
	color:black;
	padding: 15px;
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
	/*text-shadow: 1px 2px 3px #444;*/
}

.item .block{
	width: 100%;
	float: left;
	color: #FFF;
	min-height: 200px;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	/*box-shadow: 1px 2px 3px #444;*/
}


.item h4{
	width: 100%;
	padding: 15px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	/*text-shadow: 2px 2px 2px #555;*/
}


.item p{
	text-align:justify;
	font-size: 18px;
}

.item .input-group{
	margin-bottom: 10px;
}

.block-1{
	background-color: #d8e0ca
}

.block-2{
	background-color: #bd9983
}

.block-3{
	background-color: #98b8ce
}

.block-4{	
	background-color: #F7C767
}

.carousel-indicators {
    bottom: 0px;
}

