/* filename: pacific.css
copyright Kathryn Merck, 2025
desc: hw 2 css file */


header, hgroup, nav, footer, figure, figcaption, aside, section, article {
	display: block;
}
body {
	background-color: #00569f;
    background-image: url(ptrbackground.jpg);
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    background-color: #90c8e3;
    width: 80%;
    min-width: 600px;
    margin: auto;
    height: auto;
}

header {
    color: aliceblue;
    background-color: #000033;
    background-image: url(sunset.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
nav {
    float: left;
    width: 200px;
}

#content, footer{
    padding: 20px;
    padding-top: 1px;
    margin-left: 200px;
    background-color: aliceblue;
}

footer {
    font-style: italic;
    font-size: 80%;
}

.resort {
    font-weight: bold;
    color: #0e4f81;
}

#content img {
    float: left;
    margin-right: 20px;
}

#content ul {
    list-style-position: inside;
    list-style-image: url(marker.gif);
    list-style-type: circle;
}

nav ul {
	font-size: 1.2em;
    list-style-type: none;
    margin: 20px;
    padding: 0;
}
nav a:visited {
	color: #0e4f81;
}

nav a {
    color: #000033;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
	color: #FFFFFF;
}

nav a::after {
    content: ' \01F30A';
    visibility: hidden;
}

nav a:hover::after {
    visibility: visible;
}

h1 {
	margin-bottom: 0;
	padding: 10px;
}
h2 {
	color: #3399CC;
}
h1,
h2 {
	font-family: Georgia, "Times New Roman", serif;
}
#contact {
	font-size: 90%;
}
dt {
	color: #000033;
}
footer {
	font-family: Georgia, "Times New Roman", serif;
}

