a:hover, a:focus {
color: gray;
text-decoration: underline;
}
a {
color: gray;
text-decoration: none;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
color: #ffffff;
background-color: gray;
}

@media (max-width: 767px) {
	img {display: none;}
}

.bigCustom {
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-rendering: optimizelegibility;
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 40px;
	font-size: 24.5px;
}