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

header#canvas {
	width: 100%;
	height: 100%;
	background-color: white;
}

body {
  text-align: center;
  height: 5000px;
}

/* 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: 13pt;
	text-align: left;
}

/*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;
    display: inline-block;
    margin: 10pt;
}

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

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

a:hover {
    color: white;

}

.current-page {
   color: #CD7551 ;
  }

/*HOME: SECTION ONE*/
div.homelogo {
 	float: left;
 	width: 10%;
 	height: 20%;
 	margin-left: 200px;
 	margin-top: 40px;
 }

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

 /*HOME: SECTION TWO*/
 section.section-intro {
 width: 100%;
 height: 700px;
 margin-top: 200px;
 }

article.introduction {
	width: 530px;
	height: 60%;
	margin-left: 420px;
	padding-top: 100px;
	line-height: 1.4;
}

.introduction-image {
	margin-top: -500px;
	margin-left: 700px;
}

article.introduction-information {
	text-align: left;
	margin-top: 150px;
	line-height: 2px;
	margin-left: 650px;

}

/*HOME: SECTION THREE*/
section.section-slogan {
 background-color: olive;
 width: 100%;
 height: 400px;
 margin-top: 200px;
 }

article.slogan-text {
	text-align: center;
	padding-top: 70px;
	margin-left: 400px;
	margin-right: 350px;
}

.slogan-image {
	margin-top: -100px;
	margin-left: 700px;
}

.ourstorybutton {
	margin-left: 20px;
	margin-top: 50px;
	background-color: #CD7551;
	color: #B6AF8B;
	border: 5px solid #CD7551;
	padding: 10px 50px;
	border-radius: 50px;
	font-family: 'faunesubheader', sans-serif;
	font-size: 13pt;
}

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

section.section-menu {
 width: 100%;
 height: 800px;
 }

article.menu-photo {
	margin-top: 350px;
}


.menubutton {
	margin-left: 20px;
	margin-top: 30px;
	background-color: #CD7551;
	color: #B6AF8B;
	border: 5px solid #CD7551;
	padding: 10px 50px;
	border-radius: 50px;
	font-family: 'faunesubheader', sans-serif;
	font-size: 13pt;
}

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

/*HOME: SECTION FIVE*/
section.section-marketplace {
 width: 100%;
 height: 550px;
 padding-top: 100px;
 }

 article.homemarket {
	margin-left: 340px;
}

figure.fotorama {
	width: 70vh;
}

article.marketinfo {
	float: right;
	margin-left: 550px;
	padding-left: 500px;
	padding-right: 200px;
	margin-top: -500px;
	line-height: 1.4;
}

.shopmarketbutton {
	margin-left: 20px;
	margin-top: 30px;
	background-color: #CD7551;
	color: #B6AF8B;
	border: 5px solid #CD7551;
	padding: 10px 50px;
	border-radius: 50px;
	font-family: 'faunesubheader', sans-serif;
	font-size: 13pt;
}

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

/*HOME: SECTION SIX*/
section.section-our-commitment {
	margin-top: 200px;
 	width: 100%;
 	height: 800px;
}

article.commitment-photo{
	margin-left: -400px;
	padding-top: 100px;
}

article.our-commitment-info {
	margin-top: -600px;
	padding-left: 900px;
	padding-right: 300px;
	line-height: 1.4;
}

.ourcommitmentbutton {
	margin-left: 650px;
	margin-top: 30px;
	background-color: #CD7551;
	color: #B6AF8B;
	border: 5px solid #CD7551;
	padding: 10px 50px;
	border-radius: 50px;
	font-family: 'faunesubheader', sans-serif;
	font-size: 13pt;
}

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

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

}

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

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

/* -- FOOTER-- */

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

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