html {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 90px;
    font-family: 'Open Sans', sans-serif;
    color: #030248;
  }

  .navbar-dark {
    font-family: 'Open Sans', sans-serif;
  }


.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active>.nav-link{

  color:#fff;

  outline: 1px solid #fff;

  -webkit-transition: color 1s, outline-color .7s ease-out, background-color .7s ease-out;
   -moz-transition: color 1s, outline-color .7s ease-out, background-color .7s ease-out;
     -o-transition: color 1s, outline-color .7s ease-out, background-color .7s ease-out;
        transition: color 1s, outline-color .7s ease-out, background-color .7s ease-out;
}



  .footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 90px;
line-height: 45px; /* Vertically center the text there */
background-color: #000A3D;
}


body > .container {
  padding: 9px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
  right: 0;
  left: auto;
}
