/* 300px --- IPHONES AND SMALL SCREENS  */
@media only screen and (max-width: 600px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 20px;
    padding: 0 0.7rem 0 0.7rem;
  }
  ul li {
    font-size: 20px;
    padding: 0 0 0.7rem 0.7rem;
  }

  h1 {
    font-size: 6em;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    -webkit-text-fill-color: #ff800097;
  -webkit-text-stroke: 0.1px;
    
  }

  h3 {
text-align: center;
  }
  
  h4 {
text-align: center;
  }

.Articles_about-me {
      display: flex;
      flex-direction: column;
      padding: 0 0 0.7rem 0.7rem;
    }

.Arcticle_informations {
        padding: 0 0 0.7rem 0.7rem;
    }

    #prices {
        align-items: center;
    }
    
    .price-each p {
      text-align: center;
    }

    .dots {
        display: none;
    }

    .Article_reviews {
        display: flex;
        flex-direction: column;
      }

      .single-review {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
      }

      .Article_preparation h3 {
        text-align: left;
        font-size: 1em;
      }

    .prep-listFirst {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Article_preparation ul {
      text-align:left;
    }

    #main__video {
      align-self: center;
      width: 95%;
  }
  
  /* CONTACT ----------------------------------*/
  .contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }
  .contact-info {
    text-align: center;
    padding: 0 0 1.3em 0 !important;
  }
  .background-container {
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
  }
  /* CONTACT FORM */
  #contactSection {
      display: flex;
      align-self: center;
      justify-content: center;
      padding: 0;
  }
  .contactForm {
      display: flex;
      text-align: center;
      flex-direction: column;
      line-height: 2;
      font-size: 16px;
      padding: 3.5rem 2em 3em 2em;
  }
  /* CONTACT FORM */
  /* CONTACT ----------------------------------*/
#footer {
    background: linear-gradient(#ff914d, #570213);
  font-size: 22px;
 }
 /* MENU --------------------------------------*/
.menu {
    display: flex;
    flex-direction: column;
  }
  
  .menu__link {
    justify-content: center;
    align-items: center;
    align-self: center;
  padding: 0.1em 0;
    color: #efe7b8;
 display: flex;
    font-size: 1.3em;
  }
  
  .menu__link svg {
    display: none;
  }
  /* MENU --------------------------------------*/
  #header {
    padding: 0 !important;
    margin: 0 !important;
  }
  #text {
    padding: 1em 4em 0 4em;
  }

  #text1 {
    padding: 1em 4em 1em 4em;
  }

}
  















  /* 600px --- SMALL TABLET DEVICES */
  /* @media only screen and (min-width: 600px) {
  } */
  
  
  
  /* 800px --- 10" TABLET DEVICES */
/*   @media only screen and (min-width: 800px) {

  }  */
  
  
  
  /* 1980px --- BIG SCREEN DEVICES */
 /*  @media only screen and (min-width: 1500px) {

  } */
    