header {
	font-family: 'Montserrat Alternates', sans-serif;
	text-align: center;
	width: 100%;
    margin: 0;
    padding: 0;
	
	padding-bottom: 50px;
	
	/*height: 240px;
	
	   /* gradient directly on header */
    /*background: linear-gradient(to bottom, #658C58FF 90%, #658C5800 100%);

    
	
	/*height: 300px;
	background-image: url('Images/Animal/DSC00697_Banner_.webp'); /* test path */
    /*background-size: cover;
    background-position: center;
	
	
	    /* Fade the image itself */
    /*-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
    */
  
	/*padding-bottom: 10px; /* adjust this height as needed */
}


header a {
	color: inherit;       /* use the same color as the header text */
	text-decoration: none; /* optional: remove underline */
}

header a:hover {
  text-decoration: underline; /* optional hover effect */
}

.header-container {
	display: flex;
	justify-content: center;
	gap: 10px 30px;
	align-items: flex-end;
	flex-wrap: nowrap;
	width: 65%;
	margin: 0 auto;
	padding: 0 20px;
}

.header-subcontainer {
	display: flex;
	justify-content: center;
	column-gap: 30px;
	row-gap: 5px;
	flex-wrap: wrap;
}

.header-line {
  height: 3px;
  background-color: #5D866C;
  width: 70%;
  margin: 10px auto;
}

.header h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}

.header-subcontainer a {
	font-size: 20px;
	color: black;
}
