body, html
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #ffd54f;
	font-family: roboto, helvetica, sans-serif;
	color: #161d1e;
}


#container
{
	text-align: center;
	//width: 80%;
	//margin-left: 10%;
	//background: #ffd54f;
	//border-radius: 100px;
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}

h1
{
  font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
	font-family: "Monda", roboto, sans-serif;
  text-transform: uppercase;
	margin-top: 2rem;
	margin-bottom: 1rem;
	width: 60%;
	margin-left: 20%;
	color: #59b779;
}
h2
{
	font-size: 1.5rem;
	line-height: 1.75rem;
	width: 50%;
	margin-left: 25%;
	font-family: "Monda", roboto, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	color: #eb764b;
}
h3
{
	font-size: 1.25rem;
	line-height: 1.5rem;
	width: 40%;
	margin-left: 30%;
	font-family: "Monda", roboto, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #eb764b;
}

.content
{
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}

ul.makers
{
	text-align: left;
	width: 40%;
	margin-left: 30%;
	margin-bottom: 2rem;
}

.countdown-wrapper
{
	margin-top: 4rem;
	margin-bottom: 3rem;
}
#countdown ul
{
  padding: 0px;
}

#countdown ul li
{
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 0em 1em 0em 1em;
  text-transform: uppercase;
	//color: #fff;
	//font-size: 1rem;
}

#countdown ul li span
{
  display: block;
  font-size: 6rem;
	line-height: 6rem;
	font-weight: bold;
	color: #59b779;
	font-family: "Monda", roboto, sans-serif;
	//color: #fff;
}
.pdf
{
	width: 80%;
	margin: 0px auto;
	margin-top: 3rem;
}

.button
{
	display: inline-block;
	border-radius: 50px;
	padding: 1.5rem;
	background: #ee754a;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
.button:hover
{
	background: #d93848;
}
.button-newsletter
{
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 10px;
}
.input-field
{
	border: 0px;
	padding: 1rem;
	border-radius: 10px;
	margin-top: 1rem;
	font-size: 1rem;
}
