
:root{
    --clr-primary:#9FBBC6;
    --clr-dark:#0C0E36;
    --clr-light:#ffffff;
    --clr-blocks:#C6E4E4;
    --clr-blocks2:#FFEEEF;
--fw-normal:400;
--fw-bold:700;
}
body 
{
    font-family: 'Roboto', sans-serif;
    font-size:1.125rem;
    color: #A4886E;
    line-height: 1.65;
    flex-wrap:wrap;
}
.wrapper {
    width: 100%;
    margin-left: auto; 
    margin-right: auto;
    flex-direction: column;
    justify-content: space-between;
  }
  
  nav {
      
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:70%;
    margin-left: auto; 
    margin-right: auto;
    height: 70px;
    background:white;
    color:#A4886E;
    border-radius: 20px;
  }

  
  .description
  {
      text-align: center;
      font-size:  .7rem;
      position: relative;
      
    }
.contacts{
    
    display:grid;
    grid-template-columns: repeat (4, 1fr);
    font-size: 0.5rem;
    grid-auto-rows:minmax(20px, auto);
    font-size:  0.5rem;
    
    text-align: center;
    right:0;
   
    
}
.location{
    grid-column: 1/2;
    grid-row: 1;
    padding: .5rem;
    display:flex;
   
    font-size: .7rem;
    position: relative;
    color: #A4886E;
    margin-right: 20%;
}


.icons{
    grid-column: 2/2;
    grid-row: 1;
    
    display:flex;
    
}

.logo{
    text-align:center;
    font-weight: 700; 
}

#about
{
  position: relative;
  display: flex;
  justify-content:space-between;
  width:70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}


.picture-about
    {
     border-radius: 20px;
     top: 0px;
     width:100%;
     height: auto;
    }

    #description
  {
      text-align: center;
      font-size:  .9rem;
      position: relative;
      
    }

    #photogallery{
        position:relative;
       
        width:100%;
        text-align:center;
        display: flex;
        flex-wrap: wrap;    
        justify-content: space-evenly;
        padding: 5px;
      
    }
      
    .product {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: calc(100% / 3);
        margin: 10px;
        border: 0px solid grey;
        border-radius: 10px;
        margin:5px;
      }

    @media screen and (max-width: 850px){

#about{
    margin-top: 15%;
    flex-direction: column;
    width:90%;
}

nav{
    flex-direction: column;
    margin-top: 10%;
    
}

#photogallery{
    flex-direction: column;
    margin-top:5px;
}

.location{
    top:20%;
}


    }