

 /*! normalize.css v1.1.0 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}


html {
	font-family:  sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}
a:focus {
  outline: 0
}
a:active, a:hover {
  outline: 0
}
h1 {
  font-size: 4em;
  font-weight: normal;
	margin-bottom: 2em;
  
}
h2 {
  font-size: 3em;
  font-weight: normal;
	margin-bottom: 2em;
 
}
h3 {
  font-size: 2em;
  font-weight: normal;
	margin-bottom: 2em;
  
}
h4 {
  font-size: 1.8em;
  font-weight: normal;
	margin-bottom: 2em;
 
}


b, strong {
  font-weight: bold
}
blockquote {
  margin: 1em 40px
}

p {

	  font-size: 3em;
  text-align: left;

  margin-bottom: 2em
}

small {
  font-size: 2em;  margin-bottom: 2em
}



html, body {
  position: relative;
  width: 100%;
  height: 100%;
	top: 0;
  left: 0;
  background-color: #A18D72;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #ffffff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url('white_pattern.png');
	  background-attachment: fixed;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
max-width: 1187px;
  margin: 0 auto;
  padding: 170px 20px 50px 20px
}
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}


a, a:link, a:visited, a:hover, a:active {
  color: inherit
}


.container {width: 100%}






.color-light-green {
  color: #0c7d71
}
.color-white {
  color: #ffffff
}
.color-black {
  color: #000000
}
.color-light-brown {
  color: #efe4ce
}

.center {
  text-align: center
}
.left {
  text-align: left
}
.left-align {
  text-align: left
}
.float-left {
  float: left
}
.float-right {
  float: right
}
