*{box-sizing: border-box;}








/* Global styles for the document */
body {
    background-color: #90C7E3;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
}

/* Styles for the header element */
header {
    background-color: #002171;
    padding: 1em;
    text-align: center;  
    color: #FFFFFF;
    font-family: Georgia, serif;
}

header a{
    text-decoration: none;
    color: #FFFFFF;
}

header a:link{
    color: #FFFFFF;
}

header a:visited{
    color: #FFFFFF;
}

header a:hover{
    color: #90C7E3;
}

/* Styles for the h1 element */
h1 {
    font-size: 1em;
}

/* Styles for the nav element */
nav {
    font-size: 1.2em;
    text-align: center;
    background-color: white;
}

nav li{
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 1px solid;
    width: 100%
}

nav a:link{
    color: #5C7FA3;
}

nav a:visited{
    color: #344873;
}

nav a:hover{
    color: #A52A2A;
}

nav ul{
    list-style-type: none;
    padding-left: 1em;
    flex-direction: column;
    margin: 0;
    padding-left: 0em;
}

/* Styles for the h2 element */
h2 {
    color: #1976D2;
    font-family: Georgia, serif;
}

h3 {
    font-family: Georgia;
}

main{
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0em;
    padding-bottom: 0em;
}

section{
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* Styles for the dt element */
dt {
    color: #002171;
    font-weight: bold;
}

/* Styles for a class named resort */
.resort {
    color: #1976D2;
    font-size: 1.2em;
}

/* Styles for the footer element */
footer {
    background-color: #FFFFFF;
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

/* Style rule for the wrapper ID */
#wrapper {
    background-image:linear-gradient(#ffffff, #90c7e3); 
}

/* Styles for the homehero ID */
#homehero {
    height: 300px;
    background-image: url(coast.jpg);
    background-size: 200% 100%;
    background-repeat: no-repeat;
}

/* Styles for the yurthero ID */
#yurthero {
    height: 300px;
    background-image: url(yurt.jpg);
    background-size: 200% 100%;
    background-repeat: no-repeat;
}

/* Styles for the trialhero ID */
#trialhero {
    height: 300px;
    background-image: url(trail.jpg);
    background-size: 200% 100%;
    background-repeat: no-repeat;
}

table{
    border: 1px solid blue;
    width: 90%;
    border-collapse: collapse;
}

td, th{
    padding: 5px;
    border: 1px solid #3399CC;
}

td{
    text-align: center;
}

text{
    text-align: left;
}

tr:nth-of-type{
    background-color: #DFEDF8;
}
