/*
   New Perspectives on HTML and CSS
   Final Project

   A Force Awakens Style Sheet
   Author: David Lucas
   Date:   November 7, 2015

   Filename:         fawaken.css
   Supporting Files: saber.jpg

*/

/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header,
section, nav {
	display: block;
}

/* Styles for the Page Body */

body * {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: inherit;
	line-height: 1.2em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

body {
	background: black url(saber.jpg) top left no-repeat;
	color: black;
	width: 95%;
	min-width: 1000px;
	max-width: 1400px;
}

header {
	margin-left: 300px;
}

/* General Navigation List Style */

nav a {
	text-decoration: none;
}

/* Horizontal Navigation List */

nav.horizontalNAV li {
	font-size: 87.5%;
	float: left;
	padding: 5px 0px 15px 80px;
	text-align: center;
	width: 10%;
}

nav.horizontalNAV li a:hover {
   color: rgb(153, 153, 255);
}

nav.horizontalNAV li a {
	color: rgba(255, 192, 0, 0.7);
}

nav.horizontalNAV li s:hover {
	color: white;
}

/* finn Message */

#finn {
	background-color: rgb(105, 96, 87);
	background-color: rgba(255, 255, 255, 0.3);
	background-image: url(finn.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	-o-background-size: 40%;
	-moz-background-position: bottom right;
	-webkit-background-size: 40%;
	background-size: 40%;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
	
	clear: left;
	float: left;
	margin-left: 3%;
	width: 45%;
}

#finn h1 {
	font-family: "Lucida Calligraphy", "Apple chancery", cursive;
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0px 0px 55px;
}

#finn p {
	font-size: 87.5%;
	margin: 5px 40% 20px 15px;
}

/* rey Message */

#rey {
	background-color: rgb(105, 96, 87);
	background-color: rgba(255, 255, 255, 0.3);
	background-image: url(Rey.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	-o-background-size: 40%;
	-moz-background-position: bottom left;
	-webkit-background-size: 40%;
	background-size: 40%;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
	
	clear: right;
	float: right;
	margin-right: 3%;
	width: 45%;
}

#rey h1 {
	font-family: "Lucida Calligraphy", "Apple chancery", cursive;
	font-size: 105%;
	font-weight: bold;
	margin: 10px 60px 0px 55px;
	text-align: right;
}


#rey p {
	font-size: 87.5%;
	margin: 5px 5% 0px 245px;
	text-align: right;
}

/* kyloRen Message */

#kyloRen {
	background-color: rgb(105, 96, 87);
	background-color: rgba(255, 255, 255, 0.3);
	background-image: url(kyloRen.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	
	-o-background-size: 40%;
	-moz-background-position: bottom right;
	-webkit-background-size: 40%;
	background-size: 40%;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;	
	
	clear: left;
	float: left;
	margin-left: 3%;
	margin-top: 5%;
	width: 45%;
}

#kyloRen h1 {
	font-family: "Lucida Calligraphy", "Apple chancery", cursive;
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0px 0px 55px;
}

#kyloRen p {
	font-size: 87.5%;
	margin: 5px 40% 20px 15px;
}

/* oldSchool Message */

#oldSchool {

	clear: right;
	float: right;
	margin-right: 3%;
	margin-top: 5%;
	width: 45%;

}
