@charset "UTF-8";
/*!
* Custom CSS - Lyna Nguyen
*/

/* Logo name */
a.navbar-brand.text-primary {
  color: #1B88ED !important;
}

.page-header-ui {
  position: relative;
  padding-top: 2rem !important;
  padding-bottom: 4rem !important;
}


/* Testimonial */
.testimonial .testimonial-quote { font-size: 1em; }
/* Testimonial Logo */
.testimonial.slf img {
  width: 50%;
  height: auto;
  margin: 25px 0;
}
.testimonial.we img {
  width: 200px;
  height: auto;
  margin: 5px 0 10px;
}
.testimonial.jcr img {
  width: 45%;
  height: auto;
  margin: 15px 0;
}
.testimonial.bitmaker img {
  width: 120px;
  height: auto;
  margin: 5px 0 10px;
}

.bg-gradient-primary-to-secondary {
  /* Blue & teal (warm colors accessibility) */
   background-color: #0061f2 !important;
   background-image: linear-gradient(135deg, #0061f2 0%, rgba(109, 255, 221, 0.8) 100%) !important;
}
.social-media a { color: #fff; }

button.navbar-toggler { display: none; }


/* @media only screen and (max-width: 991px) {
  footer.footer.pt-10 .footer-light { padding-top: 5em !important; }
} */

/* @media only screen and (max-width: 992px) {
  a.btn.btn-primary.fw-500 { margin: 10px 0 !important; }
}
@media only screen and (min-width: 1200px) {
  a.btn.btn-primary.fw-500 { margin: 10px 0 !important; }
} */
