@charset "UTF-8";

/* ==================== MAIN MENU ==================== */
#cssmenu {
    background: #000000;
    border-top: 4px solid #cc0000;
    width: 990px;
    margin: 0 auto;
    position: relative;
    font-family: Calibri, Tahoma, Arial, sans-serif;
    z-index: 1000;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#cssmenu > ul > li {
    position: relative;
}

/* Top Level Links */
#cssmenu > ul > li > a {
    color: #fff;
    padding: 13px 20px;
    display: block;
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    background: #cc0000;
}

/* ==================== SECOND LEVEL DROPDOWN ==================== */
#cssmenu ul ul {
    background: #b8b2b2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    display: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 6px 0;
    border-top: 3px solid #cc0000;
    text-align: left;
}

#cssmenu ul ul li a {
    color: #000;
    padding: 12px 20px;
    display: block;
    font-weight: 600;
    font-size: 14.5px;
    text-align: left;
}

#cssmenu ul ul li a:hover {
    background: #e0dcdc;
    color: #cc0000;
}

/* ==================== THIRD LEVEL DROPDOWN (Fixed) ==================== */
#cssmenu ul ul ul {
    background: #b8b2b2;
    position: absolute;
    top: 0;
    left: 100%;
    width: 260px;
    display: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    padding: 6px 0;
    border-top: 3px solid #cc0000;
    border-left: 3px solid #cc0000;
}

#cssmenu ul ul li {
    position: relative;
}

/* Show Second Level */
#cssmenu > ul > li:hover > ul {
    display: block;
}

/* Show Third Level */
#cssmenu ul ul li:hover > ul {
    display: block;
}

/* ==================== PURE CSS HAMBURGER ==================== */
#cssmenu .hamburger {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 30px;
    height: 24px;
    cursor: pointer;
}

#cssmenu .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
}

#cssmenu .hamburger span:nth-child(1) { top: 0; }
#cssmenu .hamburger span:nth-child(2) { top: 10px; }
#cssmenu .hamburger span:nth-child(3) { top: 20px; }

#cssmenu .hamburger:hover span {
    background: #ff3333;
}

@media (max-width: 992px) {
    #cssmenu .hamburger {
        display: block !important;
    }

    #main-menu {
        display: none !important;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #000000;
        z-index: 1100;
        padding: 10px 0;
    }

    #main-menu.active {
        display: flex !important;
    }
}

/* ==================== RESPONSIVE SOCIAL ICONS ==================== */
.social-icons {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.social-icons img {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    transition: all 0.25s ease;
    object-fit: cover;
}

.social-icons img:hover {
    transform: scale(1.18);
    box-shadow: 0 6px 14px rgba(204, 0, 0, 0.5);
}

/* Smaller on mobile */
@media (max-width: 768px) {
    .social-icons img {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 480px) {
    .social-icons img {
        width: 36px;
        height: 36px;
    }
    .social-icons {
        gap: 10px;
    }
}

/* Back to Top Button */
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;                    /* Hidden by default */
    z-index: 9999;
    transition: all 0.3s ease;
}

#back-to-top:hover {
    transform: scale(1.15);
}

#top-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

#back-to-top:hover #top-icon {
    box-shadow: 0 6px 16px rgba(204, 0, 0, 0.4);
}

body,td,th {
	font-size: 10px;
	color: #FFF;
}
body {
	background-image: url(../../webpageimages/burried.png);
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-repeat: repeat;
}
.year {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.yearheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.lyrics {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.style2 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
}
.style3 {
	color: #FFF;
	font-size: 11px;
}
.style5 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.style9 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}
.style10 {
	font-size: 10px;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	font-size: 10px;
	color: #00C;
}

#credit{
    border: solid 2px #000;  
    border-radius: 7px;
    width: 110px;
    height: 15px;
    background-color:#333;
}

.circle{
    position: relative;
	border: solid 0.25em #999;  
    border-radius: 2em;
    width: 35px;
    height: 35px;    
}

.circle:hover{
	position: relative;
    border: solid 0.25em #FFF;  
    border-radius: 2em;
    width: 35px;
    height: 35px;
}

.box1{
	position: relative;
    border: solid 0.25em #880000;  
    border-radius: 2em;
    width: 220px;
    height: 220px;
    background-color: #000000;
}
.box1:hover{
	position: relative;
    border: solid 0.25em #FFF;  
    border-radius: 2em;
    width: 220px;
    height: 220px;
    background-color: #000000;
}

#box2{
    border: solid 0.1em #666;  
    border-radius: 0.7em;
    width: 194px;
    height: 46px;
	background-color: #000000
}

.titleheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.#formatbox{
    border: solid 2px #000;  
    border-radius: 2px;
    width: 55px;
    height: 55px;
    background-color:#333;
}
#box4{
    border: solid 0.1em #666;  
    border-radius: 0.7em;
    width: 194px;
    height: 230px;
	background-color: #000000
}
#box5{
    border: solid 0.1em #666;  
    border-radius: 0.7em;
    width: 194px;
    height: 340px;
	background-color: #000000
}
.songheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#box3{
    border: solid 0.1em #000;  
    border-radius: 0.7em;
    width: 600px;
    height: 55px;
	background-color: #000000
}
.boxmenu1{
	position: relative;
    width: 176px;
    height: 30px;
    background-color: #b8b2b2;
}
.boxmenu1:hover{
	position: relative;
    width: 176px;
    height: 30px;
    background-color: #F5F5F5;
}
.default-link{
	/* all rules required to make the whole div clickable */ 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: -1px;
	z-index: 1;
   
}
.chart {
    width: 100%;
    background: #899499;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.bar {
    background: linear-gradient(90deg, #4CAF50, #325d81);
    color: white;
    text-align: center;
    padding: 4px 8px;
    font-weight: bold;
    transition: width 0.6s ease;
    min-width: 40px;           /* so the number is always readable */
}


.mainlisting{
	width: 178px;
	height: 27px;
	border-radius: 0.3em;
	background-color: #242424;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 11px;
}
.mainlisting:hover{
	width: 178x;
	height: 27px;
	border-radius: 0.3em;
	background-color: #cc0000;
	font-size: 10px;
	font-color: white;	
	padding-top: 11px;
}
.boxv{
	position: relative;
    border: solid 0.20em #666;  
    border-radius: 0.10em;
    width: 80px;
    height: 21px;
    
}
.boxv:hover{
	position: relative;
    border: solid 0.20em #4ab;  
    border-radius: 0.10em;
    width: 80px;
    height: 21px;
    
}
/* Modern clickable tour rows */
.tour-row {
    background-color: #000000;
    transition: background-color 0.25s ease;
    cursor: pointer;
}

.tour-row:hover {
    background-color: #2f2f2f;          /* stronger, more noticeable lift */
    box-shadow: inset 0 0 0 1px #555555; /* subtle inner border for depth */
}

.tour-row td {
    padding: 4px 3px;
    vertical-align: middle;
}

.tour-row a {
    color: inherit;
    text-decoration: none;
}

.tour-row a:hover {
    text-decoration: underline;
}

/* Modern tabs */
.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 25px 0 35px 0;
    padding: 15px 0;
    border-bottom: 2px solid #ddd;
}

.tab-button {
    padding: 10px 18px;
    background: #f4f4f4;
    border: 1px solid #bbb;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.25s;
}

.tab-button:hover {
    background: #e0e0e0;
}

.tab-button.active {
    background: #ffffff;
    border-color: #333;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

/* Wrap each letter section like this */
.letter-section {
    display: none;
    padding-bottom: 40px;
}

.letter-section.active {
    display: block;
}

/* CSS border for table */
.numan-table {
    border: 1px solid #E8E8E8;
    border-collapse: collapse;
    width: 750px;
    padding: 12px 15px 15px 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    table-layout: fixed;
    
    /* Curved corners */
    border-radius: 8px;           /* ← Change this number to adjust curve */
    overflow: hidden;             /* Keeps content inside the rounded corners */
}

/* Base cell padding */
.numan-table td, 
.numan-table th {
    padding: 8px 12px;
}

/* ===================== COLUMN WIDTHS ===================== */
.numan-table td:nth-child(1) { width: 20px; }
.numan-table td:nth-child(2) { width: 5px; }
.numan-table td:nth-child(3) { width: 25px; }
.numan-table td:nth-child(4) { width: 195px; }
.numan-table td:nth-child(5) { width: 145px; }
.numan-table td:nth-child(6) { width: 235px; }
.numan-table td:nth-child(7) { width: 75px; }

/* Remove padding from narrow columns */
.numan-table td:nth-child(2) {
    padding: 0;
    width: 5px !important;
}

.numan-table td:nth-child(1),
.numan-table td:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
}