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

* {
	font-family: 'Ubuntu', sans-serif;
}
body {
	background-color: #EBEBEB;
}
a:not(.btn) {
	color: #333;
	text-decoration: underline;
}
a:not(.btn):hover {
	color: #af7d03;
}

.logo img {
	width: auto;
	height: 55px;
}
section.titlebar {
	background-color: #1E3E95;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}	


h4 {
	font-size: 18px;
}

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

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

.footer {
	background-color: #666666;
	color: #fff;
}
.footer h4 {
	color: #e6e6e6;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}


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

/*
.container {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 1px #e9e9e9; margin: 0 auto;
}



#addEntry, 
#addAnotherEntry, 
.submit .btn-success {
	background-color: #005F9F;
	border-color: #005F9F;
	color: #fff;
}
.titlebar p {
	font-size: 18px;
}

*/

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