body {
    background-color: rgb(255, 221, 179);
}

p {
    font-size: 15px;
    font-family: "Kanit", sans-serif;
}

.welcome-text{
color: rgb(0, 0, 0);
}

h2 {
    font-size: 40px;
    font-family: "Kanit", sans-serif;
}

h3 {
    font-size: 25px;
    font-family: "Kanit", sans-serif;
}

h1 {
    font-size: 65px;
    font-family: "Kanit", sans-serif;
}

.title {
    background-image: linear-gradient(180deg, rgb(255, 183, 96), rgb(255, 156, 156));

    text-align: center;
    border: 3px solid black;
}

.logo {
    display: flex;
    margin: auto;
}

.row {
    display: flex;
}

.col {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgb(255, 183, 96), rgb(255, 156, 156));
}



.rat {
    color:beige;
    font-style: italic;
    font-size:xx-large;
    text-shadow: 3px 4px 4px rgb(245, 245, 220);
}

h3 {
    text-align: center;
    font-style: italic;
  color: rgb(153, 0, 0);
}


.About {
    background-image: linear-gradient(180deg, rgb(255, 183, 96), rgb(255, 156, 156));
    padding-bottom:  10px;
    padding-left: 10px;
    border: 3px solid black;
    margin-top: 5px;
}

.col img {
    max-width: 100%;
    width: 350px;
}


.dishes {
    color: rgb(46, 46, 46);
}

.people {
    color: rgb(92, 0, 0);
}


.row2 {
    display: flex;
    flex-direction: row;
}

.soup {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)), url("https://thestarvingchefblog.com/wp-content/uploads/2023/03/linguninis-soup-ratatouille-683x1024.jpg");
    width: calc(33% - 36px);
}

.Special {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)), url("https://cdn.shopify.com/s/files/1/2664/9144/files/sweetBread_1024x1024_bfd6f784-517a-4bbd-9cab-2345d4fa301e_grande.jpg?v=1583936227");
    width: calc(33% - 36px);
}



.Ratatouille-dish {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)), url("https://nomadparadise.com/wp-content/uploads/2023/07/537_30-735x490.jpg");
    width: calc(33% - 36px);
}


.Omelette {
    width: 100%;
    padding: 10px;
    margin: 8px;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)), url("https://www.mashed.com/img/gallery/omelette/intro-1612466691.jpg");
        width: calc(33% - 36px);
    }

.Mushrooms {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)),url("https://cdn.cdkitchen.com/recipes/images/2013/08/55326-3119-mx.jpg");
    width: calc(33% - 36px);
}

.Cheesecake {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)),url("https://images.immediate.co.uk/production/volatile/sites/30/2022/10/No-bake-raspberry-cheesecake-cc1ee62.jpg?resize=768,574");
    width: calc(33% - 36px);
}



.Bread {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.493), rgba(255, 255, 255, 0.479)),url("https://iambaker.net/wp-content/uploads/2021/04/baguette.jpg");
    width: calc(33% - 36px);
}



.row3 {
    display: flex;
    flex-direction: row;
}

.cheesecake-title{
color: crimson;
}

.bread-title{
color: rgb(182, 159, 131);
}

.mushroom-title{
color: rgb(161, 117, 103);
}

.omelette-title{
color: rgb(187, 159, 0);
}

.leek-soup{
color: bisque;
}

.x{
color: rgb(221, 132, 102);
}


select{
background-color:dodgerblue;
border-color: black;
border-radius: 5px;
}

.formsubmit{
display: flex;
flex-wrap: wrap;
flex-direction: column;
background-color: rgb(255, 221, 179);;
margin-bottom: 20px;
}

.email{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color:  rgb(255, 221, 179);
}

.message{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color:  rgb(255, 221, 179);
    margin-bottom: 20px;
}

button{
background-color:dodgerblue;
}

label{
    font-family: "Kanit", sans-serif;
}

textarea{
color: rgb(255, 170, 66);
}

.Tatou{
border-radius: 50%;
}

.Linguini{
border-radius: 50%;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    background: rgb(207, 186, 159);
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #000000;
  }
  
  /* Add an italic font style to all quotes */
  q {    font-family: "Kanit", sans-serif;}
  
  .author {color: rgb(0, 42, 121);}

 .signature{
    font-family: "Dancing Script",sans-serif;
 }
  