



*  {
    font-family: "Playwrite IT Moderna", cursive;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
      color:rgb(0, 0, 0);
    
        box-sizing: border-box;
      
    }



      p {
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 3vh;
        line-height:  4em;
        background-color: rgba(161, 222, 233, 0.592);
        display: flex;
        flex-wrap:wrap;
        flex-grow: 1; /* Make <p> fill the available space */
        margin: 0; /* Remove default margin */
      }
      h1 {
        
        color: azure;
        text-align: center;
        background-color: #004cff85;
        flex-grow: 1; /* Make <p> fill the available space */
        margin: 0; /* Remove default margin */
      }

      .bigger { font-size:200%; line-height: 1.2;
        display:flex;
        flex-wrap:wrap;
        margin-bottom: 5px;
       }


#welcome-images
{
  width: 100%;
  margin-top:10px;
  /* padding-left:2%; */
  /* padding-right:2%; */
}

#flyer
{
  min-width:350px;
  max-width: 48%;

}

#rubinguitar
{
  min-width:350px;
  max-width: 48%;
}


#aboutmeandphoto
{
  width: 100%;
  min-height: 300px;
  margin-bottom:0px;
  margin-top:40px;
  align-items: center;

  
}

#aboutme
{
  max-width:50%;
  min-height:100px;
}

#keyboardphoto
{
  max-width:50%;
}

#keyboardphoto img{
  height: 600px;
}


#aboutlessons
{
  width: 100%;
  min-height: 300px;
  margin-bottom:0px;
  margin-top:40px;
  align-items: center;

  
}

#lessonexperience
{
  /* line-height: 8vh; */
  /* max-height: 400px; */
  max-width:48%;
  height: auto;
}

#topicscovered
{
  max-width:48%;
}


.stretch-text {
  padding: 10px;
  flex-grow: 1;  /* Allow the <p> element to grow and fill available space */
  line-height: 5vh; 
  /* font-size: 2rem; */
  display: flex;  /* Make it a flex container to control the text's height */

}

.flex-container
{
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-evenly;
    align-items:center;
    align-items: stretch;

}


.grid-container
{
    
    display:grid;
    
    
}

.image-container {
  position:relative;
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 600px; /* Adjust the image width as needed */

}

/* Style the image */
.image-container img {
  width: 100%;
  height: auto;
}

/* Style for the text list on top of the image */
.text-overlay {
  position:absolute;
  top: 10px; 
  left: 20px; 
  left: 5%; /* Center the text horizontally by adding a margin */
  right: 5%; /* Same margin on the right */
  padding: 10px;
  text-shadow:
        1px 1px 0px black,
        -1px -1px 0px black,
        1px -1px 0px black,
        -1px 1px 0px black;
  list-style-type: none;
}

.text-overlay h2 {

  font-size: 40px+1vw; 
  font-weight: bold;
    /* font-size: 24px; */
  margin-bottom: 200px; /* Space between header and list */
  color:lavender
}

.text-overlay li {

  font-size: 40px; 
  font-weight: bold;

  /* font-size: 18px; */
  margin: 5px 0;  
  color: lavender;
}







.list-box {
  display: flex;
  align-items: right;
  position: relative;
  width: 300px;
  height: 50px;
  /* background-color: #ffffff6e; */
  /* border: 2px solid #ccc; */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-btn {
  background: none;
  border: none;
    background-color:#004cff00;

  font-size: 5em;
  cursor: pointer;
  /* padding: 10px; */
  color: #d000ff;
}

.nav-btn:focus {
  outline: none;
}

.list-item-container {
  overflow:visible;
  width: 100%; 
}

#list {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  margin: 0;
  padding: 0;
}

.list-item {
  display: none;
  list-style: none;
  padding: 10px;
  text-align: center;
  /* background-color: #3f8fff84; */
  /* border-bottom: 1px solid #eee; */
}

.list-item:first-child {
  display: block;
}












ul {
  list-style-type: none;
  /* padding: 0; Optional, to remove any default padding */
  /* margin: 0;  Optional, to remove any default margin */
}

 li {
     margin: 10px 0;
    }

div:not([class])
{
/*   outline:2px solid black; */
  /* padding: 0.5em; */
  
  }



form {
    display: flex;
    flex-direction: column;
}
label, input, textarea {
    margin: 10px 0;
    padding: 10px;
   font-size: 1em;

}
input, textarea {

 color: black
}
button {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    font-size: 1em;
    cursor: pointer;
    border: none;
}
button:hover {
    background-color: #45a049;
}


.owl-carousel .item {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 3vh;
  background: #4a90e2; 
  color: #fff; 
  padding: 30px; 
  margin: 10px; 
  border-radius: 5px; 
  text-align: center; 
} 


/* Container class */
.container {
  width: 100%;
  max-width: 1200px; /* Optional: you can set a max-width for larger screens */
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto 30px auto; /* Centers the container */
  box-sizing: border-box; /* Ensures padding is included in the width calculation */
  overflow: hidden;
}

/* Make it responsive */
@media (max-width: 1200px) {



  .container {
      padding-left: 50px; /* Adjust padding for smaller screens */
      padding-right: 50px; /* Adjust padding for smaller screens */
  }

  #carousel, #flyer, #rubinguitar, #aboutme, #keyboardphoto, #aboutlessons, #lessonexperience, #topicscovered{
  max-width:100%
}




#keyboardphoto img{
  height: auto;
  width:100%
}

}

@media (max-width: 768px) {
  .container {
      padding-left: 0px; /* Further reduce padding for mobile */
      padding-right: 0px; /* Further reduce padding for mobile */
  }
  #flyer, #rubinguitar, #aboutme, #keyboardphoto, #aboutlessons, #lessonexperience, #topicscovered{
    /* max-width: 80%; */
  }
}
