@charset "UTF-8";

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
  margin: 0;
  position: relative;
  font-size: 100%;
  background-color: #f1f1f1;
  color: #202020;
  font-family: "Futura", Futura, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  height: 100%;
}


a {
  color: #404040;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.menu-stilllife a:hover {
	color: #dba465;
}


.menu-food a:hover {
	color: #59804c;
}


.menu-stories a:hover {
	color: #205586;
}

.menu-about a:hover {
	color: #962b00;
}

.ae-container-fluid {
    max-width: 100%;
    width: 100%;
	}


/* Top Navigation */

 .topnav {
 	width: 100%;
 	padding-left: 4%;
 	padding-right: 4%;
 	position: absolute;
 	opacity: 1;
 	z-index: 900;
 	top: 1.5em;
 	font-size: 1.5em;
 	font-weight: normal;
	text-decoration:none;
 }





.topnav ul {
	list-style-type: none;
	padding-left: 0;
}

.topnav ul li {
	font-size: 6em;
	line-height: 1em;
	
}


.topnav ul li:first-of-type {
	text-align: right;
	font-size: 1.2em;
	margin-bottom: 3em;
}

.topnav ul li:first-of-type a:hover {
	opacity: .75;
	-webkit-transition: opacity .2s ease-in;
	   -moz-transition: opacity .2s ease-in;
	    -ms-transition: opacity .2s ease-in;
	     -o-transition: opacity .2s ease-in;
	        transition: opacity .2s ease-in;
}



@media (max-width: 64em) {
  
  .topnav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	position: relative;
 	display: inline-block;
 	text-align: center;

  }

.topnav ul li:first-of-type {
	text-align: center;
	font-size: 1.2em;
	margin-bottom:4em;
}


}

@media (max-width: 40em) {

  .topnav ul li {
	margin-top: 1rem;
	font-size: 3em;
  }

.topnav ul li:first-of-type {
	font-size: 1.2em;
	margin-bottom:4em;
}
}

@media screen and (orientation: landscape) and (max-height:1000px) {


.topnav ul li {
	margin-top: 2rem;
	font-size: 3em;
	line-height: 0.75em;
  }

.topnav ul li:first-of-type {
	font-size: 1.2em;
	margin-bottom:3em;
}
	
}

@media screen and (orientation: portrait) and (max-height:1000px) {

.topnav {
	margin-top: 0;
  }


.topnav ul li {
	margin-top: 2rem;
	font-size: 2em;
	line-height: 0.75em;
  }

.topnav ul li:first-of-type {
	font-size: 1.2em;
	margin-bottom:3em;
}
	
}
