body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #666666;
}
header {
    background-image: url(./casestudystarters/sunset.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #002171;
    color: #FFFFFF;
    line-height: 400%;
    text-Indent: 1em;
}
nav {
    font-weight: bold;
    background-color: #BBDEFB;
}
nav a {
    text-decoration: none;
}
h1, h2, h3, footer {
    font-family: Georgia, "Times New Roman", serif;
}
h1 {
    margin-bottom: 0;
}
h2 {
    color: #1976D2;
}
h3 {
    color: #000033;
}
ul {
    list-style-image: url(./casestudystarters/marker.gif);
}
dt {
    color: #002171;
}
.resort {
    color: #1976D2;
    font-weight: bold;
}
#contact {
    font-size: 90%;
}
footer {
    font-size: 75%;
    font-style: italic;
    text-align: center;
}
#validation {
    width: auto;
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
}
.badge {
    display: block;
}