@media screen and (min-width:1400px) {
 

}
/*/////////////////////////////////////////////////////////////*/
.section {
  cursor: pointer;
  height: 100px;
  overflow: hidden;
  position: relative;
  transition: height 0.2s;
  transition-timing-function: cubic-bezier(.68,.03,.32,1.47);
  width: 100%;
}
.section:hover {
  height: 400px;
}

body{
 background-image: url("../img/cook1.jpg");
 
}

#morning {
  background-image: url("../img/pig3.jpg");
/*   height: 300px; */
}

#midday {
  background-image: url("../img/sushi1.jpg");
}

#afternoon {
  background-image: url("../img/meal1.jpg");
}

#evening {
  background-image: url("../img/paella3.jpg");
}

#nightday {
  background-image: url("../img/dessert1.jpg");
}

.hea{
	max-width: 100%;
}

.he img {
	width: 100%;
	height: 900px;
}

.Yesevaone{
	
font-family: 'Yeseva One', cursive;
}

.EBGaramond{
	font-family: 'EB Garamond', serif;
}

.Flower{
font-family: 'Indie Flower', cursive;
}

