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