/* Import Google Fonts */
@import url('https://web.archive.org/web/20250909162039cs_/https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* General Body Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF; /* Light green background */
    color: #585858; 
    margin: 0;
    padding: 0;
}

/* Header Styles */
header {
    background-color: #38602E; /* Dark green background */
    color: #FFFFFF; /* White text */
    padding: 0px;
    text-align: center;
}

header h1 {
    font-weight: 600; /* Bold heading */
    font-size: 2.5rem;
}

/* Link Styles */
a {
    color: #6FA843; /* Green color for links */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Button Styles */
button, .button {
    background-color: #6FA843; /* Green background for buttons */
    color: #FFFFFF; /* White text on button */
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

button:hover, .button:hover {
    background-color: #38602E; /* Dark green on hover */
}

/* Code Block Styling */
code {
    font-family: 'Courier New', monospace;
    background-color: #F5F5F5; /* Light grey background for code */
    padding: 5px 10px;
    border-radius: 5px;
}

/* Footer Styles */
footer {
    background-color: #F5F5F5; /* Dark green footer */
    color: #FFFFFF; /* White text */
    padding: 20px;
    text-align: center;
    font-size: 0.9rem;
}

footer a {
    color: #6FA843; /* Link color in footer */
}

footer a:hover {
    text-decoration: underline;
}

/* Article Styling */
article {
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
}

article h2 {
    color: #38602E; /* Dark green for headings */
    font-weight: 600;
    font-size: 2rem;
}

article p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #585858; /* Updated article text color */
}

#searchBar .search-query {
	background: #fff;
	border-color: transparent;
	box-shadow: none;
	color: #777;
}

#searchBar button {
	background: #6FA843;
	border-color: transparent;
	color: #fff;
}

#searchBar button:hover {
	background: #38602E;
	border-color: transparent;
	color: #FFFFFF;
}
/*
     FILE ARCHIVED ON 16:20:39 Sep 09, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:47:37 Sep 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.677
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.012
  cdx.remote: 135.342
  LoadShardBlock: 507.861 (3)
  PetaboxLoader3.datanode: 553.616 (4)
  load_resource: 534.117
  PetaboxLoader3.resolve: 211.712
*/