@charset "utf-8";
/* CSS Document */



html {
    font-size: 16px;
}

body {
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif
}

h1 {
	color: #232a48;
	margin-top: .5em;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
		}

h2 { 
	color: #232a48;
	margin-top: 1.5em;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
	}


h3 {
	color: #232a48;
	margin-top: 1.5em;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1.2;
	}


h4 {
	color: #232a48;
	margin-top: 1.5em;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
		}



p ul {
	color: #565c65;
	line-height: 1.5;
	margin-top: 1em;
}

a {
	color: #096DB9;
}

a:hover {
	text-decoration: none;
}

footer {
    width: 100%; 
    height: 64px; 
    background-color: #232A48;
    
}

.colorband {
    
    height: 40px; 
    background-color: #232A48;
    
}

.fa{
	padding-left: 5px;
}

.logo-item {
  margin-bottom: 10px; /* Adjust as needed */
}

