/* General body styling */
body {
    font-family: 'Droid Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

header {
    text-align: center;
    padding: 20px;
    background-color: #FFF;
    color: #009BC2;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #FFF;
    color: #009BC2;
}

title {
    margin: 0 10px 0 0;
	font-size: 2.1em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	float: left;
}

h1 {
    margin: 0 10px 0 0;
	font-size: 2.1em;
	line-height:1.2;
	font-weight: bold;
	text-transform:uppercase;
	font: bold 1.4em/1.4 'Droid Sans', arial, sans-serif;
	color: #009BC2;
}
h2 {
    text-align: center;
	margin:26px 0 12px;
	font: bold 1.3em/1.4 'Droid Sans', arial, sans-serif;
    color: #009BC2;
}
h3 {
	margin: 26px 0 12px;
	font: bold 1.2em/ 1.4 'Droid Sans', arial, sans-serif;
}
h4 {
	margin: 22px 0 12px;
	font: bold 1.1em/1.4 'Droid Sans', arial, sans-serif;
}
h5 {
	margin: 22px 0 10px;
	font: bold 1em/1.3 'Droid Sans', arial, sans-serif;
}
h6 {
	margin: 20px 0 10px;
	font: bold .9em/1.3 'Droid Sans', arial, sans-serif;
}

.feed-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.feed-item {
    background-color: white;
    margin: 10px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.feed-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.feed-item h2 {
    font-size: 18px;
    margin: 10px 0;
}

.feed-item p {
    font-size: 14px;
    color: #555;
}

/* Categories styling */
.categories {
    margin-top: 10px;
    font-style: italic;
    color: #555;
}



.feed-item .read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #009BC2;  /* Green background */
    color: white;  /* White text */
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;  /* Smooth hover effect */
}

.feed-item .read-more:hover {
    background-color: #218838;  /* Darker green on hover */
}


.randompost {
    display: flex;            /* Enable flexbox layout */
    flex-wrap: wrap;         /* Allow items to wrap to the next line */
    justify-content: center; /* Space items evenly */
    padding: 20px;
}

.category {
    display: flex;            /* Enable flexbox layout */
    flex-wrap: wrap;         /* Allow items to wrap to the next line */
    justify-content: center; /* Space items evenly */
    padding: 20px;
}

.floating-window {
    position: fixed; /* Fixes the position of the window */
    bottom: 20px;   /* Distance from the bottom of the screen */
    left: 50%;      /* Center it horizontally */
    transform: translateX(-50%); /* Adjust centering */
    background-color: #fff; /* Background color */
    border: 1px solid #ccc; /* Border */
    border-radius: 8px; /* Rounded corners */
    padding: 15px; /* Inner padding */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    z-index: 1000; /* Ensure it appears above other elements */
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space out items */
    align-items: center; /* Center items vertically */
}

.floating-window .read-more {
    display: inline-block;
    padding: 10px 10px;
    background-color: #009BC2;  /* Blue background */
    color: white;  /* White text */
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;  /* Smooth hover effect */
}

#close-button {
    display: inline-block;
    padding: 18px 10px;
    background-color: #04fd15;  /* Green background */
    color: rgb(0, 0, 0);  /* White text */
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease;  /* Smooth hover effect */
}

#close-button:hover {
    background-color: #0000fb; /* Darker blue on hover */
    color: rgb(255, 255, 255);  /* White text */
}


/* Responsive design */
@media (min-width: 600px) {
    .feed-item {
        max-width: 300px;
    }
}


/*
     FILE ARCHIVED ON 10:09:52 Feb 01, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:04:36 Aug 16, 2026.
     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.503
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.043
  esindex: 0.01
  cdx.remote: 21.959
  LoadShardBlock: 172.666 (3)
  PetaboxLoader3.datanode: 153.35 (4)
  PetaboxLoader3.resolve: 180.536 (2)
  load_resource: 228.717
*/