/* Body element selector */
body {
    background-color: #90C7E3;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    background-image: linear-gradient(#FFFFFF, #90C7E3);
    background-repeat: no-repeat;
}

/* Wrapper id selector */
#wrapper {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 3px #333333;
}

/* Header element selector */
header {
    background-color: #000033;
    color: #FFFFFF;
    font-family: Georgia, serif;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

/* h1 element selector */
h1 {
    margin-top: 0;
}

/* Nav element selector */
nav {
    font-weight: bold;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
}

/* Main element selector */
main {
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
}

/* h2 element selector */
h2 {
    color: #3399CC;
    font-family: Georgia, serif;
    text-shadow: 1px 1px 1px #CCCCCC;
}

/* Footer element selector */
footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

/* Homehero id selector */
#homehero {
    height: 300px;
    background-image: url(images/coasthero.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Yurthero id selector */
#yurthero {
    height: 300px;
    background-image: url(images/yurt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Trailhero id selector */
#trailhero {
    height: 300px;
    background-image: url(images/trail.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
