    /* Changes navbar collapse length.*/
  
      .jumbotron {
        background: url("pics/newsitepics/another-test.JPG");
        background-position: 50% 35%;
        background-size: cover;
        height: 500px;
        filter: brightness(115%);
        -ms-filter: brightness(115%);
      }
      
      .navbar li{
        padding: 0px 20px;
        font-size: 20px;
      }
      .headingText {
        color: white;
      }
      
      html, body { 
        height: 100%; 
        width: 100%; 
        margin: 0; 
      }

      .row p {
        max-width: 450px;
        margin: auto;
      }

      /*Modal Styling for adding a scroll bar to modal window so it doesn't shift on closing. Removed for site update 02-21-18. 
      Scroll bar not needed because page is not long enough to have its own scroll bar.
      .modal-dialog {           
        margin-bottom: 600px;
      }*/

      .modal-body {
        text-align: center;
        margin: 0;
      }

      .modal-body h2, h3:not(p) {
         font-family: 'Poppins', sans-serif;
      }

      .modal-body h3 {
        color: #006dcc;
        margin-bottom: 0;
      }

      .modal-body p {
        font-size: 18px;
      }

      .modal-body a {
        font-size: 18px;
      }

      #modal-text-container {
        border-left: 3px solid #006dcc;
        border-right: 3px solid #006dcc;
        margin: auto;
        width: 80%; 
      }

      hr.modal-header {
        display: hidden;
      }

      #feedback-form {
        margin-top: 15px;
      }

      #feedback-message {
        margin-bottom: 15px;
      }

       @media screen and (max-width: 470px) {
        #modal-text-container {
          width: 100%; 
        }
      }     

    /*END Modal Styling*/

        @media (max-width: 1199px) {
      .navbar-header {
          float: none;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          width: 97%;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-nav {
          float: none!important;
          margin: 7.5px -15px;
      }
      .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .navbar-text {
          float: none;
          margin: 15px 0;
      }
      /* since 3.1.0 */
      .navbar-collapse.collapse.in { 
          display: block!important;
      }
      .collapsing {
          overflow: hidden!important;
      }
  }
      /* END NAVBAR COLLAPSE LENGTH. */
      
      /* Navbar Styling */
      #navbar-wrapper-wrapper { /*This style is here because the modal window would always pull the navbar to the side because it .navbar-wrapper was absolute positioned. */
        position: relative;
      }

      .navbar-wrapper {
        position: absolute; 
        margin-left: auto; 
        margin-right: auto; 
        left: 0; 
        right: 0;
      }
      
      .navbar {
        border-radius: 7px;
      }
      
      #navbar a {
        color: #f0f0f0; 
      }
      
      /* changes dropdown text color  http://stackoverflow.com/questions/22074956/bootstrap-dropdown-menu-text-color */
      .navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #3344ff;
        color:#ffffff;
      }
      
      #dropdown-color {
        background-color: #2b2b2b;
      }
      
      /* changes dropdown hover color  http://stackoverflow.com/questions/25801122/change-bootstrap-navbar-dropdown-menu-hover-color */
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-image:none !important;
      }
      
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #575757;
      }
      /* end hover color */
      
      #navbar-brand {
            color: #f0f0f0;
            margin-right: 40px;
          }
      
      .navbar-brand {
        white-space: nowrap; 
        font-size: 16px;
      }
     /* end navbar styling */
     
     /* footer */ 
      .contact-info {
        /*display: flex; */
        flex-direction: column;
      }

      .footer p {
        font-size: 12px;
        white-space: nowrap;
      }

      #footer-facebook-box {
        display: inline-block;
        background-color: white;
       /* border-color: rgba(199, 199, 199, 0);
        border: 1px solid;
        border-radius: 5px;
        padding: 5px;*/
      }


      .copyright {
        text-align: right;
      }
      
      /* for responsive text in header.*/
      #text-container {
        font-family: 'Poppins', sans-serif; 
        text-align: center;
        color: white;
        position: relative;
        right: 0; 
        left: 0;
        margin-top: 80px;
        background-color: rgba(0, 0, 0, 0.4);
      }
      
      #heading1 {
        font-size: 60px; 
        font-family: 'Poppins', sans-serif;
      }
      
      #des1 {
        font-size: 25px; 
        font-family: 'Poppins', sans-serif;
      }

      
     @media screen and (max-width: 1199px) {
      #heading1 {
          font-size: 50px;
          }
      #des1 {
            font-size: 25px;
          }
       
       #navbar-brand {
            margin-right: 0px;
          }
       }
      
     @media screen and (max-width: 991px) {
      #heading1 {
          font-size: 40px;
          }
      #des1 {
            font-size: 21px;
          }
       
       #navbar-brand {
            margin-right: 0px;
          }
        }
      
     @media screen and (max-width: 767px) {
      #heading1 {
          font-size: 40px;
          }
      #des1 {
            font-size: 21px;
      }
       #dropdown-color {
         background-color: inherit;
       }
       
       #navbar-brand {
            margin-right: 0px;
          }
        }
          
      
      @media screen and (max-width: 480px) {
        #text-container {
          margin-top: 30px;
        }
        
        #navbar-brand {
            margin-right: 0px;;
          }
      }
      
  /*END RESPONSIVE CAROUSEL-CAPTION.*/