body{
	font-family: 'SF Pro Display', sans-serif;
}
.header{
	padding:50px 0 5px
}
.footer{
	padding:38px 0;
	background-color:#070B2E;
}
.footer .col-md-4:last-child figure{
	text-align:right;
}
.footer figure h6{
	font-size:18px;
	color:#387AA8;
	font-family: 'Roboto', sans-serif;
}
.footer figure h6 a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
.footer figure p{
	font-size: 16px;
    color: #fff;
    opacity: 0.4;
    font-weight: normal;
}



@media only screen and (max-width:767px){
	.header{
		padding:25px 0 5px;
	}
	.header .header-logo img{
		max-width: 180px;
        height: auto;
	}
	.header .navbar{
		justify-content:center;
	}
	.header .navbar .header-logo{
		margin-right:0;
	}
	.footer .footer-logo img{
		max-width: 180px;
		height: auto;
	}
	.footer figure h6{
		font-size:16px;
	}
	.footer figure p{
		font-size:14px;
	}
	.footer .col-md-4:last-child figure img{
		max-width: 130px;
        height: auto;
	}
	.footer .col-md-4 figure{
		text-align:center;
	}
	.footer .col-md-4:last-child figure{
		margin-bottom:0;
		text-align:center;
	}
}