.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
input.gray * { color: gray; }

.dropdown-item:hover {}

.navbar-nav .nav-item .dropdown-menu a {
    color: #2E2E2E;
	padding-left: 1em;
}
.footer-about .logo img {
    width: 100px; 
}
@media (max-width: 576px) { 
	.navbar-brand img{max-height:80px}
}