/*
Josh Stevens
Class: CWB110
Date: 4/25/2016

The Age of Sail main formatting page */

/* Header */

h1 {
	color: rgb(0,0,90); 
	font-family: serif; 
	font-style: italic; 
	font-weight: bolder; 
	text-align: center; 
	font-size: 2.5em; 
	letter-spacing: .1em; 

}

/* Nav */

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background: rgb(0,0,90) url(anchor.png) bottom right no-repeat;
				
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
				
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;				
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

nav li {
	display: inline-block;
	font-weight: bold;
	float: left;
    border-right:1px solid #F8F8FF;
}

nav li a{
	display: inline-block;
    color: ghostwhite;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
}

nav li a:hover {
	background-color:rgb(0,0,0);
}

						
/* Body */
body {
	background-color: #F8F8FF;
	max-width: 1280px;
	margin: auto;
}

section {
	font-size: .95em; 
	font-family: sans-serif; 
}

section h3 {
	text-align: center;
}

#picture {
	display: block;
	float:  right;
	margin: 15px;
}

#music {
	display: block;
	float:  right;
	margin: 15px;
}

figcaption {
	font-size: .85em;
	text-align:  center;
	margin: auto;
}

#phone {
	display: none;
}

#computer {
	display: block;
	float: center;
	text-align: center;
}

/* Footer */

footer {
	text-align: center;
}


