﻿.hs-btn.hs-highlighted {
	background-color: #283878;
	color: white !important;
}

.hs-btn.hs-highlighted:hover {
	background-color:rgb(48, 67, 140);
}

.hs-btn.hs-highlighted:active {
	background-color: rgb(24, 36, 81);
}

footer {
   padding: 60px 0;
   background-color: rgb(40, 56, 120);
   color: white;
}

#hs-footer {
	display: flex;
	align-items: center;
	flex-direction: column;
}

div#hs-footer hr {
    border: 0.5px solid rgb(57, 78, 161);
    width: 50px;
}

footer #center {padding-bottom: 20px;font-family: 'Montserrat', arial, sans-serif;font-size: 16px;font-weight: 400;}