/*if you can have a strong of weight 900 in the slider text but strong of weight 600 for body text
	*/

body{
	font-family: 'Biryani', sans-serif;
	font-size: 14px;
	color:#1d1d1d;
	font-weight: 300;
	line-height: 2;
	letter-spacing:0.015em;
}
body strong,body b{
	font-weight:600;
}

a{
	text-decoration: none;
	color: #194e91;
	font-weight: 600;

}
a:hover {
	color: #7696bc;
	cursor: pointer;
}

h1 {
	font-size: 32px;
	font-weight: 900;
	letter-spacing:0.02em;
	line-height: 140%;
	color: #194e91;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: #194e91;
	line-height: 140%;
	letter-spacing:-0.01em;
}
h2 strong{
	font-weight: 900;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	color: #5c8ab9;
	line-height:1.9;
}
h4 {
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;
}

li{
	color: #525252;
	line-height: 2.25em;
	font-weight:900;
	letter-spacing:0.15em;
	font-size:12px;
}


nav li{
	font-size: 11.5px;
	font-weight: 300;
	letter-spacing:0.08em;
	line-height: 160%;
	color: #1a1819;
	text-transform: uppercase;
}


.ft.footer {
	font-size: 12px;
	font-weight: 600;
	letter-spacing:0.04em;
	line-height: 170%;
	color: #fff;
}
.ft.footer-copy{
	font-size: 9px;
	font-weight: 600;
	letter-spacing:0.04em;
	line-height: 140%;
	color: #fff;
}


