*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    /* border: 1px solid red */
  }

  body{
    font-family: "Plus Jakarta Sans", sans-serif;
}


nav{
  background-color:#F5F2ED;
  height: 80px;
  width: 100%;
  border: 1px solid #736A51;
}

label.logo{
  color: #736A51;
  font-size: 35px;
  line-height: 80px;
  font-weight: 400;
}

nav ul{
  float: right;
  margin-right: 20px;
}

nav ul li a{
  color: #454035;
  font-size: 17px;
  padding: 7px 13px;
}

a.active,a:hover{
  text-decoration: underline;
  transition: .5s;
}


@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  
}


  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

   /* NAV BAR NAV BAR NAV BAR NAV BAR */

  
   label.logo{
    font-size: 28px;
    padding-left: 50px;
    font-weight: 400;
  }

.checkbtn{
    display: block;
  }

  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background:#BFB79F;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
    border: 1px solid #454035;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  nav ul li a{
    font-size: 40px;
    color: #454035;
    font-weight: 350;
  }

 
  #check:checked ~ ul{
    left: 0;
  }

  .checkbtn{
    font-size: 40px;
    color: #736A51;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
  }

  #check{
    display: none;
  }

/* NAV BAR NAV BAR NAV BAR NAV BAR */

    /*HERO SECTION */ /*HERO SECTION */ /*HERO SECTION */

  .indexflex{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .herovideocontainer, .herovideo{
    width: 100%;
    object-fit: cover;
    height: 531px;
  }

  .textherocontainer{
    background-color:#BFB79F;
    color:#F5F2ED;
  }

  .indextitle h1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-left: 20px;
  }

  .indextitle p{
    margin-left: 20px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .indextextandbuttons{
    margin-left: 20px;
    margin-right: 20px;
  }

  .indextextandbuttons p{
    font-weight: 250;
    line-height: 30px;
  }

  .indextextandbuttons .buttons{
    margin-bottom: 30px;
  }
 
    /*HERO SECTION */ /*HERO SECTION */ /*HERO SECTION */ /*HERO SECTION */


    /* TEXT AND BUTTONS TEXT AND BUTTONS TEXT AND BUTTONS */

    .buttons a{
        background-color: #F5F2ED;
        border: 1px solid #736A51;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .buttons{
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; 
    }

    .buttons a button{
        font-size: 22px;
        color:#454035;
        cursor: pointer;
        border: none;
        font-weight:lighter;
    }

    /* TEXT AND BUTTONS TEXT AND BUTTONS TEXT AND BUTTONS */

    /* MAIN SHOP CARDS MAIN SHOP CARDS MAIN SHOP CARDS */

    .col-xs-12_cardshop{
        width: 100%;
        height: 881px;
        background-color: #F5F2ED;
        padding-top: 20px;
    }

    .col-xs-12_cardshop h4{
      margin-bottom: 30px;
      color:#736A51;
      margin-left: 30px;
      padding-right: 50px;
      font-size: 24px;
      font-weight: 500;

  }

  .col-xs-12_cardshop h1{
      margin-bottom: 15px;
      color:#736A51;
      margin-left: 30px;

      padding-right: 10px;
      font-weight: 400;
      font-size: 34px;
  }

  .col-xs-12_cardshop p{
      margin-bottom: 70px;
      font-size: 25px;
      line-height: 37px;
      padding-right: 40px;
      font-weight: 300;
      margin-left: 30px;

  }

   .wid100p{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        color:#454035;
   }

   .wid100p h5{
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        padding-top: 15px;
        padding-left: 10px;
   }

   .wid100p h3{
        font-weight: 400;
        font-size: 23px;
        padding-left: 10px;
    }

    .wid100p p{
        font-size: 13px;
    }

    .card1 p{
        margin-bottom: 0px;
        margin-top: 24px;
        width: 100%;
        font-weight:400;
    }

    .card1, .card2{
        background-color: white;
    }

    .card2 p{
        margin-bottom: 0px;
        margin-top: 39px;
        font-weight:400;

    }

    .card2 h3{
        margin-top: 14px
    }

    .card1 a, .card2 a{
        text-decoration: none;
        padding-left: 10px;
        color:#454035;
        font-size: 20px;
        cursor: pointer;
    }

    .card2 a{
        margin-top:10px;
    }


   .cardinfo{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        position: relative;
   }

   .cardinfo h5{
    width: 100%;
   }

   .card1, .card2{
        width:156px;
        height: 430px;
        box-sizing: border-box;
        border: 1px solid #454035;
        margin: 10px
   }

   .card1 img, .card2 img{
        width: 156px;
        height: 194px;
        object-fit: cover;
   }

   .card3, .card4{
     display: none;  /*just on mobile*/ 
   }

   .col-xs-12_arrows{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;   
        background-color: #F5F2ED;
        margin-bottom: 50px;

   }

   .col-xs-12_arrows a i{
    font-size: 30px;
    color:#454035;
    }

    /* MAIN SHOP CARDS MAIN SHOP CARDS MAIN SHOP CARDS */



    /* MAIN PAGE ABOUT US MAIN PAGE ABOUT US MAIN PAGE ABOUT US */

    .photobackcream{
        width: 100%;
        height: 381px;
        text-align: left;
        position: relative;
    }

    .photobackcream img{
        object-fit: cover;
        width: 100%;
        height: 381px;
    }

    .quotesec5{
        color:#454035;
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        position: absolute;
        top: 25%;
        bottom: 50%;
        width: 80%;
        left: 42px;
    }

    .textsec6back{
        height: 770px;
        background-color:#F5F2ED;
        width: 100%;
        text-align:left;
        display: flex;
    }

    .textsec6back div{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .textsec6back div p{
        width: 80%;
        font-size: 23px;
        font-weight:300;
        line-height: 37px;
    }

/* MAIN PAGE ABOUT US MAIN PAGE ABOUT US MAIN PAGE ABOUT US */


   /* SHOP VIDEO SHOP VIDEO SHOP VIDEO SHOP VIDEO */
    /* Same as Hero Video*/

    .video_shop{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 600px;
    }

    .video_shop .col-xs-12_video{
      object-fit: cover;
      width: 100%;
      height: 600px;
    }




  /* SHOP HERO SHOP HERO SHOP HERO SHOP HERO */

  .shophero{
    display: none;
  }


  /* REVIEW SECTION SHOP PAGE */

    .reviewcontainer{
      background-color:#BFB79F;
      height: 432px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .stars{
      color: #ffffff;
      margin-bottom: 20px;
    }

    .stars i{
      font-size: 25px;
      margin: 5px;
    }

    .reviewcontainer p{
      color:#F5F2ED;
      width: 60%;
      text-align: center;
      margin-bottom: 10px;
      line-height: 30px;
      font-weight: 260;
    }

    .reviewcontainer h5{
      color:#F5F2ED;
    }

    /* REVIEW SECTION SHOP PAGE */

    /* OUR HOUSE SHOP OUR HOUSE SHOP */
    .ourhouseshop{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .ourhouseshop h4{
      color: #736A51;
      font-size: 24px;
      font-weight: 800;
      margin-left: 30px;
      margin-bottom: 30px;
      margin-top: 40px;
    }

    .ourhouseshop h1{
      color: #736A51;
      font-weight: 400;
      font-size: 34px;
      margin-left: 30px;
      margin-bottom: 50px;

    }

    .ourhouseshop p{
      color:#454035;
      margin-bottom: 70px;
      font-size: 25px;
      line-height: 37px;
      padding-right: 40px;
      font-weight: 300;
      margin-left: 30px;
    }

    .ourhouseshop a{
      background-color: #F5F2ED;
      border: 1px solid #736A51;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      box-sizing: border-box;
  }

  .buttonourhouse{
      display:flex;
      margin-left: 30px;
      margin-bottom: 40px;


  }

  .ourhouseshop a button{
      font-size: 22px;
      color:#454035;
      cursor: pointer;
      border: none;
      font-weight:lighter;
  }
  /* OUR HOUSE SHOP OUR HOUSE SHOP */


  /* MANIFESTO MANIFESTO MANIFESTO OUR HOUSE PAGE */

  .manifesto h4{
      color: #736A51;
      font-size: 24px;
      font-weight: 800;
      margin-left: 30px;
      margin-bottom: 10px;
      margin-top: 30px;
  }

  .manifesto h1{
    color: #736A51;
    font-weight: 400;
    font-size: 34px;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .manifestotextmobile {
    color:#454035;
    margin-bottom: 70px;
    font-size: 25px;
    line-height: 37px;
    padding-right: 40px;
    font-weight: 300;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .plusbutton {
    background-color: white;
    display: flex;
    justify-content: flex-end; 
    margin-bottom: 30px;
    margin-right: 30px;
}

.plusbutton i {
    align-self: flex-end;
    font-size: 50px;
    color:#736A51;
}

.blackandwhitemanifesto{
  display:none;
}

.manifestophotos {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  overflow: hidden; 
}

.manifestophotos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifestotextdesktop{
  display: none;
}

  /* MANIFESTO MANIFESTO MANIFESTO OUR HOUSE PAGE */


  /* OUR HOUSE PAGE TEAM CARDS TEAM CARDS TEAM CARDS TEAM CARDS */

  .teammain{
    background-color:#F5F2ED;
  }
  
  .teammain h4{
    font-size: 24px;
    color: #736A51;
    font-weight: 800;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .teammain h1{
    color: #736A51;
    font-weight: 400;
    font-size: 33px;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .teamcard2, .teamcard3{
    display: none;
  }

  .teamcards{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .teamcard{
    width: 320px;
    height: 737px;
    object-fit: contain;
    border: 1px solid #454035;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
  }

  .teamcard img{
    width: 320px;
    height: 347px;
    object-fit: cover;
  }

 
  .teammain h2{
      font-weight: 400;
      font-size: 25px;
      margin-top: 50px;
      margin-left: 20px;
  }

  .teammain h5{
      font-weight: 700;
      font-size: 15px;
      margin-left: 20px;
      margin-top: 4px;
      color:#454035;
  }

  .teammain p{
    margin-left: 20px;
    padding-right: 10px;
    line-height: 30px;
    margin-top: 60px;
  }

  /* OUR HOUSE PAGE TEAM CARDS TEAM CARDS TEAM CARDS TEAM CARDS */

  /* DIARY PAGE DIARY PAGE DIARY PAGE DIARY PAGE */



.diarytitle h4{
    margin-bottom: 10px;
    margin-top: 20px;
    color:#736A51;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-left: 30px;
}

.diarytitle h1{
    margin-bottom: 15px;
    color:#736A51;
    padding-left: 10px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 34px;
    margin-left: 30px
}

/*diary articles */

.diaryarticle1container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaryarticle1{
  width: 322px;
  height: 302px;
  border: 1px solid #454035;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.diaryarticle1 img{
  width: 50%;
  height: 302px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}

.diaryarticle1 p, .diaryarticle2 p, .diaryarticle3 p, .diaryarticle4 p{
  display:none;
}

.diaryarticle1 h1, .diaryarticle2 h1, .diaryarticle3 h1, .diaryarticle4 h1{
  color:#736A51;
  font-size: 25px;
  font-weight:450;
}

.diaryarticle1 h5, .diaryarticle2 h5, .diaryarticle3 h5, .diaryarticle4 h5{
  color:#736A51;
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}

.diary3articles{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.diaryarticle2, .diaryarticle3, .diaryarticle4{
  width: 322px;
  height: 302px;
  border: 1px solid #454035;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.diaryarticle2 img, .diaryarticle3 img, .diaryarticle4 img{
  width: 50%;
  height: 100%;
  object-fit: cover;
  margin-right: 10px;
}

.diaryarticletext{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  /* DIARY PAGE DIARY PAGE DIARY PAGE DIARY PAGE */


  /* INSPIRATION PAGE INSPIRATION PAGE */

  .flexinspo{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .containerpoemphoto{
    display: flex;
    flex-direction: column;
  }

  .inspirationtitle h4{
    font-size: 24px;
    color: #736A51;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .inspirationtitle h1{
    color: #736A51;
    margin-left: 20px;
    font-weight:500;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  
  .poem{
    display: flex;
    order: 3;
    flex-direction: column;
  }

  .poemdesktop{
    display: none;
  }

  .poem h5{
    color: #736A51;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
  }

  .poem p{
    color: #454035;
    padding: 20px;
    line-height: 35px;
    font-weight: 300;
    font-size: 18px;
  }



  .row1photo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .row1w50, .row4photosw50_left, .row4photosw50_right{        /* first block of imgs */
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 22px;
  }

  .row1w50 img{
    object-fit: cover;
    width: 166px;
    height: 200px;
    align-items: center;
  }

  .row1w100{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .row1w100 img{   /* big photo */
    object-fit: cover;
    width: 350px;
    align-items: center;
  }

  .row4photos{ /* all the block */
    order: 4;
    display: flex;
    width: 100%;
    flex-direction: column;
  }


  .row4photosw50_left img, .row4photosw50_right img{
    width: 166px;
    height: 200px;
    object-fit: cover;
  }

  /* INSPIRATION PAGE INSPIRATION PAGE */





    /* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
    .formnewsletter{
        width: 100%;
        background-color: #BFB79F;
        height: 80px;
        display: flex;
        align-items: left;
        flex-direction: column;
        justify-content: center;
    }

    .formnewsletter p, h2{
        color:#454035;
        width: 90%;
        margin-left: 20px;
    }

    .formnewsletter p{
        display: none;
    }

    .formnewsletter h2{
        font-weight: 530;
    }


    .formemailfooter{
        background-color: #BFB79F;
        height: 60px;
    }

    input[type=text]{
        width: 90%;
        padding: 12px;
        display: inline-block;
        border: 1px solid #454035;
        box-sizing: border-box;
        margin-left: 20px;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #454035;
        font-size: medium;
    }

    .buttonsandicons{
        width: 100%;
        background-color: #BFB79F;
        float: left;
    }

    .buttonsandicons p{ /*change on desktop*/
        display: none;
    }

    .subscribebutton{
        width: 100%;
        background-color: #BFB79F;
    }

    input[type=submit] {
        background-color:#454035;
        padding: 12px;
        color: white;
        margin-left: 20px;
        border: none;
        font-family: "Plus Jakarta Sans", sans-serif;
        width: 30%;
        font-size: 17px;
        cursor: pointer;
        text-align: left;
      }

      .subscribebutton p{
        display: none;
      }


      .footerimg{
        display: none;
      }

      .footerlogo{
        width: 100%;
        height: 120px;
        background-color:#F5F2ED;
        display: flex;
        object-fit: contain;
        justify-content: center;
        align-items: center;
      }

      .footerlogo img{
        width: 50%;
        object-fit: contain;
        justify-content: center;
        align-items: center;
      }

      .footerContainer{
        width: 100%;
      }

      .socialIcons{
        height: 80px;
        background-color: #BFB79F;
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }

      .socialIcons a{
        text-decoration: none;
        padding: 10px;
        background-color:#F5F2ED;
        margin: 10px;
        border-radius: 50%;
        margin-left: 20px;
      }

      .socialIcons a i{
        font-size: 25px;
        color:#454035;
        opacity: 0.9;
      }

      .footernav{
        background-color: #F5F2ED;
        display: none; /*change on desktop*/
      }

      .footernav ul{
        display: flex;
        justify-content: center;
        list-style: none;
      }

      .footernav ul li a{
        color:#454035;
        margin: 10px;
        text-decoration: none;
        font-size: 9px
      }

      .privacypolicy{
        background-color: #F5F2ED;
        display: flex;
        flex-direction: column;
        padding-left: 30px;

        
      }

      .privacypolicy a{
        text-decoration: none;
        color:#454035;
        margin: 5px;
        cursor: pointer;
        margin-bottom: 20px;
      }

      .lastpartfooter{
        background-color: #BFB79F;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
    /* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */


    .col-xs-1 {
        width: 8.33%;
        }
      .col-xs-2 {
        width: 16.66%;
        }
      .col-xs-3 {
        width: 25%;
        }
      .col-xs-4 {
        width: 33.33%;
        }
      .col-xs-5 {
        width: 41.66%;
        }
      .col-xs-6 {
        width: 50%;
        }
    
      .col-xs-7 {
        width: 58.33%;
        }
      .col-xs-8 {
        width: 66.66%;
        }
      .col-xs-9 {
        width: 75%;
        }
      .col-xs-10 {
        width: 83.33%;
        }
      .col-xs-11 {
        width: 91.66%;
        }
      .col-xs-12 {
        width: 100%;
        }

    }

    /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 991px) {

  /* NAV BAR NAV BAR NAV BAR NAV BAR */

  label.logo{
    font-size: 28px;
    padding-left: 50px;
    font-weight: 400;
  }

.checkbtn{
    display: block;
  }

  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background:#BFB79F;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
    border: 1px solid #454035;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  nav ul li a{
    font-size: 40px;
    color: #454035;
    font-weight: 350;
  }

 
  #check:checked ~ ul{
    left: 0;
  }

  .checkbtn{
    font-size: 40px;
    color: #736A51;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
  }

  #check{
    display: none;
  }

/* NAV BAR NAV BAR NAV BAR NAV BAR */

 /*HERO SECTION */ /*HERO SECTION */ /*HERO SECTION */

 .indexflex{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.herovideocontainer, .herovideo{
  width: 100%;
  object-fit: cover;
  height: 531px;
}

.textherocontainer{
  background-color:#BFB79F;
  color:#F5F2ED;
}

.indextitle h1{
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-left: 20px;
}

.indextitle p{
  margin-left: 20px;
  font-size: 22px;
  margin-bottom: 20px;
}

.indextextandbuttons{
  margin-left: 20px;
  margin-right: 20px;
}

.indextextandbuttons p{
  font-weight: 250;
  line-height: 30px;
}

.indextextandbuttons .buttons{
  margin-bottom: 30px;
}

  /*HERO SECTION */ /*HERO SECTION */ /*HERO SECTION */ /*HERO SECTION */


    /* TEXT AND BUTTONS TEXT AND BUTTONS TEXT AND BUTTONS */
    .textandbuttonshero{
        background-color: #BFB79F;
        height: 600px;
        margin-top: 0px;
        padding-left: 10px;
        color:#F5F2ED;
        font-size: 25px;
        font-weight:300;
        line-height: 43px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 10px
    }


    .buttons a{
        background-color: #F5F2ED;
        border: 1px solid #736A51;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .buttons{
        display:flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px; 
    }

    .buttons a button{
        font-size: 22px;
        color:#454035;
        cursor: pointer;
        border: none;
        font-weight:lighter;
    }

    /* TEXT AND BUTTONS TEXT AND BUTTONS TEXT AND BUTTONS */

    /* MAIN SHOP CARDS MAIN SHOP CARDS MAIN SHOP CARDS */

    .col-xs-12_cardshop{
        width: 100%;
        height: 881px;
        background-color: #F5F2ED;
        padding-top: 20px;
    }

    .col-xs-12_cardshop h4{
        margin-bottom: 30px;
        color:#736A51;
        margin-left: 30px;
        padding-right: 50px;
        font-size: 24px;
        font-weight: 500;

    }

    .col-xs-12_cardshop h1{
        margin-bottom: 15px;
        color:#736A51;
        margin-left: 30px;

        padding-right: 10px;
        font-weight: 400;
        font-size: 34px;
    }

    .col-xs-12_cardshop p{
        margin-bottom: 70px;
        font-size: 25px;
        line-height: 37px;
        padding-right: 40px;
        font-weight: 300;
        margin-left: 30px;

    }

   .wid100p{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        color:#454035;
   }

   .wid100p h5{
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        padding-top: 15px;
        padding-left: 10px;
   }

   .wid100p h3{
        font-weight: 400;
        font-size: 23px;
        padding-left: 10px;
    }

    .wid100p p{
        font-size: 13px;
    }

    .card1 p{
        margin-bottom: 0px;
        margin-top: 24px;
        width: 100%;
        font-weight:400;
    }

    .card1, .card2{
        background-color: white;
    }

    .card2 p{
        margin-bottom: 0px;
        margin-top: 39px;
        font-weight:400;

    }

    .card2 h3{
        margin-top: 14px
    }

    .card1 a, .card2 a{
        text-decoration: none;
        padding-left: 10px;
        color:#454035;
        font-size: 20px;
        cursor: pointer;
    }

    .card2 a{
        margin-top:10px;
    }


   .cardinfo{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        position: relative;
   }

   .cardinfo h5{
    width: 100%;
   }

   .card1, .card2{
        width:156px;
        height: 430px;
        box-sizing: border-box;
        border: 1px solid #454035;
        margin: 10px
   }

   .card1 img, .card2 img{
        width: 156px;
        height: 194px;
        object-fit: cover;
   }

   .card3, .card4{
     display: none;  /*just on mobile*/ 
   }

   .col-xs-12_arrows{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;   
        background-color: #F5F2ED;
        height: 150px;
        margin-bottom: 50px;
   }

   .col-xs-12_arrows a i{
    font-size: 30px;
    color:#454035;
    margin-bottom: 50px;

    }

    /* MAIN SHOP CARDS MAIN SHOP CARDS MAIN SHOP CARDS */



    /* MAIN PAGE ABOUT US MAIN PAGE ABOUT US MAIN PAGE ABOUT US */

    .photobackcream{
        margin-top: 20px;
        width: 100%;
        height: 381px;
        text-align: left;
        position: relative;
    }

    .photobackcream img{
        object-fit: cover;
        width: 100%;
        height: 381px;
    }

    .quotesec5{
        color:#454035;
        font-weight: 400;
        font-size: 30px;
        line-height: 35px;
        position: absolute;
        top: 25%;
        bottom: 50%;
        width: 80%;
        left: 42px;
    }

    .textsec6back{
        height: 770px;
        background-color:#F5F2ED;
        width: 100%;
        text-align:left;
        display: flex;
    }

    .textsec6back div{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .textsec6back div p{
        width: 80%;
        font-size: 23px;
        font-weight:300;
        line-height: 37px;
    }

/* MAIN PAGE ABOUT US MAIN PAGE ABOUT US MAIN PAGE ABOUT US */


    /* SHOP VIDEO SHOP VIDEO SHOP VIDEO SHOP VIDEO */
    /* Same as Hero Video*/

    .video_shop{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 600px;
    }

    .video_shop .col-xs-12_video{
      object-fit: cover;
      width: 100%;
      height: 600px;
    }


  /* SHOP HERO SHOP HERO SHOP HERO SHOP HERO */

  .shophero{
    display: none;
  }


  /* REVIEW SECTION SHOP PAGE */

    .reviewcontainer{
      background-color:#BFB79F;
      height: 432px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .stars{
      color: #ffffff;
      margin-bottom: 20px;
    }

    .stars i{
      font-size: 25px;
      margin: 5px;
    }

    .reviewcontainer p{
      color:#F5F2ED;
      width: 60%;
      text-align: center;
      margin-bottom: 10px;
      line-height: 30px;
      font-weight: 260;
    }

    .reviewcontainer h5{
      color:#F5F2ED;
    }

    /* REVIEW SECTION SHOP PAGE */

    /* OUR HOUSE SHOP OUR HOUSE SHOP */
    .ourhouseshop{
      height: 942px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .ourhouseshop h4{
      color: #736A51;
      font-size: 24px;
      font-weight: 800;
      margin-left: 30px;
      margin-bottom: 30px;
    }

    .ourhouseshop h1{
      color: #736A51;
      font-weight: 400;
      font-size: 34px;
      margin-left: 30px;
      margin-bottom: 70px;
    }

    .ourhouseshop p{
      color:#454035;
      margin-bottom: 70px;
      font-size: 25px;
      line-height: 37px;
      padding-right: 40px;
      font-weight: 300;
      margin-left: 30px;
    }

    .ourhouseshop a{
      background-color: #F5F2ED;
      border: 1px solid #736A51;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 4px 2px;
      cursor: pointer;
      box-sizing: border-box;
  }

  .buttonourhouse{
      display:flex;
      margin-left: 30px;

  }

  .ourhouseshop a button{
      font-size: 22px;
      color:#454035;
      cursor: pointer;
      border: none;
      font-weight:lighter;
  }
  /* OUR HOUSE SHOP OUR HOUSE SHOP */

    /* MANIFESTO MANIFESTO MANIFESTO OUR HOUSE PAGE */

    .manifesto h4{
      color: #736A51;
      font-size: 24px;
      font-weight: 800;
      margin-left: 30px;
      margin-bottom: 10px;
      margin-top: 30px;
  }

  .manifesto h1{
    color: #736A51;
    font-weight: 400;
    font-size: 34px;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .manifestotextmobile {
    color:#454035;
    margin-bottom: 70px;
    font-size: 25px;
    line-height: 37px;
    padding-right: 40px;
    font-weight: 300;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .plusbutton {
    background-color: white;
    display: flex;
    justify-content: flex-end; 
    margin-bottom: 30px;
    margin-right: 30px;
}

.plusbutton i {
    align-self: flex-end;
    font-size: 50px;
    color:#736A51;
}

.blackandwhitemanifesto{
  display:none;
}

.manifestophotos {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  overflow: hidden; 
}

.manifestophotos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manifestotextdesktop{
  display: none;
}

  /* MANIFESTO MANIFESTO MANIFESTO OUR HOUSE PAGE */

    /* OUR HOUSE PAGE TEAM CARDS TEAM CARDS TEAM CARDS TEAM CARDS */

    .teammain{
      background-color:#F5F2ED;
    }
    
    .teammain h4{
      font-size: 24px;
      color: #736A51;
      font-weight: 800;
      margin-left: 30px;
      margin-bottom: 10px;
      margin-top: 30px;
    }
  
    .teammain h1{
      color: #736A51;
      font-weight: 400;
      font-size: 33px;
      margin-left: 30px;
      margin-bottom: 50px;
    }
  
    .teamcard2, .teamcard3{
      display: none;
    }
  
    .teamcards{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }
  
    .teamcard{
      width: 320px;
      height: 737px;
      object-fit: contain;
      border: 1px solid #454035;
      display: flex;
      flex-direction: column;
      background-color: #ffffff;
    }
  
    .teamcard img{
      width: 320px;
      height: 347px;
      object-fit: cover;
    }
  
   
    .teammain h2{
        font-weight: 400;
        font-size: 25px;
        margin-top: 50px;
        margin-left: 20px;
    }
  
    .teammain h5{
        font-weight: 700;
        font-size: 15px;
        margin-left: 20px;
        margin-top: 4px;
        color:#454035;
    }
  
    .teammain p{
      margin-left: 20px;
      padding-right: 10px;
      line-height: 30px;
      margin-top: 60px;
    }
  
    /* OUR HOUSE PAGE TEAM CARDS TEAM CARDS TEAM CARDS TEAM CARDS */

  
  /* DIARY PAGE DIARY PAGE DIARY PAGE DIARY PAGE */


  
  .diarytitle h4{
      margin-bottom: 10px;
      margin-top: 20px;
      color:#736A51;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 24px;
      font-family: "Jost", sans-serif;
      font-weight: 500;
      margin-left: 30px;
  }
  
  .diarytitle h1{
      margin-bottom: 15px;
      color:#736A51;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 400;
      font-size: 34px;
      margin-left: 30px;

  }
  /*diary articles */
  
  .diaryarticle1container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .diaryarticle1{
    width: 322px;
    height: 302px;
    border: 1px solid #454035;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  
  .diaryarticle1 img{
    width: 50%;
    height: 302px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
  }
  
  .diaryarticle1 p, .diaryarticle2 p, .diaryarticle3 p, .diaryarticle4 p{
    display:none;
  }
  
  .diaryarticle1 h1, .diaryarticle2 h1, .diaryarticle3 h1, .diaryarticle4 h1{
    color:#736A51;
    font-size: 25px;
    font-weight:450;
  }
  
  .diaryarticle1 h5, .diaryarticle2 h5, .diaryarticle3 h5, .diaryarticle4 h5{
    color:#736A51;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
  }
  
  .diary3articles{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .diaryarticle2, .diaryarticle3, .diaryarticle4{
    width: 322px;
    height: 302px;
    border: 1px solid #454035;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }
  
  .diaryarticle2 img, .diaryarticle3 img, .diaryarticle4 img{
    width: 50%;
    height: 100%;
    object-fit: cover;
    margin-right: 10px;
  }
  
  .diaryarticletext{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
    /* DIARY PAGE DIARY PAGE DIARY PAGE DIARY PAGE */


      /* INSPIRATION PAGE INSPIRATION PAGE */

  .flexinspo{
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .containerpoemphoto{
    display: flex;
    flex-direction: column;
  }

  .inspirationtitle h4{
    font-size: 24px;
    color: #736A51;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .inspirationtitle h1{
    color: #736A51;
    margin-left: 20px;
    font-weight:500;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  
  .poem{
    display: flex;
    order: 3;
    flex-direction: column;
  }

  .poemdesktop{
    display: none;
  }

  .poem h5{
    color: #736A51;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
  }

  .poem p{
    color: #454035;
    padding: 20px;
    line-height: 35px;
    font-weight: 300;
    font-size: 18px;
  }



  .row1photo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .row1w50, .row4photosw50_left, .row4photosw50_right{        /* first block of imgs */
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 22px;
  }

  .row1w50 img{
    object-fit: cover;
    width: 166px;
    height: 200px;
    align-items: center;
  }

  .row1w100{
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .row1w100 img{   /* big photo */
    object-fit: cover;
    width: 350px;
    align-items: center;
  }

  .row4photos{ /* all the block */
    order: 4;
    display: flex;
    width: 100%;
    flex-direction: column;
  }


  .row4photosw50_left img, .row4photosw50_right img{
    width: 166px;
    height: 200px;
    object-fit: cover;
  }

  /* INSPIRATION PAGE INSPIRATION PAGE */

    /* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
    .formnewsletter{
        width: 100%;
        background-color: #BFB79F;
        height: 80px;
        display: flex;
        align-items: left;
        flex-direction: column;
        justify-content: center;
    }

    .formnewsletter p, h2{
        color:#454035;
        width: 90%;
        margin-left: 20px;
    }

    .formnewsletter p{
        display: none;
    }

    .formnewsletter h2{
        font-weight: 530;
    }


    .formemailfooter{
        background-color: #BFB79F;
        height: 60px;
    }

    input[type=text]{
        width: 90%;
        padding: 12px;
        display: inline-block;
        border: 1px solid #454035;
        box-sizing: border-box;
        margin-left: 20px;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #454035;
        font-size: medium;
    }

    .buttonsandicons{
        width: 100%;
        background-color: #BFB79F;
        float: left;
    }

    .buttonsandicons p{ /*change on desktop*/
        display: none;
    }

    .subscribebutton{
        width: 100%;
        background-color: #BFB79F;
    }

    input[type=submit] {
        background-color:#454035;
        padding: 12px;
        color: white;
        margin-left: 20px;
        border: none;
        font-family: "Plus Jakarta Sans", sans-serif;
        width: 30%;
        font-size: 17px;
        cursor: pointer;
        text-align: left;
      }

      .subscribebutton p{
        display: none;
      }


      .footerimg{
        display: none;
      }

      .footerlogo{
        width: 100%;
        height: 120px;
        background-color:#F5F2ED;
        display: flex;
        object-fit: contain;
        justify-content: center;
        align-items: center;
      }

      .footerlogo img{
        width: 50%;
        object-fit: contain;
        justify-content: center;
        align-items: center;
      }

      .footerContainer{
        width: 100%;
      }

      .socialIcons{
        height: 80px;
        background-color: #BFB79F;
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }

      .socialIcons a{
        text-decoration: none;
        padding: 10px;
        background-color:#F5F2ED;
        margin: 10px;
        border-radius: 50%;
        margin-left: 20px;
      }

      .socialIcons a i{
        font-size: 25px;
        color:#454035;
        opacity: 0.9;
      }

      .footernav{
        background-color: #F5F2ED;
        display: none; /*change on desktop*/
      }

      .footernav ul{
        display: flex;
        justify-content: center;
        list-style: none;
      }

      .footernav ul li a{
        color:#454035;
        margin: 10px;
        text-decoration: none;
        font-size: 9px
      }

      .privacypolicy{
        background-color: #F5F2ED;
        display: flex;
        flex-direction: column;
        padding-left: 30px;
      }

      .privacypolicy a{
        text-decoration: none;
        color:#454035;
        margin: 5px;
        cursor: pointer;
        margin-bottom: 20px;

      }

      .lastpartfooter{
        background-color: #BFB79F;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
    /* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */


    .col-xs-1 {
        width: 8.33%;
        }
      .col-xs-2 {
        width: 16.66%;
        }
      .col-xs-3 {
        width: 25%;
        }
      .col-xs-4 {
        width: 33.33%;
        }
      .col-xs-5 {
        width: 41.66%;
        }
      .col-xs-6 {
        width: 50%;
        }
    
      .col-xs-7 {
        width: 58.33%;
        }
      .col-xs-8 {
        width: 66.66%;
        }
      .col-xs-9 {
        width: 75%;
        }
      .col-xs-10 {
        width: 83.33%;
        }
      .col-xs-11 {
        width: 91.66%;
        }
      .col-xs-12 {
        width: 100%;
        }

}


  /* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 900px) {

      /* NAV BAR NAV BAR NAV BAR NAV BAR */

    nav{
      background-color: #F5F2ED;
    }
    
      label.logo{
          font-size: 35px;
          padding-left: 50px;
        }
       

        .checkbtn{
            display: none;
        }

        #check{
            display: none;
          }

          nav ul li a{
            font-size: 19px;
            color: #454035;
            font-weight: 230;
        }

          nav ul li{
            display: inline-block;
            line-height: 80px;
            margin: 0 5px;
          }

  /* NAV BAR NAV BAR NAV BAR NAV BAR */


  /* HERO SECTION HERO SECTION HERO SECTION */

  .herovideocontainer{
    width: 100%;
    height: 550px;
  }

  .herovideo{
    width: 100%;
    height: 550px;
    object-fit: cover;
  }

  .textherocontainer{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0px;
    height: 280px;
  }

  .indextitle, .indextextandbuttons{
    width: 50%;
    background-color: #BFB79F;
    justify-content: center;
  }

  .indextitle{
    color:white;
  }

  .indextitle h1{
    margin-left: 40px;
    font-weight: 400;
    margin-top: 60px;
    font-size: 40px;
  }

  .indextitle p{
    font-weight: 200;
    margin-left: 40px;
    margin-top: 20px;
    font-size: 22px;
  }

  .indextextandbuttons{
    color:#ffffff;
    padding-left: 40px;
    padding-right: 40px;
  }

  .indextextandbuttons p{
    line-height: 30px;
    font-size: 18px;
    font-weight: 200;
    margin-top: 30px;
    margin-left: 20px;
  }

    .buttons a{
        background-color: #F5F2ED;
        border: 1px solid #736A51;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 2px;
        cursor: pointer;
        box-sizing: border-box;
        
    }

    .buttons{
        display:flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 5px; 
        margin-left: 20px;

    }

    .buttons a button{
        font-size: 22px;
        color:#454035;
        cursor: pointer;
        border: none;
        font-weight:lighter;
    }

    /* HERO SECTION HERO SECTION HERO SECTION */

    /* SHOP SHOP SHOP SHOP SHOP SHOP */
    .col-xs-12_cardshop{
        height: 1553px;
        background-color: #F5F2ED;
        display: flex;
        flex-direction: column;
    }

    .col-xs-12_cardshop h4{
        margin-bottom: 60px;
        color:#736A51;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 17px;
        font-weight: 650;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 163px;

    }
    
    .col-xs-12_cardshop h1{
        color: #736A51;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        font-weight:400;
    }

    .col-xs-12_cardshop p{
        color: #454035;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        margin-top: 12px;
        font-weight: lighter;
        margin-bottom: 100px;
    }

    /* CARDS CARDS CARDS CARDS */

    .col-xs-12_cardshop{
        width: 100%;
        background-color: #F5F2ED;
    }

    .col-xs-12_cardshop h4{
        margin-bottom: 27px;
        color:#736A51;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
        font-weight: 500;
        margin-top: 55px;
    }

    .col-xs-12_cardshop h1{
        margin-bottom: 15px;
        color:#736A51;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400;
        font-size: 34px;
    }

    .col-xs-12_cardshop p{
        margin-bottom: 70px;
        font-size: 25px;
        line-height: 37px;
        padding-left: 330px;
        padding-right: 10px;
        font-weight: 300;
        width: 80%;
        text-align: center;
    }

   .wid100p{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        color:#454035;
   }

   .wid100p h5{
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        padding-top: 15px;
        padding-left: 10px;
   }

   .wid100p h3{
        font-weight: 400;
        font-size: 23px;
        padding-left: 10px;
    }

    .wid100p p{
        font-size: 13px;
        text-align: left;
    }

    .card1, .card2, .card3, .card4{
        background-color: white;
    }

   

    .card1 a, .card2 a, .card3 a, .card4 a{
        text-decoration: none;
        padding-left: 10px;
        color:#454035;
        font-size: 20px;
        cursor: pointer;
    }


   .card1, .card2, .card3, .card4{
        width:390px;
        height: 794px;
        box-sizing: border-box;
        border: 1px solid #454035;
        margin: 10px;
        margin-top: 80px;

   }

   .card1 p, .card2 p, .card3 p, .card4 p{
    text-align: left;
    justify-content: center;
   }

   .card1 img, .card2 img, .card3 img, .card4 img{
        width: 390px;
        height: 504px;
        object-fit: cover;
   }

   a.active,a:hover{
    text-decoration: underline;
    transition: .5s;
   }

   .col-xs-12_arrows{
    display: none;
   }

   .col-xs-12_arrows i{
    display: none;
   }




    /* CARDS CARDS CARDS CARDS */
    /* SHOP SHOP SHOP SHOP SHOP SHOP */


    /* BACKGROUND IMAGE AND TEXT */

   .part4website{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
   }


   .photobackcream img{
    display: none;
   }

   .photobackcream{
    width: 100%;
   }

   .quotesec5{
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #BFB79F;
    font-size: 20px;
    padding: 40px;
    color:#F5F2ED;
   }



   .textontop{
    width: 100%;
   }

   .textsec6back {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:#F5F2ED;
    padding: 20px;
    width: 100%;
    height: 300px;
}

.textsec6back p {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

  /* BACKGROUND IMAGE AND TEXT */  /* BACKGROUND IMAGE AND TEXT */


    /* SHOP PAGE SHOP PAGE SHOP PAGE SHOP PAGE */
    /* Hero Image and Title */

    .shophero {
      display: flex;
      flex-direction: column;
      width: 100%; 
      position: relative; 
  }
  
  .shophero img {
      height: 100%; 
      width: 100%; 
      object-fit: cover;
  }
  
  .shophero h1 {
      text-align: center;
      position: absolute; 
      top: 50%; 
      left: 50%; 
      transform: translate(-50%, -50%); 
      margin: 0; 
      width: 100%; 
      color:#F5F2ED;
      font-weight: 400;
  }


   /* REVIEW SECTION SHOP PAGE */

   .reviewcontainer{
    background-color:#BFB79F;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .stars{
    color: #ffffff;
    margin-bottom: 20px;
  }

  .stars i{
    font-size: 30px;
    margin: 5px;
  }

  .reviewcontainer p{
    color:#F5F2ED;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
    line-height: 36px;
    font-weight: 260;
    font-size: 24px;
  }

  .reviewcontainer h5{
    color:#F5F2ED;
  }

  /* REVIEW SECTION SHOP PAGE */


  /* HALF AND HALF VIDEO AND OUR HOUSE INFO */

  .videofirst{
    width: 50%;
    display: flex;
    float:right;
  }


  .col-xs-12_video{
    width: 100%;
  }

  .ourhouseshop{
    width: 100%;
    height: 443px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .ourhouseshop h4{
    color: #736A51;
    font-size: 20px;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 20px;
  }

  .ourhouseshop h1{
    color: #736A51;
    font-weight: 300;
    font-size: 30px;
    margin-left: 30px;
    margin-bottom: 50px;
  }

  .ourhouseshop p{
    color:#454035;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 32px;
    padding-right: 90px;
    font-weight: 300;
    padding-left:90px;
    text-align: center;

  }

  .ourhouseshop a{
    background-color: #F5F2ED;
    border: 1px solid #736A51;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    box-sizing: border-box;
}

.buttonourhouse{
    display:flex;
    margin-left: 30px;

}

.ourhouseshop a button{
    font-size: 22px;
    color:#454035;
    cursor: pointer;
    border: none;
    font-weight:lighter;
}

 /* MANIFESTO MANIFESTO MANIFESTO OUR HOUSE PAGE */

 .manifesto{
  background-color:#F5F2ED;
  width: 100%;
  height: 1500px;
  display: flex;
 }

 .manifestotextmobile{
  display: none;
 }

.plusbutton{
  display: none;
}

.manifestotext{
  width: 50%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  float: left;
  margin-left: 50px;
}

.manifestotext h4{
  color:#736A51;
  margin-bottom: 20px;
  margin-top: 30px;
}

.manifestotext h1{
  color:#736A51;
  font-weight:400;
  margin-bottom: 30px;
}

.manifestotextdesktop{
  line-height: 40px;
  padding-right: 100px;
  color:#454035;
  margin-top: 30px;
}

.manifestophotos{
  width: 50%;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;

}

.blackandwhitemanifesto{
  display: block;
}

.manifestophotos img{
  width: 536px;
  height: 536px;
  object-fit: cover;

}

.teammain h4{
  color:#736A51;
  margin-bottom: 20px;
  margin-top: 70px;
  margin-left: 70px;
  text-align: center;
}

.teammain h1{
  color:#736A51;
  font-weight:400;
  margin-bottom: 30px;
  margin-left: 70px;
  text-align: center;
}

.teamcards{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  height: 1000px;
  align-items: center;

}

.teamcards img{
  width: 398px;
  height: 506px;
  object-fit: cover;
}

.teamcards h2{
  color:#454035;
  margin-left: 20px;
  font-weight: 400;
  margin-top: 50px
}

.teamcards h5{
  color:#454035;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.teamcards p{
  color:#454035;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  line-height: 30px;
  font-weight:300;
}

.teamcard, .teamcard2, .teamcard3{
  background-color: white;
  border: 1px solid #454035;
  width: 398px;
  height: 800px;
}

 /* MANIFESTO MANIFESTO MANIFESTO OUR HOUSE PAGE */

  /* DIARY PAGE DIARY PAGE DIARY PAGE DIARY PAGE */

  .flexdiary{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .diarytitle{
    order: 2;
    background-color: #BFB79F;
    color:#454035;
    height: 200px;
    display: flex;
    flex-direction: column;
  }

  .diaryvideo{
    order: 1;
    height: 611px;
  }

  .diaryvideo video{
    height: 611px;
  }

  .diarytitle h4{
    color:#454035;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: 100px;
  }

  .diarytitle h1{
    font-weight:400;
    margin-left: 100px;
  }

  /* ARTICLES DIARY */

  .diaryarticle1container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F2ED;
  }
  
  .diaryarticle1{
    width: 60%;
    height: 643px;
    border: 1px solid #454035;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
  }
  
  .diaryarticle1 img{
    width: 50%;
    height: 643px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
  }

  .diaryarticle1 p{
    width: 90%;
    color:#454035;
    line-height: 30px;
    font-size: 15px;
    margin-top: 20px;
  }

  .diaryarticle1 h1{
    color:#736A51;
    font-weight: 400;
    font-size: 30px;
  }

  .diaryarticle1 h5{
    color: #736A51;
    font-size: 17px;
    font-weight: 700;
    margin-top: 50px;
    cursor: pointer;
  }
  
  .diaryarticle2 p, .diaryarticle3 p, .diaryarticle4 p{
    color:#454035;
    font-size: 17px;
    line-height: 30px;
    font-weight:300;
    margin-left: 20px;
    margin-top: 10px;
  }
  
 .diaryarticle2 h1, .diaryarticle3 h1, .diaryarticle4 h1{
    color:#736A51;
    font-size: 27px;
    font-weight:450;
    margin-left: 20px;
    margin-top: 20px;
  }
  
 .diaryarticle2 h5, .diaryarticle3 h5, .diaryarticle4 h5{
    color:#736A51;
    font-size: 17px;
    font-weight: 700;
    margin-left: 20px;
    margin-top: 30px;

  }
  
  .diary3articles{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
    background-color: #F5F2ED;
  }
  
  .diaryarticle2, .diaryarticle3, .diaryarticle4{
    width: 398px;
    height: 899px;
    border: 1px solid #454035;
    margin-top: 50px;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;

  }
  
  .diaryarticle2 img, .diaryarticle3 img, .diaryarticle4 img{
    width: 100%;
    height: 515px;
    object-fit: cover;
    margin-right: 10px;
  }
  
  .diaryarticletext{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* INSPIRATION PAGE INSPIRATION PAGE */

    .flexinspo{
      display: flex;
      flex-direction: column;
      width: 100%;
    }
  
    .inspirationtitle h4{
      font-size: 24px;
      color: #736A51;
      font-weight: 600;
      margin-left: 20px;
      margin-bottom: 10px;
    }
  
    .inspirationtitle h1{
      color: #736A51;
      margin-left: 20px;
      font-weight:500;
    }
    
    .poem{
      display: flex;
      order: 3;
      flex-direction: column;
    }
  
    .poemdesktop{
      display: none;
    }
  
    .poem h5{
      color: #736A51;
      margin-left: 20px;
      font-size: 20px;
      font-weight: 600;
    }
  
    .poem p{
      color: #454035;
      padding: 20px;
      line-height: 35px;
      font-weight: 300;
      font-size: 18px;
    }
  
  
  
    .row1photo{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .row1w50{
      width: 80%;
      display: flex;
      align-items: center;
    }
  
    .row1w50, .row4photosw50_left, .row4photosw50_right{        /* first block of imgs */
      align-items: center;
      display: flex;
      justify-content: center;
      gap: 1em;
      margin-bottom: 22px;
    }
  
    .row1w50 img{
      object-fit: cover;
      width: 166px;
      height: 200px;
      align-items: center;
    }
  
    .row1w100{
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    .row1w100 img{   /* big photo */
      object-fit: cover;
      width: 350px;
      align-items: center;
    }
  
    .row4photos{ /* all the block */
      order: 4;
      display: flex;
      width: 100%;
      flex-direction: column;
    }
  
  
    .row4photosw50_left img, .row4photosw50_right img{
      width: 166px;
      height: 200px;
      object-fit: cover;
    }
  
    /* INSPIRATION PAGE INSPIRATION PAGE */


    .manifestotext{
      width: 50%;
      padding-left: 40px;
      display: flex;
      flex-direction: column;
      float: left;
      margin-left: 50px;
    }
    
    .inspirationtitle h4{
      color:#736A51;
      margin-bottom: 20px;
      margin-top: 30px;
      margin-left: 40px;
    }
    
    .inspirationtitle h1{
      color:#736A51;
      font-weight:400;
      margin-bottom: 20px;
      margin-left: 40px;
    }

    .poemmobile{
      display: none;
    }

    .poemdesktop{
      display: block;
    }

    .containerpoemphoto{
      width: 100%;
      display: flex;
    }

    .poem {
      width: 50%;
      border: 1px solid #454035;
      order: 1;
      margin: 60px;
    }

    .poem h5{
      color:#736A51;
      font-weight: 500;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .poem p{
      line-height: 40px;
      font-size: 15px;
      color:#454035;
    }

    .row1photo{
      width: 50%;
      order: 2;
    }

    .row1w50 img{
      width: 300px;
      height: 500px;
      object-fit: cover;
    }

    .row1w100 img{
      width: 620px;
      height: 500px;
      object-fit: cover;
    }

    .row4photos{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-bottom: 80px;
    }

    .row4photosw50_left, .row4photosw50_right{
      width: 50%;
    }

    .row4photosw50_left{
      float: right;
    }

    .row4photosw50_left img, .row4photosw50_right img{
      width: 390px;
      height: 390px;
      object-fit: cover;
    }


    


   /* NEWSLETTER FORM NEWSLETTER FORM NEWSLETTER FORM */

    footer{
      width: 100%;
    }

   .width50footer{
    display: flex;
    width: 50%;
    flex-direction: column;
    float: left;
    color:#F5F2ED;
    margin-top: 70px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: flex-start;
  
   }

   .footerimg{
    background-color:#736A51;
   }

   .footerimg img{
    margin-left: 190px;
   }

   .width50footer h2{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
   }

   .width50footer p{
    font-size: 15px;
    font-weight: 200;
   }

   .formnewsletter{
    margin-left: 100px;
   }

   .formemailfooter{
    margin-left: 100px;
   }

   input[type=text]{
    width: 90%;
    padding: 12px;
    display: inline-block;
    border: 1px solid #454035;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #454035;
    font-size: medium;
    margin-top: 25px;
  }

  .subscribebutton{
    width: 100%;
    margin-top: 10px;
}

  input[type=submit] {
    background-color:#454035;
    padding: 12px;
    color: white;
    margin-left: 100px;
    border: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 30%;
    font-size: 17px;
    cursor: pointer;
    text-align: left;
  }

  .subscribebutton p{
    display: none;
  }

  .socialIcons{
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .socialIcons a{
    text-decoration: none;
    padding: 10px;
    background-color:#F5F2ED;
    border-radius: 50%;
    margin-left: 100px;
  }

  .socialIcons a i{
    font-size: 25px;
    color:#454035;
    opacity: 0.9;
  }

  .footernav{
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .footernav ul{
    display: flex;
    justify-content: center;
    list-style: none;

  }

  .footernav ul li a{
    color:#454035;
    margin: 10px;
    text-decoration: none;
    font-size: 15px;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 40px;
  }

  .privacypolicy{
    background-color:#BFB79F;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    float: right;
    height: 70px;
    padding-right: 140px;
  }

  .privacypolicy a{
    text-decoration: none;
    color:#454035;
    margin: 5px;
    cursor: pointer;
    font-weight: 800;
    font-size: 11px;
  }

  .lastpartfooter{
    background-color: #BFB79F;
    height: 70px;
    display: flex;
    align-items: center;
    width: 50%;
    float:right;
    color:#454035;
    padding-left: 140px;

  }

  .footerlogo{
    width: 100%;
    height: 120px;
    background-color:#F5F2ED;
    display: flex;
    object-fit: contain;
    justify-content: center;
    align-items: center;
  }

  .footerlogo img{
    width: 22%;
    object-fit: contain;
    justify-content: center;
    align-items: center;
  }

  .footerContainer{
    width: 100%;
  }

/* NEWSLETTER FORM NEWSLETTER FORM NEWSLETTER FORM */


}







          
     
    
    




