@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather');

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);



body, html {

	/*font-family: 'Lato', sans-serif;*/
	font-family:Calibri;

	background-color: #fff;

}



nav {

	font-family: 'Lato', sans-serif;

}



p{

	background-color: white;

	border-top:  10px;

	font-family: merriweather;

}



.container {

	margin-top: 2em;

	background-color: white;

	text-align: justify;

	margin-bottom: 4em;

	padding-bottom: 1em;

}



.main {

	background-color: white;

}

#carousel-example {

width: 87%;

margin-right: auto;

margin-left: auto;

display: block;

}

h3 {

	margin-left: 0.5em;

	font-family: Calibri;

}
ul
{
	text-align:left;	
}