footer {
  font-size: .8em;
}

footer a {
  color: #E0E6AE;
}

footer a:hover {
  color: #EEC856 !important;
}

footer .phone {
  font-size: 1.4em;
  font-weight: 700;
  color: #E0E6AE;
}

footer .navbar {
  margin-bottom: 0;
  min-height: 0;
}

footer .navbar-default {
  background-color: transparent;
  border: none;
  margin-right: 40px;
}

footer .navbar-nav>li a {
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
  color: #EEC856 !important;
}

footer .sponsors {
    padding:20px;
}

footer .sponsors .large_sponsor img {
    margin-top:1vw;
    width:100px;
}

footer .sponsors img {
    margin: 0px 40px;
}

footer .main_sponsor img {
    width: 250px;
}
 
