body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
}

a {
  text-decoration: none;
}
.topbar {
  font-size: 0.9rem;
  padding-top: 10px;
}

.topbar a {
  text-decoration: none;
  color: white;
}


.topbar span {
  color: white;
  padding-left: 10px;
  font-size: 20px;
}

.header {
  box-shadow: gray 0px 4px 2px -2px;
}

.header img {
  max-width: 100%;
  height: auto;
}

.header h2,
.header h4 {
  margin: 0;
}

.navbar-brand h2,
.navbar-brand h4 {
  margin: 0;
}

.tab-menu .nav-link {
  font-size: 1.1rem;
  font-weight: bold;
}

.tab-content {
  padding: 2rem 0;
}
.para-text{
    font-size: 18px;
}
.tab-content > ul, li{
    font-size: 18px;
}

.btn-primary {
  background-color: #004080;
  border-color: #004080;
}

.btn-primary:hover {
  background-color: #002b57;
  border-color: #002b57;
}

.footer {
  background-color: #343a40;
  color: #fff;
  padding: 1rem 0;
}

.footer p {
  margin: 0;
}

.contact .table th,
.contact .table td {
  text-align: center;
}

.table thead th {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}
