/* css Jonathan Nanas S265886 v1 */
/* inspired from http://learnline.cdu.edu.au/units/applicationconcepts/showcase/naomi_tree/home.html */

html { 
background: url("background.jpg") no-repeat center center fixed; 
background-size: cover;
}/* sets the background green colour for the website */

nav {
text-align: center;
font-family:sans-serif;
word-spacing:120px;	
font-size:1.8em;
background: url("navbackground.jpg") ;
}/* navigation tabs and also the background image to differentiate the logo and the content */

body { 
font: 125% georgia, sans-serif;
line-height: 1.88889;
color: #555753; 
margin: 0; 
padding: 0;
}/* content information, sets the font style, margin, etc */

h1 {
text-align: center;
}
	
header {
clear:left;	
text-align: left;
margin-right: 20px; 
margin-left: 50px; 
}
		
h2 {
text-align: left; 
padding-top: 20px;
}		
	
header figure{
float:left;
text-align: center;
font-size: 0.75em;
}/* sets the photos to make sure it is on the left and words will wrap around it */
	
footer { 
clear:left;
text-align: center; 
font-size: 0.75em
	}