/*- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/

* {
  --primary-color: #109aa7;
}

body {
  color: #555; /* Steel Gray */
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  overflow: hidden;
}

.navbar-brand {
  font-size: 30px;
}

.nav-link {
  font-size: 18px !important;
  font-weight: 500;
}

.navbar-brand,
.text-primary {
  color: #109aa7 !important;
}

.btn-primary {
  background-color: #109aa7 !important;
  border: none;
}

.nav-link:hover {
  color: #109aa7;
}

p {
  font-size: 18px;
}
.btn-primary:hover {
  background-color: #109aa7 !important;
}

.blue-bg {
  background-color: #109aa7;
  color: #fff;
}

.ionicons {
  color: #109aa7;
  background-color: #f2f2f2;
  padding: 10px;
  height: 50px;
  width: calc(100% - 20px);
  margin-bottom: 12px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .active {
  background-color: #109aa7 !important;
  border: none;
  color: #fff !important;
}

.footer-section {
  background-color: #109aa7 !important;
  border: none;
  color: #fff !important;
}
