/* Start HeaderStyles.css */

    .fixed-header-container {
      position: fixed;
      top: 0;
      width: 100%;
      background-color: #1E6E68;
      z-index: 1000;
    }
    
 .navbar {
    background-color: #1E6E68 ;
    margin-bottom: 0;
    }   
    
 .navbar-brand,
 .navbar-nav .nav-link {
	    color: #ffffff !important;
	}

 .navbar-brand:hover,
 .navbar-nav .nav-link:hover {
    color: #ffffff !important;
	}   
	
  .jumbotron {
    background-color: #1E6E68; 
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;   
    }
    .custom-jumbotron {
  background-color: #1E6E68;
  color: #ffffff;
  margin-bottom: 0.5;
  border-radius: 0.5;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.custom-title {
  font-size: 1.8rem;
  margin: 0.3rem 0;
}

.custom-subtitle {
  font-size: 1.1rem;
  margin: 0.3rem 0;
}
     
/* Einde HeaderStyles.css */
