body {
	
	text-align: left;
	letter-spacing: 1px;
	font: 18px calibri, tahoma;
	color: #000;
	cursor:url('https://aglioeollieo.neocities.org/cursor/normal.gif'), auto;
	background-color:#E7E6E9;
            background-image:url();
            background-repeat: repeat;
            background-position: 0 0;
            background-attachment: fixed;
            padding:10px;
            background-image: linear-gradient(#7053d0 1px, transparent 1px), linear-gradient(to right, #7053d0 1px, #c3bcfa 1px);
            background-size: 20px 20px;
	
}


a:link,
a:visited,
a:active {
	color: #7053d0;
	text-decoration: none;
	font-weight: bold;
	cursor:url('https://aglioeollieo.neocities.org/cursor/pointer.gif'), pointer;
}

a:hover {
	color: #C3BCFA;
	cursor:url('https://aglioeollieo.neocities.org/cursor/pointer.gif'), pointer;
}

::selection {
    background-color: #7053d0; /* Change this to your preferred color */
    color: white; /* Optional: Change text color */
}

::-moz-selection {
    background-color: #7053d0;
    color: white;
}

/* Scrollbars for WebKit-based browsers (Chrome, Edge, etc.) */
::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    background: rgba(112, 83, 208, 0.7); /* Dark background for track */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(195, 188, 250, 1); /* Golden color for thumb */
    border-radius: 5px;
    border: 1px solid rgba(112, 83, 208, 0.7); /* Dark border for thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(195, 188, 250, 1); /* Brighter golden color for hover */
    border: 1px solid rgba(195, 188, 250, 0.7); /* Golden border for hover */
}

/* Scrollbars for Firefox */
body {
    scrollbar-color: rgba(195, 188, 250, 1) rgba(112, 83, 208, 0.7); /* Thumb color, Track color */
    scrollbar-width: thin; /* Makes the scrollbar thinner */
}

/* Optional: Override on specific elements */
.box4, .box3 {
    scrollbar-color: rgba(195, 188, 250, 1) rgba(112, 83, 208, 0.7);
    scrollbar-width: thin;
}


#wrapper {
	margin: 0 auto;
	max-width: 1000px;
}

#header {
	float: left;
	height: 70px;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	margin-top: -10px;
}

#music {
  float: left;
  height: 25px;
  width: 1000px;
  background: #FFF;
  border-radius: 5px;
  margin-top: 10px;
  display: flex; /* Enables flexbox layout */
  align-items: center; /* Aligns items vertically in the center */
  overflow: hidden; /* Hides content that overflows the container */
  position: relative; /* Ensures absolute positioning works for child elements */
}

#music2 {
  float: left;
  height: 70px;
  width: 1000px;
  background: #FFF;
  border-radius: 5px;
  margin-top: 10px;
  display: flex; /* Enables flexbox layout */
    flex-wrap: wrap;
  overflow: visible;
  align-items: center; /* Aligns items vertically in the center */
  
  justify-content: flex-start;
 
  position: relative; /* Ensures absolute positioning works for child elements */
}

.tickertape {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%; /* Start off-screen to the right */
  animation: scroll 30s linear infinite; /* Smooth scrolling animation */
  font-size: 14px; /* Adjust font size to fit the div */
	font-weight: bold;
  color: #000; /* Text color */
}

@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}


#content {
	float: right;
	background: transparent;
	width: 790px;
	margin-top: 10px;
}


#content2 {
	float: right;
	background: transparent;
	width: 38%;
	margin-top: 5px;
	padding: 7px;
}


#leftcolumn {
	background: transparent;
	width: 200px;
	font-size: 16px;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}

#footer {
	float: left;
	height: 90px;
	width: 1000px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 5px;
}

.lefttitle {
	font: 16px courier new;
	color: #C3BCFA;
	text-transform: uppercase;
	background: #7053d0;
	padding: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}

.contenttitle {
	font: 16px courier new;
	color: #C3BCFA;
	text-transform: uppercase;
	background: #7053d0;
	padding: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}

.box {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px;
	border: 2px solid #7053D0;
	border-top: 0px;
	margin-bottom: 12px;
}

.box3 {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px;
	border: 2px solid #7053D0;
	border-top: 0px;
	margin-bottom: 12px;
	height: 150px; /* Set a specific height */
	overflow-y: auto; /* Enable vertical scrolling */
	overflow-x: hidden;
	text-align: center;
}

.box2 {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	border: 2px solid #7053D0;
	border-top: 0px;
}

.box4 {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	border: 2px solid #7053D0;
	border-top: 0px;
	height: 200px;
	overflow-y: auto; /* Enable vertical scrolling */
  align-items: center; /* Aligns items vertically in the center */
  justify-content: center; /* Centers items horizontally */
  text-align: center; /* Centers inline text elements */
}

/* ------------------- Boxes ------------------- */
.box5 {
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    height: 630px;
    overflow-y: auto;
}

.tumblr-post {
    background: #fff;
    border: 2px solid #7053D0;
    border-radius: 13px;
    margin-bottom: 15px;
    overflow: hidden;
}

.tumblr-post h3 {
    font: 16px courier new;
    color: #C3BCFA;
    text-transform: uppercase;
    background: #7053d0;
    padding: 4px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tumblr-post h3::after {
    content: url('https://aglioeollieo.neocities.org/images/tumblr_80cf177e094cd9fc9a27eec8da61e920_ab3391fa_75.png');
    display: inline-block;
    height: 10px;
    margin-left: 5px;
}

.tumblr-post h3:hover {
    background: #7053d0;
    cursor: default;
}

.tumblr-post img {
    max-width: calc(100% - 20px);
    height: auto;
    display: block;
    margin: 10px auto;
}

.tumblr-post small {
    color: #666;
    font-size: 0.85em;
}



.bannertitle {
	font: 14px courier new;
	color: #222;
	text-transform: uppercase;
	background: #7053d0;
	padding: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 2px;
	border-bottom: 2px solid #7053D0;
	font-weight: bold;
}

.bigtitle {
	font: 30px courier new;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

h1 {
    font-family: 'courier', sans-serif; /* Sets the font family */
    font-size: 25px;                 /* Adjusts the font size */
    font-weight: bold;               /* Controls the font weight (e.g., bold, normal) */
    color: #333;                     /* Sets the text color */
    text-align: center;              /* Centers the text */
    text-transform: uppercase;       /* Converts text to uppercase */
    letter-spacing: 2px;             /* Adds space between letters */
    line-height: 1;                /* Adjusts spacing between lines */
    margin: 5px;
}


.image-container {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button-container {
    background-color: rgba(195, 188, 250, 0.7); /* Optional background */
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    width: auto;
    display: inline-block; /* makes it behave like a block element */
    text-align: center;
}

.button-container a {
    text-decoration: none; /* Removes underline */
    color: black; /* Makes the text white */
    display: block; /* Makes the link take up the full area */
}
.button-container:hover {
    background-color: rgba(112, 83, 208, 0.7); /* Darker background on hover */
    color: white; /* Text color turns white on hover */
}

.button-container1 {
    background-color: rgba(195, 188, 250, 0.7);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;

    display: inline-flex;      /* size to content */
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;       /* keep text on one line */
    width: fit-content;        /* shrink to text width */
}


.button-container1 a {
    text-decoration: none; /* Removes underline */
    color: black; /* Makes the text white */
        white-space: nowrap;
    display: inline-block;
}
.button-container1:hover {
    background-color: rgba(112, 83, 208, 0.7); /* Darker background on hover */
    color: white; /* Text color turns white on hover */
}

.button-container2 {
    background-color: rgba(195, 188, 250, 0.7); /* Optional background */
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    width: 90%;
    display: inline-block; /* makes it behave like a block element */
    text-align: center;
}

.button-container2 a {
    text-decoration: none; /* Removes underline */
    color: black; /* Makes the text white */
    display: block; /* Makes the link take up the full area */
}
.button-container2:hover {
    background-color: rgba(112, 83, 208, 0.7); /* Darker background on hover */
    color: white; /* Text color turns white on hover */
}

table {
	width: 70%;
	/* Table takes 90% of the container's width */
	margin: 0 auto;
	/* Centers the table horizontally */
	border-collapse: collapse;
	/* Removes double borders */
	table-layout: fixed;
	/* Ensures equal column widths */
}

th,
td {
	border: 1px solid #7053d0;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
	/* Ensures each column is 50% of the table width */
}

th {
	background-color: #f5d4a6;
	font-weight: bold;
}



.custom-list {
  width: 90%;
	list-style: none;
	/* Removes default bullets */
	margin: 0;
}

.custom-list li {
	position: relative;
	/* Ensures positioning for the pseudo-element */
	text-align: left;
	left: -20px;
	/* Adjust to position the text correctly */
}

.custom-list li::before {
	content: '★';
	/* Unicode star character */
	font-size: 1em;
	/* Adjust size of the star */
	color: #7053d0;
	/* Star color */
	position: absolute;
	left: -20px;
	/* Position the star outside the text */
	top: 0;
	/* Align the star vertically with the text */
}



.button-container3 {
background-color: rgba(195, 188, 250, 0.7); /* Optional background */
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    width: 200px;
    display: inline-block; /* makes it behave like a block element */
    text-align: center;
}

.button-container3 a {
    text-decoration: none; /* Removes underline */
    color: black; /* Makes the text white */
    display: block; /* Makes the link take up the full area */
}
.button-container3:hover {
    background-color: rgba(112, 83, 208, 0.7); /* Darker background on hover */
    color: white; /* Text color turns white on hover */
}

 /* Make title link always white */
.tumblr-post h3 a {
    color: white !important;        /* Always white */
    text-decoration: none;          /* Remove underline */
}

/* Remove any hover color changes */
.tumblr-post h3:hover a {
    color: white !important;
}

/* Put the date on the same line as the title */
.tumblr-post h3 {
    display: flex;
    justify-content: space-between; /* Title left, date right */
    align-items: center;            /* Vertically center */
}

/* Move the small (date) inside h3 */
.tumblr-post h3 small {
    color: #fff;      /* Make date white too, optional */
    font-size: 0.7em;
    font-weight: normal;
}


/* fic title */
h2 {
    font-family: 'courier', sans-serif; /* Sets the font family */
    font-size: 20px;                 /* Adjusts the font size */
    font-weight: bold;               /* Controls the font weight (e.g., bold, normal) */
    color: #333;                     /* Sets the text color */
    text-align: center;              /* Centers the text */
    text-transform: uppercase;       /* Converts text to uppercase */
    letter-spacing: 2px;             /* Adds space between letters */
    line-height: 1;                /* Adjusts spacing between lines */
    margin: 5px;
}

/* fic headers */
h3 {
    font-family: 'courier', sans-serif; /* Sets the font family */
    font-size: 16px;                 /* Adjusts the font size */
    font-weight: 800;               /* Controls the font weight (e.g., bold, normal) */
    color: #333;                     /* Sets the text color */
    text-align: center;              /* Centers the text */
    text-transform: uppercase;       /* Converts text to uppercase */
    margin: 0;               /* Removes any default outer spacing */
    padding: 0;              /* Removes any inner spacing */
    line-height: 1.5;          /* Already present: keeps line height tight */
    display: inline-block;   /* Optional: helps in tight layouts */
}

/* tiny text */
h4 {
    font-family: 'courier', sans-serif; /* Sets the font family */
    font-size: 10px;                 /* Adjusts the font size */
    font-weight: bold;               /* Controls the font weight (e.g., bold, normal) */
    color: #333;                     /* Sets the text color */
    text-align: center;              /* Centers the text */
    text-transform: uppercase;       /* Converts text to uppercase */
    margin: 0;               /* Removes any default outer spacing */
    padding: 0;              /* Removes any inner spacing */
    line-height: 1.5;          /* Already present: keeps line height tight */
}

hr {
    border: none;               /* Removes default border */
    height: 2px;                /* Sets thickness of the line */
    background-color: #7053D0;  /* Sets the color */
}

/* mobile */

@media screen and (max-width: 1035px) {
  #wrapper {
    max-width: 100%;
    width: 100%;
}
  
#header {
	height: 80px;
	width: 100%;
	margin: 5px 0; /* Reduce margins */
}
     
    #music,
    #footer {
        width: 100%;
        height: auto; /* Adjust height to fit content */
        margin: 5px 0; /* Reduce margins */
    }
    
    
    #music2 {
        width: 100%;
        height: 100px; /* Adjust height to fit content */
        margin: 5px 0; /* Reduce margins */
    }

#content, #content2 {
	float: left;
	background: transparent;
	width: 100%;
	margin-top: 5px;
	font-size: 14px
}

#leftcolumn {
	background: transparent;
	width: 100%;
	font-size: 14px;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}

.lefttitle {
	font: 14px courier new;
	color: #C3BCFA;
	text-transform: uppercase;
	background: #7053d0;
	padding: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}

.contenttitle {
	font: 14px courier new;
	color: #C3BCFA;
	text-transform: uppercase;
	background: #7053d0;
	padding: 4px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 2px;
	font-weight: bold;
}

.box {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px;
	border: 2px solid #7053D0;
	border-top: 0px;
	margin-bottom: 12px;
}

.box3 {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 4px;
	border: 2px solid #7053D0;
	border-top: 0px;
	margin-bottom: 12px;
	height: 150px; /* Set a specific height */
	overflow-y: auto; /* Enable vertical scrolling */
	overflow-x: hidden;
	text-align: center;
}

.box2 {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	border: 2px solid #7053D0;
	border-top: 0px;
}

.box4 {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	border: 2px solid #7053D0;
	border-top: 0px;
	height: 400px;
	overflow-y: auto; /* Enable vertical scrolling */
  align-items: center; /* Aligns items vertically in the center */
  justify-content: center; /* Centers items horizontally */
  text-align: center; /* Centers inline text elements */
}

.bannertitle {
	font: 12px courier new;
	color: #222;
	text-transform: uppercase;
	background: #7053d0;
	padding: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	letter-spacing: 2px;
	border-bottom: 2px solid #7053D0;
	font-weight: bold;
}

.bigtitle {
	font: 25px courier new;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
}

h1 {
    font-family: 'courier', sans-serif; /* Sets the font family */
    font-size: 18px;                 /* Adjusts the font size */
    font-weight: bold;               /* Controls the font weight (e.g., bold, normal) */
    color: #333;                     /* Sets the text color */
    text-align: center;              /* Centers the text */
    text-transform: uppercase;       /* Converts text to uppercase */
    letter-spacing: 2px;             /* Adds space between letters */
    line-height: 1;                /* Adjusts spacing between lines */
}

    .tickertape {
        font-size: 14px; /* Smaller text for ticker */
    }
    
    table {
	width: 85%;}

  .image-grid {
    flex-direction: column;
    align-items: center;
  }
  
  
}
