/* FADE NAVBAR, ... CONTINUE GRADIENT TO BOTTOM OF PAGE */



@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";

/* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    color: #1F5B83;
    font-size: 17px; 
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #1F5B83;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    color: grey;
    text-decoration: none; 
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    font-size: 17px; 
  }
  
  /* Right-aligned section inside the top navigation */
  .topnav-right {
  float: right;
  }
  
  .logo {
      color: black;
      padding-inline-start: 10px;
      font-weight: bold;
  }

  h3 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold; 
  }
/* UNNECCESSARY???
  .topnav.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  }
  
  .topnav.scrolled .nav-link {
    color:#555;
  } */