@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: #6F767A;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}	


h4 {
	font-size: 18px;
}

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

#addEntry:hover{
	background-color: #6f767a;
}

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


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




#addEntry, 
#addAnotherEntry, 
.btn, 
.btn-success {
	background-color: #9C9B9B;
	border: solid 1px #9C9B9B;
	color: #fff;
	padding: 5px 15px;
}
#addEntry:hover, 
#addAnotherEntry:hover, 
.btn:hover, 
.btn-success:hover {
	background-color: #6f767a;
	border: solid 1px #6f767a;
	color: #fff;
	padding: 5px 15px;
}


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