h1 {
	color: #391604;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
	text-shadow: #F6B08D 1px 1px 0px;
	font-size: 8em;
	margin-top: 10pt;
	margin-bottom: 0pt;
}

h2 {
	color: #391604;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
	text-shadow: #F6B08D 1px 1px 0px;
	font-weight: normal;
	font-size: 2em;
	margin-top: 0pt;
	margin-bottom: 10pt;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
}
body {
	background-color: #F49667;
	font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
}

ul.unstyled li{
	margin-bottom: 10px;
}

.container {
	position: relative;
	z-index: 2;
}

.btn-alex {
	border: 2px solid #391604;
	border-radius: 5px;
	font-size: 2em;
	color: #391604;
	background-color: rgba(244,150,103,1);
	text-shadow: #F6B08D 1px 1px 0px;
}

.btn-alex:hover {
	color: #FCE5D9;
	background-color: #391604;
	text-shadow: #993A0B 1px 1px 0px;
	transition: ease-out 0.5s;
}

.btn-alex:active {
	color: #FCE5D9;
	background-color: #391604;
	text-shadow: #993A0B 1px 1px 0px;
	transition: ease-out 0.5s;
}


#guillocheDisplay {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}