/*
  /*
	You Just Got Fired Style Sheet
	
	Author: David Platter	
	Date:   3/27/2016
*/


/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}


/* Set the default page element styles */

body * {
   font-family: NobileRegular, Verdana, Geneva, sana-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;
}



/* Body Styles */
body {
   width: 95%;
   min-width: 900px;
   max-width: 1000px;
  font-family: NobileRegular, Verdana, Geneva, sana-serif;
   font-weight: normal;
   font-size: 16px;
   margin: 0px auto;
   position: relative;
   border-left: 1px solid black;
   border-right: 1px solid black;
}

/* Header styles */

header {
   float: left;
   width: 100%;

   background: url(customer.png) bottom right no-repeat;

   -o-background-size: contain;
   -moz-background-size: contain;
   -webkit-background-size: contain;
   background-size: contain;

   background-color: aquamarine;
   border-bottom: 1px solid black;
}

header img {
   display: block;
   float: left;
   width: 30%;
}

/*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;
	}
header article {
   float: left;
   width: 70%;
}



header h1 {
   font-size: 2.5em;
   font-family: "Times New Roman", serif;
   font-weight: bold;
   color: black;
   letter-spacing: 7px;
   margin-right: 20%;
}

header p {
   font-size: 0.9em;
   color: black;
   margin: 10px 25% 10px 10px;
}


/* Section styles */

section {
   clear: left;
   width: 100%;
}

section p {
   color: black;
   margin-left: 20px;
   padding-top: 20px;
}


/* 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; 
	}
