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

header#canvas {
	width: 100%;
	height: 100%;
}

body {
  text-align: center;

}

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

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

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

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

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

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

/*BODY TEXT + BUTTON*/
h5 {
	font-family: 'helvetica-neue', sans-serif;
	font-size: 12pt;
}

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

/*MAIN-TOP NAVIGATION*/
ul {
  list-style-type: none;
  text-align: center;
  font-size: 15pt;
  margin-top: 100px;
}


li {
    list-style-type: none;
    margin: 10pt;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
    color: white;
}

.current-page {
   color: #CD7551;
  }

/*MENU: LOGO*/
div.homelogo {
 	float: left;
 	width: 10%;
 	height: 100px;
 	margin-left: 200px;
 	margin-top: -30px;
 }

 #div-homelogo {
	top: 30px;
	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);
 }

 #main-nav{
 	display: inline-block;
 }

 /*SECTION TWO: NAVIGATION SIDE-DRAWER + HAMBURGER*/

button {
	position: fixed;
	top: 3s00px;
	left: 65px;
	font-size: 3em;
	line-height: 0;
	padding: 28px 10px 32px 10px;
	border: 4px solid #000;
	border-radius: 20%;
	background-color: #fff;
}

	button:hover{
		color: #fff;
		background-color: #000;
	}

nav {
	position: fixed;
	margin-top: 70px;
	left: -250px;
	font-size: 3em;
	transition: left 0.5s;
	display: block;
}
	.slide-the-drawer {
		left: 20px;
	}

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


article.marketplace-info{
	margin-left:100px;
	padding-left: 400px;
	padding-right: 500px;
	padding-top: 200px;
	text-align: center;
	line-height: 1.4;
} 

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

figure {
	width: 15vw;
	height: 15vw;
	margin-top: 50px;
	margin-left: 275px;
	border: 0.5vw solid black;
	float: left;
	background-size: cover;
	transition: transform 0.1s;
		-moz-transition: transform 0.1s;
		-o-transition: transform 0.1s;
		-webkit-transition: transform 0.1s;
}

figure:hover {
	transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05,1.05);
		-ms-transform: scale(1.05,1.05);
		-o-transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
}

article.meats-title {
	padding-top: 100px;
}

figure.pork-steak {
	background-image: url("../img/pork-steak.jpg");
}

figure.beef-steak {
	background-image: url("../img/beef-steak.jpg");
	margin-left: 10px;
}

figure.chicken-meat {
	background-image: url("../img/chicken-meat.jpg");
	margin-left: 10px;
}

figure.seafood {
	background-image: url("../img/seafood.jpg");
	margin-left: 10px;
}

article.produce-title {
	padding-top: 100px;
}

figure.vegetables {
	background-image: url("../img/vegetables.jpg");
	margin-left: 400px;
}

figure.fruits {
	background-image: url("../img/fruits.jpg");
	margin-left: 10px;
}

figure.grains {
	background-image: url("../img/grains.jpg");
	margin-left: 10px;
}

article.dairy-title {
	padding-top: 50px;
}

figure.milk {
	background-image: url("../img/milk.jpg");
	margin-left: 400px;
}

figure.cheese {
	background-image: url("../img/cheese.jpg");
	margin-left: 10px;
}

figure.desserts{
	background-image: url("../img/desserts.jpg");
	margin-left: 10px;
}

article.flavorings-title {
	padding-top: 50px;
}

figure.spices {
	background-image: url("../img/spices.jpg");
	margin-left: 400px;
}

figure.sauces {
	background-image: url("../img/sauces.jpg");
	margin-left: 10px;
}

figure.herbs{
	background-image: url("../img/herbs.jpg");
	margin-left: 10px;
}

article.drinks-title {
	padding-top: 50px;
}

figure.tea {
	background-image: url("../img/tea.jpg");
	margin-left: 400px;
}

figure.hard {
	background-image: url("../img/hard.jpg");
	margin-left: 10px;
}

figure.wine{
	background-image: url("../img/wine.jpg");
	margin-left: 10px;
}
 .red {
 	background-color: #B6AF8B;
 }

 .orange {
 	background-color: #F6A31C;
 }

 .yellow {
 	background-color: #F6E0CA;
 }

 .green {
 	background-color: #CD7551;
 }

 .blue{
 	background-color: #2D3D4F;
 }

 .purple{
 	background-color: #DFD5C9;
 }


/*FOOTER (ALL PAGES)*/
section.footer {
	width: 100%
	height: 200px;
}

article.intothewildlogo {
	margin-top: 200px;
	
}

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

/* -- FOOTER-- */

article.intothewildlogotext {
	margin-top: 100px;
	margin-left: -1000px;
}

article.intothewildfooteraddress {
	color: #CD7551;
	margin-left: -400px;
	margin-top: -75px;
	line-height: 2px;
}

article.intothewildfooternumber {
	color: #CD7551;
	margin-left: 100px;
	margin-top: -50px;
	line-height: 2px;
}

article.footerlinks {
	color: #F6A31C;
	margin-left: 1000px;
	display: inline-block;
	margin-top: -300px;

}

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

/* -- 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;
	}
}
