
/** Headings **/
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.paragraph-5 {
  font-family: 'Titillium Web', sans-serif;
    color: #bfcbe9;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

/** Global elements **/

body {
  font-family: 'Titillium Web', sans-serif;
  margin: 0;
  min-height: 100%;
  background-color: #19305a;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}


ul {
  list-style: none;
  padding-left: 0; 
}

a:hover {
  text-decoration: none; 
}

.breadcrumb-link {
  color: #5275b4;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb-link-active {
  color: #bfcbe9;
  text-decoration: none;
  cursor: pointer;
}
.button-cta {
  display: inline-block;
  margin-top: 40px;
  padding: 16px 40px;
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  color: #19305a;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
}

.button-secondary {
  display: inline-block;
  margin-top: 40px;
  padding: 16px 40px;
  background-color: inherit;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
}

/** Sections **/


.section-dark {
  color: #bfcbe9;
  background-color: #19305a;
}

.section-dark h1 {color: white;}

.section-light {
  color: #19305a;
  background-color: #e9edf5;
}


/** Navbar styling **/
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #19305a;
    background-image: linear-gradient(177deg, #19305a, rgba(26, 49, 92, 0.92) 66%, rgba(35, 64, 117, 0.03));
    opacity: 1;
    transition: opacity 200ms ease;
    color: #fff;
}
nav .nav-item {
  padding-right: 10px; 
}
nav .dropdown a {
  padding-left: 10px; 
  color: #19305a;
}
#navbar ul.navbar-nav  > li > a.nav-cta {
  background-color: #fff;
  font-family: 'Titillium Web', sans-serif;
  color: #2f4f9e !important;
  border-radius: 0px !important;
}

.navbar-nav.nav-selected > li > a.nav-cta {
  color: #fff;
}
#navbar ul.navbar-nav > li > a {
  background-color: transparent;
  color: #bfcbe9;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

nav .nav-cta { border-color: inherit; }

/** Footer styling **/

.footer {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #e9edf5;
  text-align: left;
}
.text-block-3 {
  margin-top: 10px;
  margin-left: 0px;
  color: #344e7c;
  font-size: 16px;
}


.footer-label, .footer-label a {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #2e4d86;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: 700; 
}

.footer-link, .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #344e7c;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer .social-icon img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  padding-right: 0px;
}

.footer .bottom-link {
  padding-right: 20px;
  color: #a4b0c5;
  line-height: 14px;
  text-decoration: none;
}

