﻿/*Global styles*/
body
{
    background-color: #FFFFFF; /*White background*/
    color: #666666; /*Dark gray text*/
}

/*Header styles*/
header {
    background-color: #002171; /*Deep blue background*/
    color: #FFFFFF; /*White text*/
}

header h1{
    color: #FFFFFF !important; /*Title text*/
}

/*Navigation styles*/
nav{
    background-color: #BBDEFB; /*Sky blue background*/
}

/*h2 element styles*/
h2{
    color: #1976D2; /*Medium blue text*/
}

/* dt element styles (for questions)*/
dt{
    color: #002171; /*Dark blue text*/
}

/* Class for resort name*/
.resort{
    color: #1976D2; /*Medium blue text*/
}