/*
	You Just Got Fired Style Sheet
	
	Author: David Platter	
	Date:   3/27/2016
*/

@font-face
 	{ 
	font-family: 'NobileRegular'; 
	src: url('nobile-webfont.eot'); 
	src: local('?'), 
	url('nobile-webfont.woff') format('woff'), 
	url('nobile-webfont.ttf') format('truetype'), 
	url('nobile-webfont.svg#webfontsKo9tqe9') format('svg'); 
	} 




/* Body styles */

body
	{
	
	margin: 0px auto;
	padding: 0px;
	width: 98%;
	max-width: 800px;
	min-width: 250px;
	background-color: plum;
	font-family: NobileRegular, Verdana, Geneva, sana-serif;
	line-height: 1.4em
	}

/* Header/ Footer styles */

header, footer 
	{
	margin: 0px auto;
	}

/* Heading styles*/

section h1 	
	{
	background-color:  rgb(51,51,102);
	color: white;
	font-size: 1.7em;
	letter-spacing: 0.4em;
	line-height: 1.8em
	text-indent: 1em;
	
	}

h2	
	{
	background-color: rgb(51,51,102);
	color: white;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.4em;
	line-height: 1.8em
	text-indent: 1em;
	}

/*Navigation list styles */

nav 
	{
	width: 200px;
	float: left;
	margin-right: 10px;
	}

nav ul 
	{
	background-color: black;
	line-height: 3.5em;
	list-style-type: none;
	padding-left: 0.5em;
	}

nav ul li:hover
	{
	background-color: teal;
	}

nav ul li:first-of-type 
	{ 
	text-transform: uppercase; 
	}

nav ul li a
	{
	color: white;
	text-decoration: none;
	}

/* Section Styles */

section 
	{
	width: 590px;
	float: left;
	}

section img 
	{
	float:  right;
	margin: 15px;
	
	}

section p.closing 
	{
	color: rgb(0, 165, 0);
	text-align: right;
	}  

section h2+ul 
	
	{ 	
	list-style-image: url(bluearrow.png); 
	}

/* Footer Styles */ 

address 
	{
	clear: both;
	width: 100%;
	}

footer address 
	{ 
	background-color: rgb(51,51,102); 
	color: white; 
	color: rgba(255, 255, 255, 0.8); 
	font: normal small-caps 0.8em/4em 'Times New Roman', Times, serif; 
	text-align: center; 
	}
