header{
	padding: 30px 0;
	background-image: linear-gradient(180deg,#e5e5e5 0%,#ffffff 100%)!important;
	height: 30px;
}
header img{
    width: auto;
    height: 77px;
	/*margin-left: 140px;*/
    vertical-align: middle;
}

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
footer{
	background-image: linear-gradient(180deg,#2b87da 0%,#133e66 100%)!important;
    padding: 25px 0 15px;
    position: relative;
    font-weight: 600;
    font-size: 12px;
	text-align: center!important;
}
footer img{
	vertical-align: middle;
    /*width: auto;
    height: 47px;
	margin-left: 150px;*/
}
footer p{
	font-family: Lato,"Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
	color:white;
}