
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white;
    background-color: #002F6C;
    border-color: #002F6C;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; /* Height of the footer */
    line-height: 15px; /* Vertically center the text there */
    font-size:x-small;
    /*margin-top: -20px;*/
    text-align: center;
}

.navbar-emp {
    font-size: smaller;
    color: white;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-item-enabled {
    cursor: pointer;
}

.zoom {
    padding: 15px;
    transition: transform .3s;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1);
}

a.navbar-emp {
    font-size: smaller;
    color: white;
    text-decoration: none;
}

    a.navbar-emp:hover {
        font-size: smaller;
        color: lightblue;
        text-decoration: none;
    }

}

.btn-link {
    font-size: smaller;
    color: white;
    text-decoration: none;
}

    .btn-link:hover {
        font-size: smaller;
        color: lightblue;
        text-decoration: none;
    }

    .custom-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    
    .custom-toggler.navbar-toggler {
      border-color: white;
    } 
    

