body {
	width       : 100%;
	height      : 100%;
	margin      : 0px;
	padding     : 0px;
  background  : #000;
	font-family : "Caecilia-Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color       : #ccc;
	overflow-x  : hidden;
}

section {
  padding     : 1% 10% 1%;
  background  : #000;
}

.container {
  margin-right  : auto;
  margin-left   : auto;
  padding-left  : 15px;
  padding-right : 15px;
}

.parallax-container {
  height  : 500px;
  width   : 100%;
}

.head {
	font-family : "Caecilia-Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size   : 55px; 
  color       : #eee;
}

footer {
  background  : #000;
  color       : #ddd;
  padding     : 1% 10% 1%;
}

h2 {
	font-family : "Caecilia-RomanSC", Verdana, sans-serif;
	font-size   : 25px; 
	font-weight : bold;
	line-height : 50px;
	text-decoration : underline;
  color       : #eee;
}

h3 {
	font-family : "Caecilia-RomanSC", Verdana, sans-serif;
	font-size   : 20px; 
	font-weight : bold;
	line-height : 50px;
  color       : #bbb;
}

.head a { 
	color           : #eee;
	text-decoration : none;
}

.head a:hover {
	text-decoration : none;
}

a { 
	color           : red;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

p {
	margin      : 0 0 20px 0;
	font-size   : 15px;
	line-height : 24px;
}