body {
  font-display: Montserrat;
  background: #212629;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-brand {
  line-height: 0px;
}
.navbar-toggler {
  background-color: white;
}
.time {
  color: white;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 5px;
}
.foundation {
  color: white;
  font-size: 11px;
  font-family: Roboto;
  margin-top: -7px;
  margin-bottom: 0;
  text-align: center;
}
ul.dropdown-menu {
  border-radius: 0;
}
.dd-li {
  margin-left: 5px;
}
.dd-li:hover {
  border-left: 2px solid #0dcaf0;
}
.dropdown-toggle::after {
  border-left: 0.3em solid white;
}
.borderleftblue {
  border-left: 2px solid #0dcaf0;
  margin-left: 5px;
  padding-left: 10px;
  margin-top: 20px;
}
.nav-link {
  color: white;
}
.menu-label {
  color: white;
  font-size: 12px;
}
.btn-outline-primary {
  border: 2px solid steelblue;
  color: steelblue;
}
.btn-outline-primary:hover {
  background-color: steelblue;
  color: white;
}
.banner-collaborate {
  background: #0dcaf0 url("../images/collaborate.png") repeat fixed center;
  color: white;
}
.banner-innovate {
  background: #002133 url("../images/innovate.png") repeat fixed center;
  color: white;
}
.banner-empower {
  background: #008282 url("../images/empower.jpg") repeat fixed center;
  color: white;
}
.banner-title {
  font-family: "Roboto";
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 900;
  height: 200px;
  line-height: 200px;
  /* border: 3px solid white; */
  text-align: center;
}
.banner-title p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.banner-image {
  border: solid 1px black;
}
.h5-custom {
  color: steelblue;
}
.standard-section {
  padding: 20px;
  text-align: justify;
  overflow: auto;
  border-left: solid black 1px;
  border-right: solid black 1px;
  background-color: #f9fafb;
  font-size: small;
}

.standard-section-header {
  text-align: center;
}

.header-section {
  padding: 20px 0px 20px 2px;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.header-card {
  width: 15rem;
  height: 50px;
  border-radius: 0 15px 15px 0;
  font-family: Orbitron;
  font-size: 18px;
  font-weight: 300;
}

.home-section {
  background-color: white;
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  font-family: Montserrat;
}

.home-section-card {
  font-family: Montserrat;
  font-size: 16px;
  border: 0px solid rgba(0, 0, 0, 0.125);
}
.para-text {
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0.2px;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: 300;
  color: #333;
}
.vm-section {
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  font-family: Montserrat;
  background: white;
}

.vm-section-vision {
  padding: 10px;
  line-height: 2.25;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.footer-section {
  font-size: 16px;
  padding: 20px;
  overflow: auto;
}

.footer-section a {
  color: white;
  padding: 10px;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: white;
  color: black;
}

.card-text {
  font-size: small;
}
