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

#instafeed img{  
  width: 150px;
  }}


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

  * {
  font-weight: 300;
}

.padding-m, .padding-l, .padding-xl, .padding-xxl{
  padding-top: 25px;
  padding-bottom: 25px;
}

h1{
  font-size: 2em !important;
}

	.logo{
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  margin-bottom: 30px;
  z-index: 999999;
	}

	.menu{
		display: none;
	}	

	.sm-center{
	  	text-align: center;
  		margin-left: auto;
  		margin-right: auto;	
	}

	footer svg{
		margin: 0 10px;
}

/*MOBILE MENU START*/

#myNav{
  display: initial;
  position: absolute;
  z-index: 99999999;
}

.navigation span{
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.overlay {
    display: initial;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.99);
    overflow-y: hidden;
    transition: 0.7s;
}

.overlay-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    margin-top: 30px;
    transition: 0.7s;
}

.overlay a {
  text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 100;
    letter-spacing: 1px;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 36px;
    font-weight: 300;

}

.mobile_menu{
  display: initial;
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 100;
  font-size: 30px;
  cursor:pointer;
  color: #fff;
  font-weight: 100;
  padding: 10px;

}

/*MOBILE MENU FINISH*/

header {
      background-size: cover !important;
}

#instafeed img{
  width: 25%;
}


.front-tile{
  position: relative;
  /*z-index: 100;*/
  width: 100%;
  height: auto;
  right: 0;

}

.text-tile{
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 888;
  top: 0px;
  right:0px;
  /*top: 50px;*/
  overflow: visible;
}

.half-width{
  width: 100%;
}

/*GRID STARTS HERE*/

.grid-text{
  width: 100%;
  background-color: rgba(20,21,26,.975); 
  padding: 0;
  height: initial;
}

.grid-image-left{
  position: relative;
  top: 0;
  width: 100%;
}

.grid-image-right{
  position: relative;
  top: 0;
  width: 100%;
}

.grid-image-cover{
  height: 300px;
  object-fit: cover;
}



/*.taste{
    background-image: url('images/mobile/aroma_mobile.jpg');   
}*/

.main{
    background-image: url('images/mobile/section-211.jpg');
}

.philosophy{
    background-image: url('images/mobile/tradition2.jpg');  
}

.process{
    background-image: url('images/mobile/process.jpg');   
}

.taste{
    background-image: url('images/mobile/aroma.jpg');   
}

.policy{
    background-image: url('images/mobile/bar.jpeg');   
}

.contact{
    background-image: url('images/mobile/window.jpg');   
}


}