.nav_links, a, button{
    display: inline-block;
    font-family: "Abril Fatface", serif;
    font-size: 20px;
    color: #F7CA5A ;
    text-decoration: none;
    cursor: pointer;
}

header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 5%;
    width: 100%; /* Ensures full width */
    box-sizing: border-box; /* Prevents overflow from padding */
    background-color: #6853b8;
  }
.nav_links li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 20px;
    vertical-align: middle; 
    
    
  }

.drop-down{
    width: 200px;
    min-width: 100px;
    position: absolute;
    background-color:#3495b0de;
    padding: 0.5rem 1rem;
    text-align: center;
    display: none;
    cursor: pointer;
}

ul li:hover ul.drop-down{
    display: block;

}
.drop-down li:hover{
  
    background-color:#3495b0 ;
    padding: 10px 30px;
    color: #F7CA5A;
    
    
       
}
.drop-down.show{
  display: block;
}

body {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
  }

h1{
    font-family: "Abril Fatface", serif;
    font-size: 175px;
    text-align: center;
    color: #F7CA5A;
    max-width: 1000px;


}
.traditional img, .digitalart img{
  object-fit: scale-down;
  max-height: 500px;
  width: auto;
      
}

p {
    font-family: "Roboto", sans-serif;
}
a:hover{
    text-decoration-line: underline;
    color: #F7CA5A;
    font-weight: 800;
 }

h2{
    color: #F7CA5A;
    font-size: 50px;
    margin-bottom: 80px;
}
h3{
    color:#6853b8;
    font-size: 25px;
    margin-top: 100px;
    text-align: center;
    
    

}

.title{
    
    margin-bottom: 20px;
    text-align: center;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.short_intro h1{
    text-align: center;
    margin: 10px;
    text-align: justify;
    
}

.short_intro h3{
    color: #3495b0;
    margin-top: 20px;
}

.artwork_intro{
    text-align: center;
    padding-top: 50px;
    font-size: 20px;
    color: #6853b8;
    margin-top:30px;
}

.traditional{
    text-align: center;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    margin-left: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.traditional h3{
    padding-top: 5px;
    margin-top: 5px;
}

.traditional img,
.digitalart img {
  max-width: 1px; 
  height: auto;    
  display: block;  
  margin: 0 auto;  
}

li{
    text-align: center;
}


img {
    margin: 3em auto;
    display: block;
}

.traditional ul{
    justify-items: center;
    list-style-position: inside;
    align-items: center;
}
    
.traditional li{
    list-style: none;
    margin-bottom: 10px;
   
    
    

    
}

hr{
    width: 80%; 
    margin-top: 150px;
    margin-bottom: 150px;
    border: 2px solid #3495b0;
}
.digitalart{
    margin-top: 50px;
    text-align: center;
    align-items: center;
    
    padding-top: 30px;
    padding-bottom: 50px;
    margin-right: 50px;
    margin-left: 50px;

}

.digitalart li{
    list-style: none;
    align-items: center;
    margin-bottom: 50px;
}



.imgtraditional, .imgdigital ,.videoinlist{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    color: #3495b0;
    width: 100%; 
    
}





.titleunderlinehr{
    width: 25%; 
    margin-top: 10px;
    margin-bottom: 150px;
    border: 2px solid #F7CA5A;

}

.traditional h3{
    color:#6853b8;
    font-size: 25px;
    margin-bottom: 10px;
    

}

.traditional p{
    margin-top: 80px;
}

.traditional li, .digitalart li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 250px;
}
.videoartwork li{
    list-style: none;
    align-items: center;
    margin-bottom: 250px;
}
.videoartwork p{
    margin-bottom: 80px;
}

.abouttitle{
    text-align: center;
    margin-top: 100px;
}
.abouttitlehr{
    margin-top: 90px;
    margin-bottom: 0px;
    position: flex;
}
.aboutcontent p{
    font-size: 20px;
    text-align: left;
    align-items: center;
    
}
.aboutcontenttext{
    font-size: 25px;
    padding-right: 200px;
    margin-top: 1px;
    max-width: 35% ;
    float: right;
    height: 600px;
    
}
.aboutcontent {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 100px;

  }

.aboutcontent img{
    height: 600px;
    float: left;
}

.aboutcontent h3{
    justify-content: center;
    text-align: left;
    color: #3495b0;
}

.contacttitle{
    text-align: center;
    margin-top: 100px;
}
.contactcontentleft h2{
color: #F7CA5A;
}
.contactcontentleft{
    justify-content: center;
    float: left;
    margin-left: 300px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  
}
.contactcontentleft h3{
    font-size: 30px;
    margin-bottom: 2vh;
    text-align: left;
}
.contactcontentright{
    float: right;
    font-size: 25px;
    margin-right: 250px;
    margin-top: 145px;
    max-width: 35% ;
    background-color: #3495b051;
    padding-right:5%;
    padding-left: 5%;
    

}

.contactcontentleft2{
   text-align: left;
    font-size: 25px;
    margin-right: 250px;
    margin-top: 50px;
    
}
.contactcontentleft2 li{
    margin-top: 30px;
    color: #6853b8;
    list-style: none;

}
.contactcontentleft2 a{
    color: #3495b0;
    text-align: center;
    margin-bottom: 20px;
}

.contactcontentleft2 i{
    margin-right: 40px;
    align-items: left;

    float: left;
}
.contactcontent h2{
    color: #3495b0;
}
.artworkhr{
    margin-top: 10px;
    margin-bottom: 200px;
    width: 70%; 
    border: 2px solid #6853b8;
}
.contact-form {
    padding: 2vh;
    width: 100%;
    border-radius: 1vh;
  display: inline-block;
    
   
}

.contact-form h2 {
    margin-bottom: 2vh;
   
    font-weight: 700;
    color: #3495b0;
}

.contact-form label {
    display: block;
    margin-bottom: 2vh;
    text-align: left;
    color: #6853b8;
    
    font-size: 2vh;
    font-weight: 400;
    margin-top: 2vh;


}

.contact-form input, .contact-form textarea {
    width: 80%;
    padding: 1.5vh; 
    margin-bottom: 1.5vh; 
    border: 1px solid #6853b8;
    border-radius: 0.5vh;
    
}

.contact-form button {
    padding: 1vh 2vh;
    background-color: #6853b8;
    color: #f2efea;
    border: none;
    border-radius: 0.5vh;
    cursor: pointer;
    justify-content: center;
    margin-top: 2vh;
}

.contact-form button:hover {
    background-color: #3495b0;
    color: #f2efea;
}

#menu_icon{
    color: #F7CA5A;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.traditional img,
.digitalart img {
  max-width: 100%; 
  height: auto;    
  display: block;  
  margin: 0 auto;  
}





/* Tablet Styles */
/* Tablet and Mobile Styles */
@media (max-width: 1500px) {
    header {
      flex-direction: column;
      text-align: center;
      padding: 15px 10px;
    }
  
    #menu_icon {
      display: block;
      z-index: 20;
    }
  
    .nav_links {
      flex-direction: column;
      display: none;
      position: fixed;
      text-align: center;
      width: 100%;
      height: 100vh;
      top: 5vh;
    }
  
    .nav_links.show {
      display: flex;
      flex-direction: column;
      position: fixed;
      top: 0;
      left: 0;
      padding-left: 0%;
      width: 80%;
      height: 90vh;
      background-color: #3495b0de; 
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index: 10;
      
    }
    .nav_links.show #menu_icon {
      z-index: 15; 
    }
  
    .aboutcontent {
      flex-direction: column;
      align-items: center;
      margin-top: 30px;
      margin-bottom: 50px;
    }
  
    .aboutcontent img {
      height: auto;
      max-width: 90%;
      margin-bottom: 20px;
    }
    #form {
      float: none;
     align-items: center;
     max-width:48vh;
     
     

    }
    .contactcontentleft2 ul{
      padding-right: 5%;
      padding-left: 5%;
    }

    .contact-form {
      float: none;
     align-items: center;
     display: inline-block;
    }
    .aboutcontent h3 {
      text-align: center;
      font-size: 20px;
      padding: 0 10px;
    }
  
    .contactcontentleft,
    .contactcontentright,
    .contactcontentleft2 {
      margin: 20px auto;
      text-align: center;
      width: 90%; 
      float: none;  
      display: flex;
      flex-direction: column;
      align-items: center;  
    }
  
    .contactcontentleft h3,
    .contactcontentleft2 h3 {
      text-align: center;
    }
  
    .contactcontentleft2 li {
      margin: 10px 0;
      text-align: center;
    }
  
    .contactcontentleft2 i {
      float: none;
      display: inline-block;
      margin-right: 10px;
    }
  
    .aboutcontenttext{
      float: none;
     align-items: center;
     padding-left: 10%;
     padding-right: 10%;
     max-width:500px;
     height: auto;
       }
    
    .contact-form {
      width: 90%;
    }
  
    .contact-form input,
    .contact-form textarea {
      width: 90%;
    }
    .videoartwork p{
      margin-right: 500px;
    }
    .traditional li,.digitalart li{
      margin-right: 10%;
    }
    .drop-down {
      display: none; /* Hidden by default on mobile */
      position: absolute;
      background-color: #6753b8da; /* Adjust as needed */
      width: 120%; /* Full width for mobile */
      z-index: 10; 
      margin-left: 80px;
      
      padding-right: 5vh;
      text-align: center;
    
    }
    
    .drop-down.show {
      display: block; /* Visible when toggled */
    }
    .traditional img, .digitalart img{
      object-fit: scale-down;
      max-height: 500px;
      width: auto;
          
    }
    
  }
  




  
  /* for mobile */
  @media (max-width: 700px) {
    header {
      flex-direction: column;
      text-align: center;
      padding: 15px 10px;
    }
    
    .videoartwork p{
      margin-right: 500px;
    }
    
.traditional li,.digitalart li{
  margin-right: 10%;

}

.contact-form {
  float: none;
  

 
}
.drop-down {
  display: none; /* Hidden by default on mobile */
  position: absolute;
  background-color: #6753b8da; /* Adjust as needed */
  width: 120%; /* Full width for mobile */
  z-index: 10; 
  margin-left: 85px;
  padding-right: 5vh;
  text-align: center;

}

.drop-down.show {
  display: block; /* Visible when toggled */
}

#menu_icon {
  display: block;
}

.nav_links {
  flex-direction: column;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100vh;
  top: 5vh;
}

#form{
    float: none;
    margin: 0 auto;
    width: 90%;
    max-width: 600px;
    text-align: center;
    display: flex-box;
  
  }

 .contact-form h2 {
      text-align: center;
      margin-bottom: 2vh;
      font-weight: 700;
      
      
  }

.traditional img, .digitalart img{
  object-fit: scale-down;
      
}

    .videoartwork video{
      max-width: 350px ;
      align-items: center;
      margin-right: 50px;
  }

}  

@media (max-width: 550px) {
  .contact-form{
    padding: 0cqw;
    width: 1000px;
    
  }

  h1{
    font-size: 90px;
  }
  h2{
    font-size: 25px;
  }
  #form{
    float: none;
    margin: 0 auto;
    width: 20vh;
    text-align: center;
    display: flex-box;
  
  }
  .traditional img, .digitalart img{
    object-fit: scale-down;
  }
.contactcontentright{
  padding: 10%;
  width: 150vh;
  padding-left: 7.5%;
  padding-right: 10%;
 
}
.contactcontentright h2{
  font-size: 25px;
 
}

}


  