.bg-light  { background-color: #FFF !important; }

/*
.nav-link {
  margin-right: 10px; color: #1a285f !important;
  border-bottom: 3px #fff solid !important;
  }
  
.nav-link:hover, .nav-link:focus {
  color: #1a285f !important;
  border-bottom: 3px #1a285f solid !important;
  }
 */
  
/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
  h1.titletext {font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 32px; color: #29418b; line-height: 1.4;}

.navbar-light .navbar-nav .nav-link {
    color: #29418b !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;;
    background-color: #29418b !important;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #29418b !important;
}