
/*
Filename: index.css
Date: 04/15/2019
Programmer: Justin Sanchez
*/

/* Start with the body selector, then p, then h1, h2, h3 and any other heading selectors in numerical order. */


body { 
    background-color: #FFFFFF; 
    color: #003366; 
    font-family: sans-serif; 
	text-align: left;
	width: 80%;
}
header { 
    background-color: #003366; 
    color: #AEC3E3; 
    font-family: Georgia;	
}
h1 {
    line-height: 200%;
	text-indent: 1em;
}
h2 {
	text-align: left;
	
}
nav { 
    font-weight: bold;
	text-align: left;
	background-color: #add8e6;
}
dt { 
    color: #5280C5;
    font-weight: bold;
	font-size: 1.1em;
	font-family: Georgia;
	text-align: left;
}
category {
	font-weight: bold;
	color: #5380c5;
	font-family: Georgia;
	text-align: left;
}
footer {
    font-size: 0.7em;
    font-style: italic;
	text-align: center;
}
#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.resort{
	color: #000000;
    font-weight: bold;
	font-size: 1.1em;
	font-family: Georgia;
	text-align: left;
}