.container{

  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  gap: 95px;
  padding:10px;
  /*width: 100%;*/
  cursor: e-resize;
  background-color: rgba(159, 144, 255, 0.507);
  scrollbar-color:  rgb(255, 92, 250) rgb(242, 242, 242); 
  scrollbar-width: thin;
}

.container-oil{

  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  gap: 20px;
  padding:20px 0px 20px 20px;
  /*width: 100%;*/
  cursor: e-resize;
  background-color: rgba(159, 144, 255, 0.507);
  scrollbar-color:  rgb(255, 92, 250) rgb(242, 242, 242); 
  scrollbar-width: thin;



}

/*figure{
  width: 400px;
  margin: 10px;
  padding: 10px;
}*/

/*.thumbnails1 .item img {
  width: 400px;  
  height: auto;
}*/


.desc{

  padding:10px;
}

.cards{

  display: flex;
  flex-flow:  row nowrap;
  overflow-x: auto;
  gap:15px;
  padding:20px;
  width: 100%;
  cursor: e-resize;
  background-color: rgba(255, 104, 104, 0.347);
  scrollbar-color: rgb(255, 92, 250) rgb(242, 242, 242); 
  scrollbar-width: thin;

}

.brands, .sketchbooks{

  display: flex;
  flex-flow:  row nowrap;
  overflow-x: auto;
  gap:20px;
  padding:25px 0 25px 25px;
  cursor: e-resize;
  background-color: #fa96ff99;
  scrollbar-color: rgb(255, 92, 250) rgb(242, 242, 242); 
  scrollbar-width: thin;

}

.menus ,.illistrations{

  display: flex;
  flex-flow:  nowrap;
  overflow-x: auto;
  gap:15px;
  padding:25px 0 25px 25px;
  /*width: 100%;*/
  cursor: e-resize;
  background-color: rgba(104, 255, 170, 0.347);
  scrollbar-color: rgb(255, 92, 250) rgb(242, 242, 242); 
  scrollbar-width: thin;

  
}



.thumbnails2 .item2 img {
  width: 550px;  
  height: auto;
}

.thumbnails3 .item3 img {
  width: 600px;  
  height: auto;
}

.thumbnails4 .item4 img{
  width: 500px;
  height: auto;
  margin-top: 30px;
}

.thumbnails5 .item5 img{
  width: 500px;
  height: auto;
}

h2{

    font-family: monospace;
    padding: 10px 0 10px 30px;
    
    margin-top: 25px;
    font-size: 25px;
    background-color: rgb(2, 2, 2);
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    
   
}

h1{
    font-family: "hwt-arabesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 0;
    font-size: 65px;
    margin: 7px 0 23px 26px;
}

.thumbnails1 .img-wrap {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
  display: inline-flex;
}

.thumbnails1 .item img{
    width:auto;
    height: 500px;
    object-fit:cover;
    display: block;
    display: flex;
   
}
 .thumbnails1{
    flex-shrink: 0;
    display: flex;
 }


 @media (max-width: 768px) {

 

  #topNav {
    flex-wrap: wrap;  
    font-size: 16px;
  }

  #topNav a:link,
  #topNav a:visited,
  #topNav a:hover {
    font-size: 16px;
    padding: 10px 8px;
    border-width: 4px;
  }

  details summary{
    font-size: 13px;
    padding-left: 8px;
    border-width:3px;

  }

  .nav-logo img {
    height: 60px;
  }

  h1 {
    font-size: 29px;
    margin-left: 15px;
  }

  h2 {
    font-size: 18px;
  }

  .thumbnails1 img {
    height: 300px;
  }

  }



