@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&display=swap');

body * {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-size: 1em;
}
.nav-pills .nav-link {
    padding-right: 84px;
    font-weight: bold;
    font-size: 1.2em;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #2b5a7b !important;
  background-color: #e8f1f8;
}

.text-primary {
  color: #3A7DAC !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2b5a7b !important;
}
.display-4 {
  margin-bottom: 30px;
}
.light_heading {
  color: #2B5A7B;
  margin: 30px 0 10px;
}
.main_p {
  font-size: 1.7em;
  font-weight: 300;
}
.light_hr {
  border: 0 none;
  border-bottom: 1px solid #ddd;
}
.nav-pills .nav-link
{
  border-radius: 0;
}

ul.nav-tabs {
  margin-bottom: 1rem;
}

.jumbotron {
  background-color: #f3f8fb;
}
.display-4 {
  font-size: 2.5rem;
}