@charset "UTF-8";
/* CSS Document */

header h1 {
	color:#014099;
	font-size: 3.2rem !important;
}
header .link a {
	display: block;
	padding: 10px;
	background-color: #4A99B2;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}
@media (min-width: 992px) {
header .link {
	display: flex;
	justify-content: space-around;
}
header .link a {
}
header h1 {
	font-size: 4rem !important;
}
}
#portfolio h1 {
	font-size: 3.2rem;
	color:#014099;
}
#portfolio h4.text-primary {
	color:#014099 !important;
}
footer .footer-bunner {
	max-width: 700px;
	margin: 0 auto 10px auto;
	text-align: center;
}