:root {
    --default-text-color: #073107; /* Very dark green */
}

body {
    color: var(--default-text-color);
}

/* NAVIGATION*/

nav {
    color: var(--default-text-color);
}
.navbar-brand {
    color: var(--default-text-color);
    text-decoration: none;
}

#tools-navbar-item.active, #documentation-navbar-item.active, #chemical-navbar-item.active, #radionuclide-navbar-item.active, #ecological-navbar-item.active, #media-transport-navbar-item.active, #epa-navbar-item.active {
    text-decoration: underline;
    font-weight: 600;
}

#tools-navbar-item, #documentation-navbar-item, #chemical-navbar-item, #radionuclide-navbar-item, #ecological-navbar-item, #media-transport-navbar-item, #epa-navbar-item {
    padding-top: 0.3em;
    

}

.nav-item {
    z-index: 10;
    position: relative;
}

.closed {
    display: none !important;
}

#tools-navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#tools-navbar, #documentation-navbar, #ecological-navbar, #media-transport-navbar, #epa-navbar {
    height: 50px; /* Adjust the height as needed */
    font-weight: 400;

}

#tools-navbar .active {
    font-weight: 600;
    padding-bottom: 0rem;
}

#chemical-navbar,
#radionuclide-navbar,
#ecological-navbar,
#media-transport-navbar,
#epa-navbar {
    background-color: #fff !important; /* Ensure the background is white */
    box-shadow: 0 -6px 24px -4px rgba(2, 127, 89, 0.18);
    
}


#chemical-navbar, #radionuclide-navbar, #ecological-navbar, #media-transport-navbar, #epa-navbar {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
    height: 15px; /* Adjust the height as needed */
    border: 1px;
   /* font-size: 0.9rem; /* Adjusted font size to make it smaller */
   
}

.no-border-bottom {
    border-bottom: none !important;
}


/* HERO */

.hero {
    background: url('../img/hero_landscape.png') no-repeat;
    background-size: 90dvw 50dvh;
    background-blend-mode: overlay;
    background-size: cover;
    padding: 5rem 1rem; /* Increased padding for more height */
    border-bottom: 1px solid #d4edda;
    color: var(--default-text-color);

}

.hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    color: var(--default-text-color);

}

.hero h2 {
    color: var(--default-text-color);

}

.hero p {
    font-size: 1.1rem;
    color: #444;
    max-width: 600px;
    margin: 0 auto;
}


.hero h1,
.hero p {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

/* BODY */
body {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    background-color: #ffffff;
}

body, html {
    font-family: 'Inter', sans-serif;
}
.pagetitle.custom-title {
    text-align: center;
}

.tool-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: box-shadow 0.3s;
    background-color: #fff;
    cursor: pointer; /* Makes it clear the card is clickable */
    text-decoration: none; /* Removes underline if used as a link */
    display: block; /* Ensures the entire card is clickable */
    color: inherit; /* Inherits text color */
}

.tool-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.icon {
    font-size: 2rem;
    margin-right: 10px;
}

.doc-link {
    background-color: #e6f4ea;
    padding: 1rem;
    border-radius: 12px;
    display: inline-block;
    font-weight: 500;
}

.card_image {
    height: 100px;
    object-fit: cover;
}

h1,
h2,
h3 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.custom-title {
    color: var(--default-text-color);
    padding: 20px 30px;
    border-radius: 8px;
    font-size: 2.2rem;  
    margin-bottom: 30px;
    border-left: 8px solid #fac558;
    box-shadow: 0 2px 8px rgba(2, 127, 89, 0.08);
}

.custom-container {
    border-radius: 12px;
    padding: 40px 32px;
    box-shadow: 0 4px 24px rgba(2, 127, 89, 0.07);
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.content p {
    color: var(--default-text-color);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 18px;
}

.custom-link {
    color: #027f59;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.2s;
}

.custom-link:hover {
    color: #007b53;
}

.custom-divider {
    border: none;
    border-top: 2px solid #028059;
    margin-top: 32px;
    margin-bottom: 0;
    width: 60%;
    margin-left: 0;
}


.btn-green {
    background-color: #1f7a45;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: background-color 0.2s ease-in-out;
}

.btn-green:hover {
    background-color: #166235;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}


.card {
    border-radius: 14px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-top: 10px;
}

.instructions-card {
    border-radius: 14px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    background-color: #e6f4ea;
    margin-top: 10px;
    padding: 20px;
    color: black;
}

.instructions-links {
    text-decoration: underline;
    font-weight: 500;
}

.staff-contact {
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color 0.2s ease-in-out;
    color: var(--default-text-color) !important; /* Explicitly set the text color */
}

.staff-contact:hover {
    color: #1f7a45 !important;
}

	fieldset {
		border: 1px solid #ccc;
		border-radius: 8px;
		margin-bottom: 1.5em;
		padding: 1.2em 1.5em 1em 1.5em;
		background: #fafbfc;
	}
	legend h3 {
		margin: 0;
		font-size: 1.15em;
		font-weight: bold;
	}
	select.chzn-select {
		width: 100%;
		min-width: 220px;
		max-width: 500px;
		padding: 6px;
		border-radius: 6px;
		border: 1px solid #bbb;
		background: #fff;
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	label {
		font-weight: 500;
		margin-left: 0.5em;
		font-size: 1em;
	}

    	input[type="checkbox"] {
		margin-right: -0.5em;
		margin-top: 0.5em;
		accent-color: #1f7a45;
		padding-top: 0.5em;
		padding-left: 0.5em;
		transform: scale(1.1);
		vertical-align: middle;
	}

    fieldset {
		border: 1px solid #ccc;
		border-radius: 8px;
		margin-bottom: 1.5em;
		padding: 1.2em 1.5em 1em 1.5em;
		background: #fafbfc;
	}
	legend h3 {
		margin: 0;
		font-size: 1.15em;
		font-weight: bold;
	}

 