body{
    background-color: black;
}


.logo {
  padding: 5px 5px 5px 5px;
  width: 40px;
  height: 40px;
}

ul{
  width: 400px;
  margin: 10px 10px 10px 10px;
  padding: 5px 0px 5px 0px;
}

li{
  display: inline;
  padding: 5px 10px 5px 10px;
}

.menu {
    position: sticky;
    top: 0;
    background-color: black;
    overflow: hidden;
    z-index: 9000;
}

div.menu {
  display: flex;
  text-align: left;
  justify-content: left;
}

.inactivelink{
  color: white;
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  text-decoration: none;
}

.activelink {
  color: white;
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  text-decoration: none;
}

.maintitle {
  text-align: center;
  color: white;
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 50px;
  
  margin-bottom: 0px;
  margin-top: 100px;
}

.desc {
  text-align: center;
  color: white;
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
}

.descnews {
  text-align: center;
  color: white;
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
  font-size: 50px;
}

.button-28 {
  appearance: none;
  background-color: white;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans Mono", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
  text-decoration: none;
  margin-bottom: 50px;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}

div.mainbutton {
  padding: 0px 35% 0px 35%
}

#discographyimages{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#discographyimages div{
  display: flex;
  width: 400px;
  height: auto;
  padding: 50px;
  justify-content: center;
}


.gridcovers{
  max-width: 50%;
}


.videocenter {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.videocenter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  transform: scale(70%);
}



.zoom  img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.zoom img:hover   {
  transform: scale(1.1);
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
}

.news-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}

.news-item {
  background-color: black;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.news-item h2 {
  font-size: 1.6em;
  margin: 0;
  color: white;
}

.news-item p {
  color: white;
  margin: 10px 0;
  font-size: 1em;
}

.news-item .date {
  font-size: 0.85em;
  color: white;
  text-align: right;
}


.products-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.product-item {
  background-color: #111;
  border: 2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-name {
  font-size: 1.2em;
  margin: 10px 0;
  color: #fff;
}

.product-price {
  font-size: 1.4em;
  color: white;
  margin-bottom: 10px;
}

footer {
  bottom: 0;
  color: #707070;
  height: 2em;
  left: 0;
  position: relative;
  font-size: small;
  width:100%;
  text-align: center;
  color: white;
  font-family: "Noto Sans Mono", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
}

footer a:hover {
  text-decoration: underline;
}