/home/caleb/ASDV-WebDev/Assignments/MP03_CalebFontenot/public_html/pacific.css
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : Jan 25, 2023, 9:50:47 AM
    Author     : caleb
*/

body {
    background-color: #FFFFFF;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
}
header {
    background-color: #002171;
    color: #FFFFFF;
    line-height: 400%;
    text-indent: 1em;
    background-image: url("images/sunset.jpg");
    background-repeat: no-repeat;
    background-position: right;
}
nav {
    background-color: #BBDEFB;
    font-weight: bold;
    text-decoration: none;
}
h1{
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", sans-serif;
}
h2 {
    color: #1976D2;
    font-family: Georgia, "Times New Roman", sans-serif;
}
h3 {
    color: #000033;
    font-family: Georgia, "Times New Roman", sans-serif;
}
dt {
    color: #002171;
}
ul {
    list-style-image: url('images/marker.gif')
}
footer {
    font-size: 75%;
    font-weight: italic;
    font-family: Georgia, "Times New Roman", sans-serif;
    text-align: center;
}
.resort {
    color: #1976D2;
    font-weight: bold;
}
.contact {
    font-size: 90%;
}
img {
    height: 100%;
    width: 100%;
}