/* color and such things */
*{
    margin: 8px;
    padding: 0px;
  }

html{
  scroll-behavior: smooth;
}

  body{
    margin: 0 auto;
     width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    max-height: fit-content;
    max-width: fit-content;
  }

  #myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 50%;
    max-height: fit-content;
    max-width: fit-content;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    object-position: center;
  }

  h1{
    font-family: 'DSSQR65';
      font-size: 45px;
      color: #696f64;
      position:relative;
      text-align: left;
  }

  header {
    display: inline-block;
    align-items: left;
    justify-content: space-between;
    width: 100%;
    background-color: black; /* Optional background color */
    text-align: left;
  }

  .logo{
    width: 250px;
    margin-right: auto;
    margin-left: 0px;
  }

  .flex-container {
    display: flex;         /* Enables flexbox layout for the container */
    justify-content: center; /* Centers children horizontally */
    align-items: center;   /* Centers children vertically (if the container has a defined height) */
    /* Optional: define a height for vertical centering within the viewport */
    /* height: 100vh; */
}


 .container {
  list-style: none;
  display: flex;
 }

.navbar u1{
  list-style-type: none;
  display: flex;
  background-color: black;
}

.navbar a{
  color: #e5e5e6;
  background-color: black;
  text-decoration: none;
  font-family: 'century-gothic';
  font-size: 20px;
  text-align: center;
  display: inline-block;
}

.navbar a:hover{
  background-color:black;
  color: #696f64;
  padding: 2px;
}

.navbar li{
  float: center;
  padding: 2px;
}


  p1{
    font-family: 'century-gothic';
      font-size: 17px;
      color:#696f64;
      text-align: center;
  }

  p2{
    font-family: 'century-gothic';
      font-size: 17px;
      color:#696f64;
      text-align: center;
  }
  
   h2, h3, h4, h5, h6 {
    font-family: 'DSSQR65';
    font-size: 25px; /* Or any size you prefer, in pixels, ems, or rems */
    position:relative;
    color: #e5e5e6;
   /* top: 600px;
    left: 40px; */
  }

  h3{
    text-align: center;
  }

  h6{
    text-align: center;
  }
  
  .div1{
    background-color: #E03909;
    height: 250px;
    width: 250px;
    border: 0px solid orange;
    border-radius: 100%;
    padding: 10px;
    margin: 30px;
    position: absolute;
    inset-inline-start: 50px;
    inset-block-start: 120px;
  }

 
  #home{
    height: 700px;
    width: 100%;
    background-color: black;
    margin-right: -80px;
    margin: 0px;
    object-position: center;
    padding: -18px;
  } 

  #about,
  #music,
  #installation,
  #upcoming,
  #contact{
    min-height: 700px;
    background-color: black;
    padding: 0px;
    margin-bottom: -10px;
    margin-left: -8px;
    margin-right: -8px;
  }

  #footer{
font-family: "century-gothic";
font-size: 14px;
color: #e5e5e6;
background-color: black;
height: 125px;
margin-left: -8px;
margin-right: -8px;
margin-bottom: -8px;
padding: 100px;
}


a {
   color: #e5e5e6;
    text-align: center;
}

.contact_inputs{
  background-color: #696f64;
  padding: 1em;
  font-family: century-gothic;
  color: black;
  text-align: center;
  font-size: 17px;
  border-radius: 10px;
  border: 2px solid transparent;
  outline: none;
  display: block;
  margin: auto;
}

.submit{
 background-color: #E03909;
 padding: 1em;
  font-family: century-gothic;
  color: #e5e5e6;
  text-align: center;
  font-size: 17px;
  border-radius: 10px;
  border: 2px solid transparent;
  outline: none;
  display: block;
  margin: auto;
}

.img{
  float: left;
}

.track{
  display: block;
  margin: auto;
}

figcaption {
font-family: "century-gothic";
  padding: 20px;
  text-align: center;
  color: #e5e5e6;
}

.contacttext{
  font-family: "century-gothic";
  font-size: 17px;
  text-align: center;
  color: #e5e5e6;
}

.img_grid{
  gap: 6px;
  box-sizing: border-box;
  padding: var(6);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

  /*  .container {
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    color: black; 
  }
    */