* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-image: linear-gradient(to bottom, #fff, #90c7e3);
  background-repeat: no-repeat;
  border: 1px solid #003;
  box-shadow: 3px 3px 3px #333;
  color: #666;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#wrapper {
  margin: auto;
  max-width: 75rem;
  width: 80%;
}

header {
  background-color: #003;
  background-image: url(sunset.jpg);
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
  height: auto;
  padding: 1rem;
  text-align: center;
}

header a {
  text-decoration: none;
}

header a:link, header a:visited {
  color: #ffffff;
}

header a:hover {
  color: #90c7e3;
}

nav {
  font-size: 120%;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

nav ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
nav li {
  border-bottom: 1px solid #003;
  padding: 0.5em 0;
  max-width: 100%;
  box-sizing: border-box;
}
nav a {
  text-decoration: none;
}

nav a:link {
  color: #5c7fa3;
}

nav a:visited {
  color: #344873;
}

nav a:hover {
  color: #a42a2a;
}

main {
  background-color: #fff;
  padding: 0.0625rem 1.25rem 1.25rem 1.875rem;
}

section {
  padding: 1rem;
}

h1, h2, h3, footer {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  letter-spacing: 0.25em;
  margin-bottom: 0;
  margin-top: 0;
}

h2 {
  color: #39c;
  text-shadow: 1px 1px 1px #ccc;
}

h3 {
  color: #003;
}

dt {
  color: #003;
}

address {
  font-style: normal;
}

footer {
  background-color: #fff;
  font-size: 75%;
  text-align: center;
  font-style: italic;
  padding: 2em;
  max-width: 100vw;
  overflow-wrap: break-word;
}

.resort {
  color: #5c7fa3;
  font-weight: bold;
}

#homehero, #yurthero, #trailhero, #reservations-hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
}

#homehero {
  background-image: url(coast2.jpg);
}

#yurthero {
  background-image: url(yurt.jpg);
}

#trailhero {
  background-image: url(trail.jpg);
}

#reservations-hero {
  background-image: url(reservations.jpg);
}

.card-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100vw;
  box-sizing: border-box;
  overflow: auto;
}

.card-row section {
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
table {
  border: 0.125rem solid #1976d2;
  border-collapse: collapse;
  width: 100%;
}
th {
  background-color: #1976d2;
  color: #fff
}
td, th {
  border: 0.125rem solid #1976d2;
  padding: 0 0.5rem;
}
td {
  text-align: center;
}
.text {
  text-align: left;
}
tr:nth-of-type(odd)  {
   background-color: #ffcd6f;
}
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 32em;
  margin: 0 auto;
  padding:  2em 1em;
  background-color: #f8fafc;
  border-radius: 0.5em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
label {
  font-weight: 600;
  margin-bottom: 0.25em;
  color: #003;
}
input, textarea {
  margin-bottom: 0;
  padding: 0.5em;
  border: 1px solid #b0bec5;
  border-radius: 0.25em;
  font-size: 1em;
  background: #fff;
  transition: border-color 0.2s ease-in-out;
}
input:focus, textarea:focus {
  border-color: #003;
  outline: none;
}
input[type="submit"] {
  background-color: #003;
  color: #fff;
  border: none;
  border-radius: 0.25em;
  padding: 0.75em 2em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #003;
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: .1em;
  gap: 1em 0;
}
.center > h2,
.center > h3,
.center > p {
  margin: 0;
}
@media (max-width: 32.5rem) {
  body {
    background-image: none;
    border: none;
    box-shadow: none;
    margin: 0;
  }
#wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
header {
  background-image: none;
  padding: 0;
}
footer {
  padding: 1em;
}
#special table {
  margin: 0 auto;
}
#special td, #special th {
  display: block;
  width: 100%;
}
#special th {
height: 0;
margin: 0;
padding: 0;
font-size: 0.625rem;
border: none;
overflow: hidden;
}
td.package::before {
  content: "Package: ";
}
td.description::before {
  content: "Description: ";
}
td.nights::before {
  content: "Nights: ";
}
td.cost::before {
  content: "Cost: ";
}
.package, .description, .nights, .cost {
  width: 100%;
  padding-left: 35%;
  position: relative;
  text-align-last: left;
}
td::before {
  width: 25%;
  display: block;
  padding-right: 0.625rem;
  position: absolute;
  top: 0.375rem;
  left: 1rem;
  color: #39c;
  font-weight: bold;
  white-space: nowrap;
}
form {
  max-width: 100%;
  padding: 1em;
}

fore label,
fore input,
fore textarea {
  width: 100%;
}

input[type="submit"] {
  width: 100%;
  margin-top: 0.5em;
}
}
@media (min-width: 37.5rem) {
  nav ul {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav li {
    border-bottom: none;
    padding: 0 1rem;
    max-width: none;
  }
  .card-row {
    flex-direction: row;
    gap: 2rem;
    max-width: 100vw;
  }
  .card-row section {
    flex: 1 1 0;
    max-width: 100%;
  }
}







