body { 
	color:#000000; 
    background-color: #90C7E3;
    background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

#container { 
    margin-left: auto; 
    margin-right: auto; 
    width: 80%;
    background-color: #FFFFFF;
    box-shadow: 5px 5px 1px #000000; 
    min-width: 650px; max-width: 1280px;
    box-shadow: 5px 5px 1px #000000
}

header { 
	background-color:#002171; 
	background-image: url('sunset.jpg'); 
	background-position: right; 
	color: #FFFFFF;
	padding-left: 2em; 
	height: 72px; 
    background-repeat: no-repeat;
	margin-bottom: 0%; 
}

nav a { 
    text-decoration:none; 
}

h1 { 
	text-align: center; 
	padding-top: .5em; 
    color:#FFFFFF
}

h2 { 
	color: #1976D2; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	text-align: left; 
}

h3 { 
	font-family: Georgia, serif; 
}

nav { 
	text-align: center; 
	font-weight: bold; 
	background-color: #FFFFFF; 
	padding-top: .5em; 
	padding-bottom: .5em; 
	padding-right: .5em; 
    text-decoration: none;
}

div #homehero { 
	height: 300px; 
	background-image: url('coast.jpg'); 
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
}

main {
	padding-left: 2em; 
	padding-right: 2em; 
	display: block; 
}

footer {
	font-size: 1em; 
	font-style: italic; 
	text-align: center; 
	padding: 1em;
}

.resort {
	font-size:1.2em; 
	color: #1976D2; 
}
