@import url(css.css);
@import url(ubuntufont.css);

@media only screen and (max-width: 555px) {
  #myNavbar {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .brand-logo {
    font-size: 1.8rem;
  }
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 200;
}

.img-logo {
  width: 50px;
  height: 50px;
  margin-left: 20px;
}

#eCalendar {
  font-weight: inherit;
}

footer {
  /* background-color: red !important; */
  color: rgba(0, 0, 0, 0.788) !important;
}

body footer .social a {
  color: black !important;
}
body footer .social a:hover {
  color: #0a97eb !important;
}

.footer-link-product {
  color: #352d36 !important;
}
.footer-link-product:hover {
  color: #0a97eb !important;
}
