/* vodanube website custom styling */
/*   Use standard bootstrap as much as possible */
.vndb-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #023E8A;
}

.vnbb-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0077B6;
}

.vn2lb-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #8ECAE6;
}

.vnlb-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0096C7;
}

.vnslv-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #c5c9c7ff;
}

.vngry-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #B4C0C7;
}

.vn-h1 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.vnlb-h2 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0096C7;
}

.vnbb-h2 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0077B6;
}

.vnbb-h3 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0077B6;
}

.vnlb-h3 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #0096C7;
}

.vnslv-h3 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #c5c9c7ff;
}

.vn-h3 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: black;
}

.vndkp-h3 {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #03045E;
}

.vndb-lead { 
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #023E8A;
}

.vnbb-lead { 
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #0077B6;
}

.vnlb-lead { 
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #0096C7;
}

.vnslv-lead { 
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #c5c9c7ff;
}

.vngry-lead { 
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #B4C0C7;
}

.vn-lead { 
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: black;
}

.vnst-p {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.vnbb-p {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0077B6;
}

.vnlb-p {
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0096C7;
}

.vnbb-about-lead {
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #0077B6;
    margin: 0;
    text-indent: 2rem;
    text-align: justify;
}

.vndb-about-lead {
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #023E8A;
    margin: 0;
    text-indent: 2rem;
    text-align: justify;
}

.vnia-about-lead {
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: normal;
    color: #B4C0C7;
    margin: 0;
    text-indent: 2rem;
    text-align: justify;
}

.vndb-body {
    background-color: #03045E;
}

.vndk-body {
    background-color: #01153e;
}


.vnbb-body {
    background-color: #0077B6;
}

.vnlb-body {
    background-color: #0096C7;
}

/* Start custom navbar for vn*/
.nav-vn {
    background-color: #c5c9c7ff;
    /*background-color: #B4C0C7;*/
}

.nav-vn .nav-link {
    color: #0077B6;
    font-weight: 700;
    border-bottom: .25rem solid transparent;
}

.nav-vn .navbar-text {
    font-family: Verdana, sans-serif;
}

.nav-vn .nav-link:hover,
.nav-vn .nav-link:focus {
  border-bottom-color: #FF8800;
}

.nav-vn .navbar-toggler-icon {
    background-color: #c5c9c7ff;
    /*background-color: #B4C0C7;*/
}


.nav-vn .dropdown-menu {
    background-color: #c5c9c7ff;
    /*background-color: #B4C0C7;*/
}

.nav-vn .dropdown-item {
    color: #0077B6;
    font-weight: 600;
}

.nav-vn .nav-item.dropdown:hover,
.nav-vn .nav-item.dropdown:focus {
    border-bottom-color: #FF8800;
}

.nav-vn .dropdown-item:hover,
.nav-vn .dropdown-item:focus {
    border-bottom-color: #FF8800;
}

/* Stop custom navbar for vn*/

.vnbb-txt {
    font-family: Verdana, sans-serif;
    color: #0077B6;
}

.vndb-btn{
    color: #8ECAE6;
    background-color: #023E8A;
}

.vndb-btn:hover, .vndb-btn:focus {
  color: #FF8800;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/* Start custom navbar for light pages*/
.nav-dkcust {
    background-color: #01153e;
}

.nav-dkcust .nav-link {
    color: #29465b;
    border-bottom: .25rem solid transparent;
}

.nav-dkcust .navbar-text {
    font-family: Verdana, sans-serif;
}

.nav-dkcust .nav-link:hover,
.nav-dkcust .nav-link:focus {
  border-bottom-color: #FF8800;
}

.nav-dkcust .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-dkcust .active {
    color: #8ECAE6;
    border-bottom-color: #023E8A;
}
/* Stop custom navbar for light pages*/

/* Start Header and button stuff borrowed from the cover example on Bootstrap */
.nav-masthead .nav-link {
  color: #29465b;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #FF8800;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #8ECAE6;
  border-bottom-color: #023E8A;
}

.nav-masthead .navbar-text {
    font-family: Verdana, sans-serif;
}

/* button stuff */
.vnlb-btn{
    color: #03045E;
    background-color: #0096C7;
}

.vnlb-btn:hover, .vnlb-btn:focus {
  color: #FF8800;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.vnia-btn{
    color: #29465b;
    background-color: #B4C0C7;
}

.vnia-btn:hover, .vnlb-btn:focus {
  color: #B4C0C7;
  background-color: #B4C0C7;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.vnaor-btn{
    color: #168AAD;
    background-color: #FF8800;
}

.vnaor-btn:hover, .vnaor-btn:focus {
  color: #023E8A;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.vn2lb-btn{
    color: #023E8A;
    background-color: #8ECAE6;
}

.vn2lb-btn:hover, .vn2lb-btn:focus {
  color: #023E8A;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.vn2mb-btn{
    color: #023E8A;
    background-color: #219EBC;
}

.vn2mb-btn:hover, .vn2mb-btn:focus {
  color: #023E8A;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.vndefim-container{
    background-color: rgb(240, 240, 240);
    margin: 0 auto;
    padding: 20px;
}


/* End Header and button stuff borrowed from the cover example on Bootstrap */


