body {
	background-color: #ece8e5;
   	padding: 0;
  	font-family: "Georgia", serif;

	
}







.aboutlmf {
  		
		text-align: justify;
		font-family: Gothic_font;
  		font-size: 20px;
  		padding: 5px;
		
		
	}






.LMFs {
  		text-align: center;
		font-family: Tangerine;
  		font-size: 60px;
  		text-shadow: 4px 4px 4px #aaa;
		
	}








.about {
  		text-align: center;
		font-family: Gothic_font;
  		font-size: 20px;
  		clear: both;
		
	}





/* end altered flower css */

/* start orig nav css */



/* Basic Styles */

/* NEW */

hr {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}





/* END NEW */



/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	

	.LMFs {
  		text-align: center;
		font-family: Tangerine;
  		text-shadow: 4px 4px 4px #aaa;
		font-size: 30px;
	}


}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.gif') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}




}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	

	.LMFs {
  		text-align: center;
		font-family: Tangerine;
  		text-shadow: 4px 4px 4px #aaa;
		font-size: 25px;
	}



	.about {
  		text-align: center;
		font-family: Gothic_font;
  		font-size: 20px;
  		clear: both;


	}


/* end orig nav css */



    }








