@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

* {
	font-family: 'Ubuntu', sans-serif;
}
body {
	background-color: #fff;
}
a:not(.btn) {
	color: #004E9E;
	text-decoration: none;
}
a:not(.btn):hover {
	color: #F29201;
}

.logo img {
	width: auto;
	height: 80px;
}
section.titlebar {
	background-color: #004E9E;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	border-top: 10px solid #F29201;
	padding-top:  10px;
}	


h4 {
	font-size: 18px;
}

#addEntry, 
#addAnotherEntry, 
.submit .btn-success {
	background-color: #004E9E;
	border: none;
	color: #fff;
}

#addEntry:hover{
	background-color: #4468CA;
}

.footer {
	background-color: #004E9E;
	color: #ffffff;
}
.footer h4 {
	color: #ffffff;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.footer-col {
	display: inline-block;
	vertical-align: top;
}
.footer-col.col-label {
	width: 110px;
}




#addEntry, 
#addAnotherEntry, 
.btn, 
.btn-success {
	background-color: #004E9E;
	border: solid 1px #004E9E;
	color: #fff;
	padding: 5px 15px;
}
#addEntry:hover, 
#addAnotherEntry:hover, 
.btn:hover, 
.btn-success:hover {
	background-color: #2e6eaf;
	border: solid 1px #2e6eaf;
	color: #fff;
	padding: 5px 15px;
}


@media (max-width: 767.98px) {
	.secondary-logos {
		margin: 20px 0 !important;
		float: none !important;
	}
}