* { box-sizing: border-box; }
body { background-color: #FFFFFF;
color: #666666;
font-family: Verdana, Arial, sans-serif;
margin: 0;
}

#wrapper { background-color: #FFFFFF;
}

header { background-color: #5D5D5D;
color: #FFFFFF;
font-family: Georgia, serif;
padding: 1em;
}

header a { text-decoration: none; }
header a:link { color: #FFFFFF; }
header a:visited { color: #FFFFFF; }
header a:hover { color: #010101; }
h1 { font-size: 1.5em;
text-align: center;
}

h2 { color: #5D5D5D;
font-family: Georgia, serif;
}

h3 { font-family: Georgia, serif;
}

nav { background-color: #FFF;
font-size: 1.2em;
text-align: center;
}
nav a { text-decoration: none; }
nav a:link { color: #5D5D5D; }
nav a:visited { color: #5D5D5D; }
nav a:hover { color: #010101; }
nav ul { display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav li { border-bottom: 1px solid #010101;
    padding: .5em 1em;
    width: 100%;
}

main { display: block;
    padding: 0 1em;
}

dt { color: #002171;
    font-weight: bold;
}

.resort { color: #010101;
    font-size: 1.2em;
}

#homehero { height: 300px;
    background-image: url(Interior%20Design..png);
    background-repeat: no-repeat;
    background-size: 200% 100%;
}

#servicehero { height: 300px;
    background-image: url(Services.png);
    background-repeat: no-repeat;
    background-size: 200% 100%;
}

#abouthero { height: 300px;
    background-image: url(About.png);
    background-repeat: no-repeat;
    background-size: 200% 100%;
}
#projecthero { height: 300px;
    background-image: url(Projects.png);
    background-repeat: no-repeat;
    background-size: 200% 100%;
}

#hirehero{ height: 300px;
    background-image: url(HireUs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#gethero { height: 300px;
    background-image: url(Get.png);
    background-repeat: no-repeat;
    background-size: 200% 100%;
}

#mobile { display: inline; }
#desktop { display: none; }
section { padding-left: .5em;
    padding-right: .5em;
}

footer { background-color: #FFF;
    font-size: .70em;
    font-style: italic;
    padding: 1em;
    text-align: center;
}

table { margin: auto;
    width: 90%;
    border: 1px solid #5D5D5D;
    border-collapse: collapse;
}

td, th { padding: 5px;
    border: 1px solid #010101;
}
td { text-align: center; }
.text { text-align: left; }
tr:nth-of-type(even) { background-color: #F5FAFC; }
@media (min-width: 600px) {
    h1 { font-size: 2em;
letter-spacing: .25em; }
    nav ul { flex-flow: row nowrap;
        justify-content: space-around;
        padding-right: 2em; }
    nav li { border-bottom: none;
        width: 12em; }
    section { padding-left: 2em;
        padding-right: 2em; }
    #flow { display: flex;
        flex-direction: row; }
    #mobile { display: none; }
    #desktop { display: inline; }
    #homehero, #servicehero, #abouthero { background-size: 100% 100%; }
}

@media (min-width: 1024px) {
body { background-color: #DED0BC;
}
    nav ul { padding-left: 10%;
        padding-right: 10%; }
    #wrapper { margin: auto;
        width: 80%; }border: 1px solid #3399CC;
}
td { text-align: center; }
.text { text-align: left; }
tr:nth-of-type(even) { background-color: #F5FAFC; }
@media (min-width: 600px) {
    h1 { font-size: 2em;
        letter-spacing: .25em; }
    nav ul { flex-flow: row nowrap;
        justify-content: space-around;
        padding-right: 2em; }
    nav li { border-bottom: none;
        width: 12em; }
    section { padding-left: 2em;
        padding-right: 2em; }
    #flow { display: flex;
        flex-direction: row; }
    #mobile { display: none; }
    #desktop { display: inline; }
    #homehero, #yurthero, #trailhero { background-size: 100% 100%; }
}
@media (min-width: 1024px) {
    body { background-color: #DED0BC;
}
    nav ul { padding-left: 10%;
        padding-right: 10%; }
    #wrapper { margin: auto;
        width: 80%; }
}

form {display: flex;
    flex-direction: column;
    padding-left: 1em; width: 80%;
}

form {
    width: 60%;
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 10em 1fr;
}

input, textarea {
    margin-bottom: 0.5em;
}
input[type=submit]{
    grid-column: 9em;
}