body {
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
font-weight: 400;
font-style: normal; 
	background-color: #F1F3F0;
	color:#472602;
}
p{
	font-size:24px;
}
h2 {
	
	font-weight: 700;
	font-style: normal;
}
strong{
	
font-weight: 700;
font-style: normal;
}
li.nav-item a, p.ss{
	font-size:35px;
	border-bottom:5px solid #68A1C9;
	color:#472602;
	padding-top:30px;
}
@media (max-width: 600px) { 
	p.ss{
		font-size:20px;
		color:#472602;
		padding-top:30px;
	}
}
a.navbar-brand img{
	width:75%;
}
@media (max-width: 576px) { 
	a.navbar-brand img{
		width:20%;
	}
}
#myCarousel{
	margin-bottom:30px;
}