   
    
p{ line-height: 1em; text-align:justify}
h1, h2, h3, h4{
    color: black;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .5em 0;
	font-family: Arial, Helvetica, courier;
}
h1{ font-size: 2.3em; font-family: 'Teko';}
h2{ font-size: 2.0em; font-family: 'Teko';}
img.wrap {float: left; margin: 10px 10px 10px 10px;}
img.social {float: right; margin: 2px 3px 2px 2px;}


a{
	color: #86592d;
	text-decoration: none;
}
	a:hover,
	a:active{ text-decoration: underline; }

/* you can structure your code's white space so that it is as readable for when you come back in the future or for other people to read and edit quickly */

body{
    font-family: Arial, Helvetica, courier; font-size: 100%; line-height: 1.9em; width: 100%; margin: auto; background: #eee; max-width:800px; 

}
/* you can put your code all in one line like above */
 #page{ margin: 20px; }

/* or on different lines like below */
#title{
	width: 100%;
	margin-top: 5px;
	font-family: georgia;
	display: inline-block;
}

#content{
	margin: 10px 0;
	background: white;
	padding: 20px;
	clear: both;
	font-family: courier;
}
#footer{
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px;
}
	#footer p{
		text-align: right;
		text-transform: uppercase;
		font-size: 80%;
		color: grey;
	}

/* multiple styles seperated by a , */
#content,
ul li a{ box-shadow: 0px 1px 1px #999; }

/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #eee;
    text-align: right;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    margin: 0 20px 0 0px;
    max-width: 760px; /* same as max width minus 2 times 20 page margins.  Issue with right margin */
}
*/
@font-face { font-family: 'Indie Flower'; font-style: normal; font-weight: 400; src: url('fonts/indie-flower-v8-latin-regular.eot'); src: local('Indie Flower'), local('IndieFlower'), url('fonts/indie-flower-v8-latin-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/indie-flower-v8-latin-regular.woff2') format('woff2'), url('/fonts/indie-flower-v8-latin-regular.woff') format('woff'), url('/onts/indie-flower-v8-latin-regular.ttf') format('truetype'), url('fonts/indie-flower-v8-latin-regular.svg#IndieFlower') format('svg'); }

