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;
   margin-top: 10%;
   margin-bottom: 10%;
   font-size: 14px;
   font-weight: bold;
   color: khaki;
}
// 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: 16px;
	font-weight:bold;
	color: #CAEEFF; 
	text-decoration:none;
}
a.Lnk:hover {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 16px;
	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: #000;
}
.bg-menu {
	background: #002b36;
}

.bg-mine {
	background: #10255c;
}

.header {
  position: relative; /* Needed for the border positioning */
}

.top-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25in; /* 1/8th of an inch */
  background-image: url('https://blog24.veegers-realm.space/images/top.png');
  background-repeat: repeat-x;
}



.footer {
  position: relative; /* Needed for the border positioning */
}

.footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25in; /* 1/8th of an inch */
  background-image: url('https://blog24.veegers-realm.space/images/bottom.png');
  background-repeat: repeat-x;
}

.menu {
    position: relative;
    width: 300px;
    margin: 100px auto;
    padding: 20px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    display: block;
}

.menu::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px dashed transparent;
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.75), transparent) no-repeat;
    background-size: 200% 200%;
    animation: animateBorder 4s linear infinite;
}

html, body {
overflow-x: hidden;
}
