/*-- 
                 _..--+~/@-~--.
             _-=~      (  .   "}         _   __  __   _
          _-~     _.--=.\ \""""    )\/) /_) )_  / _  /_) )\ ) 
        _~      _~       \ \_\    (  ( / / (__ (__/ / / (  (                
       _~     _~          '--'
      =      _=               :      :       ____                   
___  |      ;                            ____ '~--.~.
     ;      ;  MAEGAN BY MAEGAN             _____  } |
  ___=       \ ___ __     __..-...__           ___/__/__
     :        =_     _.-~~          ~~--.__
_____ \         ~-+-~                   ___~=_______
     ~@#~~ == ...______ __ ___ _--~~--_
                                                    =
*/

* {
  margin: 0;
  padding: 0;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: beige;
}

a:visited {
  text-decoration: none;
}

/* -- SCREEN DISPLAY-- */
.show-mobile,.show-tablet,.show-desktop {
	display: none;
}
/* MOBILE DISPLAY*/

@media screen and (max-width: 600px) {
	.figurescreen#mobile {
		max-width: 375px;
		height: 627px;
		background-size: contain;
		background-color: white;
}
.show-mobile {
	display: initial;
	}
}
/* TABLET DISPLAY*/
@media screen and (min-width: 767px) and (max-width: 1365px) {
	.figurescreen#tablet {
		max-width: 768px;
		height: 1024px;
		background-size: contain;
		background-color: black;
	}
	.show-tablet {
	display: initial;
	}
}
/* DESKTOP DISPLAY

@media screen and (min-width: 1920px) {
	.figurescreen#desktop {
		width: 1920px;
		height: 10808px;
		background-color: green;
	}
}
*/

/* FONT DISPLAY*/
@font-face {
	font-family: fauneheader;
	src: url("../fonts/Faune-DisplayBlack.otf");
}

@font-face {
	font-family: faunesubheader;
	src: url("../fonts/Faune-TextBold.otf");
}

/*BODY*/

body {
	background-color: beige;
	font-family: 'helvetica-neue', sans-serif;
	font-weight: bold;
	width: 100vw;
	height: 100vh;
}

/*HEADER*/

h1 {
	font-family: 'fauneheader', sans-serif;
	font-size: 40pt;
}
/*BODY HEADER*/

h2 {
	font-family: 'faunesubheader', sans-serif;
	font-size: 30pt;
}

/*SUB HEADER*/
h3 {
	font-family: 'faunesubheader', sans-serif;
	font-size: 22pt;
}

/*TOP NAVIGATION*/
h4 {
	font-family: 'faunesubheader', sans-serif;
	color: black;
	font-size: 15pt;
}

/*BUTTON*/
h5 {
	font-family: 'faunesubheader', sans-serif;
	font-size: 17pt;
}

/*FOOTER TEXT*/
h6 {
	font-family: 'faunesubheader', sans-serif;
	font-size: 12pt;
}

/*BODY BODY*/

header {
	width: 100vw;
	height: 100vw;
}

section {
	width: 100vw;
	height: 40vw;
}

/*SIDE NAVIGATION*/

nav {
  position: fixed;
  top: 45vh;
  right: 5vw;
}

ul {
  list-style-type: none;
}

li {
    list-style-type: none;
    display: block;
    margin: 5pt;
  }

  @keyframes fade-in-one {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}
		@-moz-keyframes fade-in-one {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-o-keyframes fade-in-one {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-webkit-keyframes fade-in-one {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-ms-keyframes fade-in-one {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

@keyframes fade-in-two {
	0%		{opacity: 0;}
	50%		{opacity: 0;}
	100%	{opacity: 1;}
}
		@-moz-keyframes fade-in-two {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-o-keyframes fade-in-two {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-webkit-keyframes fade-in-two {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-ms-keyframes fade-in-two {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

@keyframes fade-in-three {
	0%		{opacity: 0;}
	67%		{opacity: 0;}
	100%	{opacity: 1;}
}
		@-moz-keyframes fade-in-three {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-o-keyframes fade-in-three {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-webkit-keyframes fade-in-three {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-ms-keyframes fade-in-three {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

@keyframes fade-in-four {
	0%		{opacity: 0;}
	75%		{opacity: 0;}
	100%	{opacity: 1;}
}
		@-moz-keyframes fade-in-four {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-o-keyframes fade-in-four {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-webkit-keyframes fade-in-four {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-ms-keyframes fade-in-four {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

@keyframes fade-in-five {
	0%		{opacity: 0;}
	80%		{opacity: 0;}
	100%	{opacity: 1;}
}
		@-moz-keyframes fade-in-five {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-o-keyframes fade-in-five {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-webkit-keyframes fade-in-five {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

		@-ms-keyframes fade-in-five {
		0%		{opacity: 0;}
		100%	{opacity: 1;}
		}

.fade-in-one {
	animation-name: fade-in-one;
	animation-duration: 0.5s;
		-ms-animation-name: fade-in-one;
		-ms-animation-duration: 0.5s;
		-moz-animation-name: fade-in-one;
		-moz-animation-duration: 0.5s;
		-o-animation-name: fade-in-one;
		-o-animation-duration: 0.5s;
		-webkit-animation-name: fade-in-one;
		-webkit-animation-duration: 0.5s;
}

.fade-in-two {
	animation-name: fade-in-two;
	animation-duration: 1s;
		-ms-animation-name: fade-in-two;
		-ms-animation-duration: 1s;
		-moz-animation-name: fade-in-two;
		-moz-animation-duration: 1s;
		-o-animation-name: fade-in-two;
		-o-animation-duration: 1s;
		-webkit-animation-name: fade-in-two;
		-webkit-animation-duration: 1s;
}

.fade-in-three {
	animation-name: fade-in-three;
	animation-duration: 1.5s;
		-ms-animation-name: fade-in-three;
		-ms-animation-duration: 1.5s;
		-moz-animation-name: fade-in-three;
		-moz-animation-duration: 1.5s;
		-o-animation-name: fade-in-three;
		-o-animation-duration: 1.5s;
		-webkit-animation-name: fade-in-three;
		-webkit-animation-duration: 1.5s;
}

.fade-in-four {
	animation-name: fade-in-four;
	animation-duration: 2s;
		-ms-animation-name: fade-in-four;
		-ms-animation-duration: 2s;
		-moz-animation-name: fade-in-four;
		-moz-animation-duration: 2s;
		-o-animation-name: fade-in-four;
		-o-animation-duration: 2s;
		-webkit-animation-name: fade-in-four;
		-webkit-animation-duration: 2s;
}

.fade-in-five {
	animation-name: fade-in-five;
	animation-duration: 2.5s;
		-ms-animation-name: fade-in-five;
		-ms-animation-duration: 2.5s;
		-moz-animation-name: fade-in-five;
		-moz-animation-duration: 2.5s;
		-o-animation-name: fade-in-five;
		-o-animation-duration: 2.5s;
		-webkit-animation-name: fade-in-five;
		-webkit-animation-duration: 2.5s;
}

figure.sidenav {
  width: 2vw;
  height: 2vw;
  border: 0.2vw solid black;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 1vh;
}

figure.sidenav:hover {
  background-color: black;
  border-color: white;
}


div {
	display: inline-block;
}

/* -- SECTION ONE-- */

section#one {
	height: 10px;
}

div.homelogo {
	width: 25%;
	height: 25%;
  	position: fixed;
  	padding-top: 50px;
  	padding-left: 6%;
  	float: left;
  	transition: transform 0.2s;
		-moz-transition: transform 0.2s;
		-ms-transition: transform 0.2s;
		-o-transition: transform 0.2s;
		-webkit-transition: transform 0.2s;
}

div.homelogo:hover {
	transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
}

.booktablebutton {
	margin-left: 1400px;
	margin-top: 50px;
	background-color: #CD7551;
	color: #B6AF8B;
	border: 5px solid #CD7551;
	padding: 5px 30px;
	border-radius: 50px;
	text-decoration: none;
}


.booktablebutton:hover {
	background-color: #B6AF8B;
	color:#CD7551;
	padding: 5px 30px;
	border: 5px solid #B6AF8B;
	transition-duration: 0.3s;
	text-decoration: none;

}

section#topnav {
  	width: 100%;
  	text-decoration: none;
  	padding-top: 30px;
  	padding-left: 450px;
}

div.black {
  	padding: 20px;
  	margin: 25px;
}

	div.black:hover {
	text-decoration: beige line-through 5px;
	}


.current-page {
    text-decoration: none;
    border-bottom: 5px solid black;
  }

/* -- SECTION TWO-- */

section#two {
	margin-top: 150px;
}

article.homeintro {
	width: 400px;
	padding: 20px;
	margin-left: 300pt;
	margin-top: -200pt;
}

article.wildfriend {
	float: right;
	padding-left: 900px;
	margin-top: -200px
}

article.homeinfo {
	float: center;
	margin-left: 90px;
	margin-top: 200px;
	text-align: center;
}

div.hometime {
	margin-left: 750px;
	margin-top: 50px;
	text-align: center;
}

/* -- SECTION THREE-- */

article.slogan{
	width: 1200px;
	padding-top: 50px;
	margin-left: 300pt;
	margin-top: 800px;
}

.ourstorybutton {
	margin-left: 780px;
	margin-top: 50px;
	background-color: #CD7551;
	color: #B6AF8B;
	border: 5px solid #CD7551;
	padding: 10px 50px;
	border-radius: 50px;
}

.ourstorybutton:hover {
	background-color: #B6AF8B;
	color:#CD7551;
	padding: 16px 32px;
	border: 5px solid #B6AF8B;
	transition-duration: 0.3s;
	padding: 10px 50px;
}

/* -- SECTION FOUR-- */

article.homemarket {
	float: left;
	margin-top: 200px;
}

figure.fotorama {
	width: 90vh;
	height: 80vh;
}

article.marketinfo {
	float: right;
	margin-left: 500px;
	padding-left: 500px;
	padding-right: 200px;
	margin-top: -700px;
}

.shopmarketbutton {
	margin-left: 1200px;
	margin-top: -400px;
	background-color: #B6AF8B;
	color: #CD7551;
	border: 5px solid #B6AF8B;
	padding: 10px 50px;
	border-radius: 50px;
}

.shopmarketbutton:hover {
	background-color:  #CD7551;
	color:#B6AF8B;
	padding: 16px 32px;
	border: 5px solid  #CD7551;
	transition-duration: 0.3s;
	padding: 10px 50px;
}

/* -- SECTION FIVE-- */

section#four {
	margin-top: 800px;
}

article.ourcommitment {
	float: left;
	margin-top: 50px;
	margin-left: 350px;
}

article.ourcommitmentinfo {
	float: right;
	margin-top: -600px;
	margin-left: 940px;
	padding-right: 300px;
}

.ourcommitmentbutton {
	margin-left: 1000px;
	margin-top: -200px;
	background-color: #B6AF8B;
	color: #CD7551;
	border: 5px solid #B6AF8B;
	padding: 10px 50px;
	border-radius: 50px;
}

.ourcommitmentbutton:hover {
	background-color:  #CD7551;
	color:#B6AF8B;
	padding: 16px 32px;
	border: 5px solid  #CD7551;
	transition-duration: 0.3s;
	padding: 10px 50px;
}

/* -- SECTION SIX-- */
article.intothewildlogo {
	float: center;
	margin-top: 175px;
	margin-left: 650px;
}

hr.footerline {
	border-top: 5px solid #CD7552;
}

/* -- FOOTER-- */

article.intothewildlogotext {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 50px;
}

article.intothewildfooteraddress {
	color: #CD7551;
	float: left;
	margin-top: 10;
	margin-left: -770px;
}

article.intothewildfooternumber {
	color: #CD7551;
	float: left;
	margin-left: -550px;
	margin-top: 18px;
}

article.footercatering {
	color: #F6A31C;
	float: left;
	margin-left: 10px;
	margin-top: 18px;
}

article.footercatering:hover {
	color: #2D3D4F;
}

article.footermarket {
	color: #F6A31C;
	float: left;
	margin-left: 100px;
	margin-top: 18px;
}

article.footermarket:hover {
	color: #2D3D4F;
}

article.footercareers {
	color: #F6A31C;
	float: left;
	margin-left: 100px;
	margin-top: 18px;
}

article.footercareers:hover {
	color: #2D3D4F;
}
/*CSS COLOR CLASSSES */

.top {
	background-color: ;
}

.red {
	background-color: red;
}

.yellow {
	background-color: yellow;
}

.green {
	background-color: none;
}

.blue {
	background-color: #B6AF8B;
	height: 400px;
	width: 100%;
}

.grey {
	background-color: none;
}

.purple {
}

