/* 1. RESET
----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, header, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-appearance: none;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .boxleft, .boxright {
  display: block;
  }

html {

  height: 100%;
  }
img, embed, object, video { max-width: 100%; }


/* CORE */
body {
	background: #CFFCEC;
	border: 12px solid #FFFC96;
	color: #353131;
	font: 16px/1.2 BlinkMacSystemFont, -apple-system, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-align: center;
}

a {
	color: #353131;
	text-decoration: none;
	border-bottom: solid 1px;
}
p {
	line-height: 1.618em;
	padding-bottom: 1.618em;
	margin: auto;
}
ul {
	list-style: none;
}
li {
	margin-bottom: .809em;
	line-height: 1.618em;
}
hr {
	border: none;
	width: 20%;
	height: 4px;
	background: #e1e1e5;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* HEADER */
header {
	width: 100%;
}
	h1 {
		text-align: center;
		margin: 2em 0 .6em 0;
		font-size: 3em;
	}
	h1 img {
		max-width: 70%;
	}
	
/* MAIN BODY */
.container {
	width: 95%;
	max-width: 600px;
	margin: auto;
}
.sun {
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background: #FFFC96;
	margin: 1em 0;
}
h2 {
	font-size: 1.6em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}
a.button {
	border: 1px solid #7df9d3;
	padding: .5em 2em;
	color: #4d3d66;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	text-transform: uppercase;
	font-size: 1.2em;
}

/* MISC */
.clear {
	clear: both;
}
.align-center {
	text-align: center;
}
.halfimg {
	float: left;
	width: 50%;
}
.thirdimg {
	float: left;
	width: 50%;
}
hr.wide {
	width: 100%;
	height: 100px;
	border-bottom: solid 4px #e1e3e5;
	background: none;
	margin-bottom: 100px;
}

/* fox */
div.fox {
	max-width: 35em;
}