

body {
  font-family: 'Courier', sans-serif;
  font-style: normal;
	font-weight: 300;
  overflow-x: hidden;
}



/*---------------------------------------
    Typography
-----------------------------------------*/

h1,h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 1px;
	color: #ad9772;
}
h3,h4,h5,h6 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

h1 {
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0px;
		text-align: center;
}

h2 {
  font-size: 32px;
  padding-bottom: 12px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-weight: 400;
}

p {
    color: #757575;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.small {
  font-size: 14px;
  line-height: 28px;
}




/*---------------------------------------
    General
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
	background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(../img/white-plaster-texture-b.jpg);
  background-size: auto,650px 500px;
}

a {
	color: #ad9772;
	text-decoration: none;
	border-bottom: 1px solid;
}
a.button {
  background-color: #ad9772;
  color: #fff;
  padding: 1rem;
	display: inline-block;
}
a:hover, a:active, a:focus {
  color: #141414;
  outline: none;
	border-bottom: 0 none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.h1-title {
	display: none;
}

.logo {
  margin: 2em auto;
  display: block;
  max-height: 200px;
}

.cta {
  margin-top: 4em;
  margin-bottom: 8em;
}

footer {
  text-align: center;
  border-top: 1px solid;
  max-width: 800px;
  margin: 2em auto 0;
}
