main { padding-left: 2em;
    padding-right: 2em; 
} 

body { background-color: #178150; 
/*background-image: linear-gradient(#2088, #ffffff);*/
background-repeat: no-repeat;
 color: #ff8800;
 font-family: Verdana, Arial, sans-serif;
} 

header {    background-image: url(schindeledLogoJ.svg);
            background-repeat: no-repeat;
            height: 10vh;
            background-position: center;
            background-size: auto 100%;
}

h1 { text-align : center;
    padding-top: .5em;
}

nav { font-weight: bold;
    font-size:x-large;
    text-align: center;
    padding-top: 2em;
    padding-right: .5em;
    padding-bottom: .5em;
}

a {  text-decoration: none;
    color: #ff8800;
}

h2 { font-family: Georgia, serif;
color: #1976d2
}

h3 { font-family: Georgia, serif;
}

dt { font-weight: bold;
color: #002171;
}

.resort { color: #1976d2;
    font-size: 1.2em;
}

footer { font-size: .7em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

#wrapper { background-color: #ffffff;
        min-width: 960px;
        max-width: 2048px;
        box-shadow: 10px 10px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;

}

#homehero { background-image: url(coast.jpg);
        background-repeat: no-repeat;
        height: 300px;
        background-size: 100%, 100%;
}

#yurthero { background-image: url(yurt.jpg);
background-repeat: no-repeat;
height: 300px;
background-size: 100%, 100%;
}

#trailhero { background-image: url(trail.jpg);
background-repeat: no-repeat;
height: 300px;
background-size: 100%, 100%;
}