

nav.main_menu ul li.active a:hover { color: #d0da29; }

.sub-title { font-size: 24px; }

.description-title { font-family: 'Montserrat', sans-serif; }

.nsf-title { font-family: 'Montserrat', sans-serif; font-weight: 600; color: #1a1918; }

.circle { height: 170px;
  width: 170px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; /* may require vendor prefixes */
  background: #d0da29;
  color: #1a1918;
  font-size: 17px;
  font-weight: 500;
  border: 6px solid #f7ff6af2; }

.number { color: #d0da29; }

@media only screen and (max-width: 600px) {

.circle {
 height: 285px; width: 285px;
} 
.circle-area { margin-bottom: 32px !important; }

h3 { line-height: 42px; }

}

/* footer */

.footer_bottom a {
color: #fff;
}