html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

body.bg-light {
  padding-top: 105px;
  background-color: #f8f9fa;
}

hr {
    border: none;
    height: 3px;          /* thickness */
    background-color: #333; /* darker line */
    margin: 20px 0;       /* optional spacing */
}


#page-wrapper {
  flex: 1;
  width: 100%;
  background-color: #fff;
}

#main-content {
  padding: 1rem; /* Remove padding to avoid pushing content */
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #000;
	border-radius: 10%;
	background-color: #000;
	position: fixed;
	bottom: 25px;
	right: 20px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
}
.scroll-btn .scroll-btn-arrow {
	height: 12px;
	width: 12px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 15px 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}
.notouch .scroll-btn:hover { opacity: 0.8 }
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
		bottom: 8px;
		right: 8px;
	}
}
#clock {
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   color: #000;
}
// all css below needed for mp3 player
.stories {
	color: #00A5F4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.stories {
	color: #00A5F4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.stories:hover {
	color: #960000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.mpcats {
	color: #00A5F4;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.mpcats:hover {
	color: #960000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.Lnk {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 14px;
	font-weight:bold;
	color: #CAEEFF; 
	text-decoration:none;
}
a.Lnk:hover {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 14px;
	font-weight:bold;
	color:#FFFF00; 
	text-decoration:underlne;
}
.card-myheader {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 18px;
	font-weight:bold;
	color: #80FF00; 
	text-decoration:none;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 8px;
}
.tbl-brdr3 {
    background: #efefef;
    border: 3px solid #400080;
    border-collapse: separate;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-shadow: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 12px;
}
.tbl-brdr4 {
    background: #000;
    border: 2px dashed #00ffff;
    border-collapse: separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: none;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 8px;
}
.tbl-brdr5 {
    background: #000;
    border: 2px solid #990000;
    border-collapse: separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: none;
    margin-bottom: 3px;
    padding: 8px;
}
.tbl-brdr6 {
    background: #000;
    border: 2px solid #009900;
    border-collapse: separate;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: none;
    margin-bottom: 3px;
    padding: 8px;
}
.countspan {
	font-size: 12px;
	color: #fff;
}
.bg-top-menu {
	background: #4371b7;
}
.bg-my-head {
	background: #002b36;
}
.bg-menu {
	background: #002b36;
}
.footer {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bg-footer {
	background: #4371b7;
}

.footer-accent {
	border-top: 5px solid #000;
}

.comment {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border-left: 2px solid #ccc;
}

.reply {
  margin-left: 30px;
  margin-top: 10px;
  padding: 10px;
  background-color: #eef6ff;
  border-left: 3px solid #99c;
}

.custom-heading {
  display: block;           /* Makes it behave like a heading */
  font-size: 1.25rem;       /* Matches Bootstrap h5 */
  font-weight: 500;         /* Medium weight */
  line-height: 1.2;         /* Tight line spacing */
  margin-top: 1.5rem;       /* Equivalent to mt-4 */
  margin-bottom: 0.5rem;    /* Optional: add spacing below */
}

.blog-audio-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.meta-top {
    font-size: 0.95rem;
    color: #666;
}

.meta-top .icon {
    margin-left: 6px;
    margin-right: 2px;
}

/* Corrected selectors */
.meta-top .icon.time i {
    color: #8ab4f8;
}

.meta-top .icon.tag i {
    color: #fbbc04;
}

.meta-top .icon.like i {
    color: #ff6b6b;
}

.meta-top .icon.view i {
    color: #7bdcb5;
}