/* CORES
#FFFFFF
#EEEDEB
#E1CCBE
#757263
#000000
*/

* {
margin:0;
padding:0;
border:0;
outline:none;
}

a {color:#222;text-decoration:none;}
a:hover {color:#222;text-decoration:underline;}

body {
	font-size: 16px;
	font-family: helvetica;
	background:#59d197;
	color:#4c3930;
  font-size: 10pt;
}

a {
  color:#4c3930;
  text-decoration: underline;
}

#header, #h2, #pages, #intro {
  width:100%;
  text-align:center;
}

#header img, #h2 img, #pages img, #intro img {
  width:100%;
}

#h2 {
  padding:40px 0 20px 0;
}

#intro {
  padding-bottom:60px;
}

#h2, #pages, #intro {
  background:#f1e5c8;
}

@media only screen and (min-width: 1200px) {
  #header img, #pages img {
    width:1200px;
  }
}

@media only screen and (min-width: 800px) {
  #intro img, #h2 img {
    width:800px;
  }
}

#footer {
  display:block;
  padding:60px;
  text-align: center;
}

#footer img {
  border:0;
	width:100%;
}

@media only screen and (min-width: 700px) {
  #footer img {
    width:600px;
  }
}

/* AMAZON */

#amazon {
  display:block;
  position: fixed;
  top:40px;
  right:40px;
  width:30%;
	height:80px;
  text-align: center;
	align-items: center;
  color: #fff;
  font-size: 1.8em;
  border: none;
  border-radius: 10px;
  background:#131a22 url('imgs/amazon.png') no-repeat;
  background-size: 35px auto;
  background-position: 20px center;
  text-decoration: none;
}

#amazon span {
	display:block;
	width:calc(100% - 80px);
	position:absolute;
  top: 50%;
	left:70px;
  transform: translateY(-50%);
}

#amazon:hover {
  text-decoration: none;
  color: #ff9900;
	background-color:#000;
}
