/* Global styles for the document */
body {
    background-color: #000000;
	background-image: linear-gradient(to bottom, #FFFFFF, #000000);
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
}

/* Styles for the header element */
header {
    background-color: #4F9153;
    color: #FFFFFF;
    font-family: Georgia, serif;
	background-image: url(sunset.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	padding-top: 15px;
}

/* Styles for the h1 element */
h1 {
	text-align: center;
	padding-top: 1em;
}

/* Styles for the nav element */
nav {
    font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	padding: .5em;
}

/* nav design for extra flare*/
nav:hover {
	color: red;
}
	

/* Styles for the h2 element */
h2 {
    color: #000000;
    font-family: Georgia, serif;
}
/* Styles for the h3 element */
h3 {
	color: #000000;
    font-family: Calibri, serif;
}

/* Styles for the dt element */
dt {
    color: #002171;
    font-weight: bold;
}

/* Styles for a class named resort */
.pop {
    color: black;
    font-size: 1.2em;
}

/* Styles for the footer element */
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
	padding: 1em;
}

/* Style rule for the wrapper ID */
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
	min-width: 960px;
	max-width: 2040px;
	background-color: white;
	box-shadow: 3px 3px 3px #3333333;
}

/* style for a wrapped image */
.wrapped-image {
	float: right;
	margin: 15;
	border-radius: 10px;
}