/* CSS Document for Screens */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,700italic);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #efedea;
	margin: 0;
	padding: 0;
}

#page {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* Text */

h1, h2, h3 {
	color: #a300b0;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 2.8em;
	font-weight: 700;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.1em;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	font-weight: 700;
}
h4 {
	margin: 0 0 1.5em 0;
	font-size: 1em;
	font-weight: 700;
}
p {
	margin: 0 0 1em 0;
}
a {
	color: #a300b0;;
}
a:visited {
	color: #a300b0;;
}



/* Section All */

section {
	padding: 0 30px;
}


/* psuedo element section::after defined in order to clear floats (must have content even if empty) */

section::after {
	content: '';
	display: block;
	clear: both;
}

/* Section Main */

section {
	margin-top: 120px;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}