@charset "utf-8";

/*
'Lato', sans-serif;
'Roboto', sans-serif;
'Hind Siliguri', sans-serif;
'Julius Sans One', sans-serif;
'Tajawal', sans-serif;
'Quando', serif;
'Encode Sans', sans-serif;
'Scope One', serif;
'Paprika', sans-serif;
*/

a{
	color: inherit;
	text-decoration: none;
    /*display: inherit;
    flex-direction: inherit;*/
}
h1{
	font-family: Raleway;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	text-shadow: 2px 2px 5px #000000;
	text-align: center;
}
h2{
	font-family: Raleway;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-size: 32px;
	color: #00468b;
}
h3{
	font-family: Lato;
	padding: 0px;
	margin: 0;
	font-weight: 500;
	color: #00468b;
	font-size: 25px;
    text-align: center;
}
h4{
	font-family: Raleway;
	padding: 0px;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #00468b;
}
h5{
	font-family: Raleway;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-size: 24px;
	color: #00468b;
}
h6{
	font-family: Raleway;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	font-size: 45px;
	padding-bottom: 25px;
	color: #fff;
	text-shadow: 1px 1px 5px black;
}
p{
	font-family: Roboto;
	font-size: 19px;
	font-weight: 300;
	color: rgba(60,60,60,1.00);
}
footer p{
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	text-align: center;
	color: #999999;
}
.list{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.45;
	list-style-type: square;
	color: #2492cf;
}
.list_nested{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	padding: 15px auto;
	list-style-type: decimal;
	color: rgba(60,60,60,1.00);
}
.list_nested li{
	padding-bottom: 5px;
}
.list_span{
	color: rgba(60,60,60,1.00);
}
#mobile_center2{
		text-align: center;
	}
strong{
	font-family: Lato;
}
span{
    color: rgba(60,60,60,1.00);
}