
/* Minimal Dark Theme - beginner friendly */
/* Tip: Change colors below to experiment */
:root{
  --bg:#0f1115;
  --text:#e6e6ea;
  --muted:#a0a3ad;
  --link:#8bd3ff;
  --card:#151923;
  --border:#222633;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  background-image:url(Media/RoyalAlbert_pic21.jpg);
  /*background-size: cover;*/
  background-attachment:fixed;
  background-repeat: repeat-x; /* or no-repeat To avoid tiling */ 
  background-position: center;
  background-size: contain;
   
  color: var(--text);
  line-height:normal;
}

/* Layout helpers */
.container{max-width:100%; margin:0 auto; padding:50px}
.containerOld{max-width:900px; margin:0 auto; padding:50px}
.header{position:sticky; top:0; background:rgba(15,17,21,.85); border-bottom:1px solid var(--border); backdrop-filter: blur(6px)}
.nav{display:flex; align-items:center; gap:14px; padding:12px 20px}
.nav a{color:var(--muted); text-decoration:none; padding:6px 10px; border-radius:8px}
.nav a.active, .nav a:hover{background:var(--card); color:var(--text)}
.push{margin-left:auto}
button, .btn{
  background:var(--card); color:var(--text); border:1px solid var(--border);
  padding:8px 12px; border-radius:10px; cursor:pointer;
}
button:hover, .btn:hover{filter:brightness(1.05)}
main{padding:24px 20px}
.card{background:var(--card); border:1px solid var(--border); padding:16px; border-radius:12px;}
a{color:var(--link)}
small{color:var(--muted)}
footer{border-top:1px solid var(--border); color:var(--muted)}

/* Make images and code blocks tidy */
img{max-width:100%; display:block}
pre{overflow:auto; background:#0c0e12; padding:12px; border-radius:10px; border:1px solid var(--border)}
code{font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}

.containerForNextPrevButtons{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-left: auto;

}

.LogoMaxSize{
  max-width: 70%
}

.MyIcon_Size{
  max-width: 100%;
}
.SocialMediaIconsContainer{
  display: flex;
  justify-content:center;
  flex-direction: row;
  max-width: 200px;
  min-width: 190px;
  margin-left: auto;
  margin-right: auto;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /*background-color: red; /* Set a background color */
  background:rgba(15,17,21,.88); border:1px solid var(--border); padding:16px; border-radius:12px;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.card-container-instagram{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex-directiom: row;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  background:rgba(15,17,21,.88); border:1px solid var(--border); border-radius:12px;

}
.card-container{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  background:rgba(15,17,21,.88); border:1px solid var(--border); padding:16px; border-radius:12px;
}
.footer-container_CONTACT_PAGE{
  display:flex;
  justify-content:space-around;
  flex-direction: column;
  padding: 80px;
  background:rgba(15,17,21,.85); border-bottom:1px solid var(--border); backdrop-filter: blur(6px);

}
.footer-container{
  display: flex;
  justify-content:space-around;
  flex-direction: column;
  padding: 20px;
  background:rgba(15,17,21,.85); border-bottom:1px solid var(--border); backdrop-filter: blur(6px);
}
.footer-container_MUSIC_PAGE{
  display: flex;
  justify-content:space-around;
  flex-direction: column;
  padding-top: 80px;
  background:rgba(15,17,21,.85); border-bottom:1px solid var(--border); backdrop-filter: blur(6px);

}



.cardForContainer{padding-bottom: 50%; background:rgba(15,17,21,1); border-bottom:1px solid var(--border);
backdrop-filter: blur(10px); border:1px solid var(--border); padding:16px; border-radius:12px;}

.fit-picture1 {
  padding-bottom: 8%;

}

.centered-image {
  display: block; /* Converts the image to a block-level element */
  margin-left: auto;
  margin-right: auto;
  /* You can also use the shorthand: margin: 0 auto; */
}
.fit-picture2 {padding-bottom: 0.5%;}

.CenterPictureWithPaddingBottom{
  align-items: center;
  padding-bottom: 8%;
}

.Vid-Paddin1 {
  padding-left:4%;
  padding-bottom: 4%;
 }

.fit-items {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
}
.PadUnderText{padding-bottom: 7%;}

.container_wide{
  max-width:1800px;
  margin:10 auto;
  padding:50px;
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* For a standard 16:9 YouTube video */
  height: auto;
}

.container_MediumWide{
  max-width:900px;
  margin:0 auto;
  padding:50px;
}

.IndentParagraph{
  text-indent: 2.5%;
  text-align: left;
  padding-bottom: 1%;
}

.menu_strip{
  background:var(--card); border:3px solid var(--border); padding:16px; border-radius:12px;
  padding: 4px;
  display: flex;
  gap: 2vw;

}
.CenterText{
  text-align: center;
  font-size-adjust: 2;
  padding-bottom: 7.5%;
}
.CenterText2{
  text-align: center;
  font-size-adjust: 1;
  padding-bottom: 1%;
}

.CenterFooterLinks{
  text-align: center;
}

.makeitflex{
  flex-basis: auto;
}

.trythis {
  padding: 20px;
  display: flex;
  gap: 4vw;
}



.navbar {
  position:sticky; top:0;
  display: flex;
  justify-content: space-between; /* Or space-around */
  align-items: center;
  background:rgba(15,17,21,.85); border-bottom:1px solid var(--border);
  backdrop-filter: blur(6px); /*#333;*/
  padding: 10px 20px;
}

.nav-links {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}

.toggle-button{
  display: none; /* Hidden on large screens */
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;

}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .nav-links {
    display: none; /* Hide by default on mobile */
    position: absolute;
    top: 60px; /* Adjust as needed */
    left: 0;
    width: 100%;
    background:rgba(15,17,21,.85); border-bottom:1px solid var(--border);
    backdrop-filter: blur(10px);
    flex-direction: column;
    text-align: left;
  }

  .nav-links.active {
    display: flex; /* Show when active */
  }

  .toggle-button {
    display: block; /* Show the toggle button on mobile */
  }
}
/*
/* Mobile tweaks */
/*@media (max-width:700px){
  .nav{flex-wrap:wrap}
}
