/*

*/

*{
	font-family: "europa", sans-serif;
}
body{

}
h1{
	font-weight: 500;
	font-size: 40px;
	display: block;
	color: #000;
}
h2{
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
}
h3{
	font-size: 28px;
}
h4{
	font-weight: 600;
	font-size: 16px;
	color: #3C4858;
	margin-bottom: 0;
}
h5{
	line-height: 21px;
	font-weight: 600;
	font-size: 16px;
	color: #eff2f7;
}
h6{
	font-weight: 600;
	color: white;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-top: 0;
}
p{
	font-size: 18px;
	font-weight: 300;
}
a{
	color:#264568;
}
a:hover{
	color:rgb(4, 0, 107);
}
button{
	font-weight: 600;
}
footer{
	/*background: linear-gradient(50deg, #306EFF 0, #3030ff 100%);*/
	color: #D3DCE6;
}
footer ul{
	list-style-type: none;
	padding-left: 0;
}
hr{
	background-color: #8492A6;
	border-color: #8492A6;
	color: #8492A6;
}