body {
	margin: 0;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 100px;
	margin: 0 0 30px 0;
}

h2 {
	margin-top: 140px;
	padding-top: 60px;
	border-top: 1px solid #efefef;
}

p {
	font-size: 20px;
	line-height: 30px;
}

blockquote {
	font-family: 'Merriweather', serif;
	  font-size: 34px;
	  line-height: 44px;
	  font-weight: 300;
	  margin: 52px 0;
	  font-style: italic;
}


blockquote:before {
	content: "a";
}

hr {
	
}

::selection {
  background: #48a1c8; 
 }
::-moz-selection {
  background: #48a1c8; 
}

/*header - styles to be replaced*/

header {
	background: #044e6d;
	padding: 20px 20px 20px 30px;
}



/*side nav */

nav {
	position: fixed;
	font-size: 16px;
	background: #1a8aba;
	height: 100%;
}

#logo {
	width:58px;
	height: 77px;
	background-image: url(assets/images/logo.png);
	margin: 20px 20px 0 30px;
}


nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 40px 0 0 0;
	
}

nav ul li {
	
}


nav ul li a {
	padding: 22px 32px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	display: block;
	min-width: 200px;
	-webkit-transition: background-color 500ms ease-out;
	 -moz-transition: background-color 500ms ease-out;
	 -o-transition: background-color 500ms ease-out;
	 transition: background-color 500ms ease-out;
}

nav ul li a.active {
}

nav ul li a:hover {
	background:rgba(10, 77, 108, .8); 
	

	
}


/*main content*/

main {
	padding:80px 100px 100px 380px;
	
}


section {
	margin-bottom:280px;
}

section ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	
}

section li {
	position: relative;
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 17px;
	line-height: 26px;
	 color: #1a8aba;
}
section li:before {
	top: -6px;
	content: "c";
	left: -50px;
}

section a {
	color:#1a8aba;
	
	 
}



.money:before {
	content: "v";
	
}

.check:before {
	content: "e";
	
}

.eye:before {
	content: "i";
	
}

.mouth:before {
	content: "u";
	
}

.growth:before {
	content: "k";
	
}



.lunch:before {
	content: "s";
	
}


.computer:before {
	content: "h";
	
}

.house:before {
	content: "l";
	
}


.rocket:before {
	content: "r";
	
}


.time:before {
	content: "f";
	
}








