html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#070707;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#070707;}


::-webkit-scrollbar-track-piece {
    background-color: #070707;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#ffffff;
    border: 14px solid #070707;
}

@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=UnifrakturCook:wght@700&display=swap');

#navigation {
  position: relative;
  width: 63%;
  margin: 0 auto;
  top: -60px;
  padding: 60px 50px;
  font-family: 'UnifrakturCook', cursive;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  border-top: 5px solid #A63549;
  border-radius: 60px;
  box-shadow: 0 0 30px rgba(166, 53, 73, 0.4);
  opacity: 0.95;
  overflow: hidden;opacity:0.6;
}

#navigation a:link,
#navigation a:visited {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Gabriela', serif;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 28px;
  margin: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border: 1px solid transparent;
}

#navigation a:hover {
  color: #A63549;
  background: linear-gradient(145deg, #222, #000);
  border: 1px solid #A63549;
  box-shadow: 0 0 15px #A63549aa;
  transform: scale(1.05);
}


#header {
        background-image: url('images/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:592px;
        width:100%;
        margin-top:-5px;
}


/* LINKS */
a:link, a:visited, a:active {
  text-decoration: none;
  color: #A63549;
  font-size: 15px;
  font-family: "Gabriela", serif;
  font-weight: 600 !important;
  background: linear-gradient(to right, transparent 50%, #A63549 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  padding: 2px 4px;
  border-radius: 4px;
}

a:hover {
  color: #ffffff;
  background-position: left bottom;
  background-color: #A63549;
  box-shadow: 0 0 5px #A63549aa;
  transition: all 0.3s ease-in;
}

/* BOLD TEXT */
b, strong {
  color: #D64550;
  font-size: 16px;
  font-weight: 700 !important;
  font-family: "UnifrakturCook", cursive;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 2px #000000aa;
}

/* ITALIC TEXT */
i, em {
  color: #7B9ABF;
  font-size: 15px;
  font-style: italic;
  font-family: "Gabriela", serif;
  font-weight: 400 !important;
  text-shadow: 0 0 2px #1a1a1a;
}




#container {
	margin: -86px;
	position: relative;
	float: center;
	width:69%;
}

.contentx{
        margin-left:0px;font-size: 15px;  
        margin-right:0px;
        margin-bottom: 70px;padding:25px;
  font-family: "Gabriela", serif;
        font-weight: 500!important;
        text-align:justify; color:#CFCFCF;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.7;}


/* HEADINGS */
h1 {
  color: #A63549;
  font-family: 'UnifrakturCook', cursive;
  font-size: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
  background: linear-gradient(to right, #0e0e0e, #1a1a1a);
  border-top: 3px solid #A63549;
  border-bottom: 3px solid #A63549;
  box-shadow: 0 0 20px rgba(166, 53, 73, 0.3);
  margin-bottom: 30px;
  border-radius: 12px;opacity:0.6;
}

blockquote {
  background-color: #111111;
  padding: 20px 30px;
  margin: 20px auto;
  color: #CFCFCF;
  font-family: "Gabriela", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  border-left: 5px solid #A63549;
  border-radius: 8px;
  box-shadow: inset 0 0 10px #1a1a1a, 0 0 10px #000000;
  max-width: 800px;
  text-align: justify;
  position: relative;
  padding-left: 60px;opacity:0.6;
}

blockquote::before {
  content: "💀";
  font-size: 28px;
  position: absolute;
  left: 20px;
  top: 18px;
  color: #A63549;
  text-shadow: 1px 1px 2px #000;
}

.contentx input,
.contentx textarea,
.contentx select {
  background-color: #0e0e0e;
  border: 2px dashed #8D2744;
  padding: 8px 10px;
  color: #A63549;
  font-family: "Gabriela", serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  width: 100%;
  box-shadow: inset 0 0 5px #000, 0 0 10px rgba(166, 53, 73, 0.1);
  transition: all 0.3s ease-in-out;
  outline: none;
}

.contentx input::placeholder,
.contentx textarea::placeholder {
  color: #5f2a37;
  font-style: italic;
}

.contentx input:focus,
.contentx textarea:focus,
.contentx select:focus {
  background-color: #1a1a1a;
  border-color: #A63549;
  box-shadow: 0 0 8px #A63549aa;
  color: #ffffff;
}

.music-player {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  border: 3px solid #A63549;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 0 20px rgba(166, 53, 73, 0.4);
}

.music-player audio {
  width: 100%;
  outline: none;
}

/* Style the controls bar */
.music-player audio::-webkit-media-controls-panel {
  background: #000;
  border-radius: 8px;
  padding: 4px;
}

.music-player audio::-webkit-media-controls-play-button,
.music-player audio::-webkit-media-controls-volume-slider {
  filter: invert(100%) brightness(1.2);
}

/* Firefox */
.music-player audio::-moz-range-track {
  background: #333;
  height: 4px;
  border-radius: 2px;
}

.music-player audio::-moz-range-thumb {
  background: #A63549;
  border: none;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

/* Hide default focus outline, add custom glow */
.music-player audio:focus {
  outline: none;
  box-shadow: 0 0 8px #A63549aa;
}

.metal-footer {
  background: linear-gradient(to right, #0b0b0b, #1a1a1a);
  border-top: 4px solid #A63549;
  padding: 30px 20px;
  color: #CFCFCF;
  font-family: 'Gabriela', serif;
  text-align: center;
  box-shadow: 0 -4px 12px #000;
  margin-top: 60px;opacity:0.5;
}

.metal-footer .footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.metal-footer span {
  color: #A63549;
  font-family: 'UnifrakturCook', cursive;
  font-size: 18px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000;
}

.metal-footer a {
  color: #A63549;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}

.metal-footer a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px #A63549;
}

