.no-underline {
  text-decoration: none !important;
  color: Azure !important;
}

.no-underline:hover {
  text-decoration: underline !important;
  color: DeepSkyBlue !important;
}

.section.bg-gray {
	color: WhiteSmoke;
    background: #696969 !important;
}


