html { 
  margin:0;
  padding:0;
}

body {
  font-size: 1rem;
  line-height: 1.4375rem;
  color:#4b3525;
  border:1px solid transparent;
  margin: 0px;
  padding: 0px;
  /*position: relative;*/

}

.wrapper{
  border: 1px solid transparent;
  /*background-color:red;*/

}


h1 {
  font-size: 2.375rem;
  line-height: 2.875rem;
  margin-top: 2.875rem;
  margin-bottom: 1.4375rem;
}
h2 {
  /*font-size: 1rem;*/
  line-height: 2.875rem;
  margin-top: 2.875rem;
  margin-bottom: 1.4375rem;
}
h3 {
  font-size: 1.3125rem;
  line-height: 1.4375rem;
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
}
h4 {
  font-size: 1rem;
  line-height: 1.4375rem;
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
}


/* Sanitation */
hr {
  border: 1px solid;
  margin: -1px 0;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
b, strong, em, small, code {
  line-height: 1;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}

.container{
	max-width: 60%;
	margin: 10rem auto 0;
	text-align: center;
  z-index: 10;
  position: relative;
}

.slogan{
  width: 70%;
  margin:0 auto;
}

a{
	color:#925c34;
}

iframe{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer{
  background-color: #3C2922;
  padding:2rem;
  color: #aaa;
  font-size:0.9rem;
  margin-top: 3rem
}

footer a{
 color: #fff;
 text-decoration: none;
}