body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
}

.CarlImg {
  width: 40vw;
  height: auto;
  border-radius: 10px;
  border: #3c9a842d 2px solid;
  background-color: #ffffffc8;
  margin: 10px 10px 13vh 10px;
  padding: 10px;
  box-shadow: 5px 5px #0000003d;
  transition: 0.15s;
  grid-area: CarlImg;
}

.text1 {
  font-family: "Playwrite DE Grund";
  font-size: 20px;
  color: rgb(0, 0, 0);
  width: 40vw;
  grid-area: Text1;
  padding: 10px 0px 0px 20px;
}

.bookButton {
  background-color: #0079977f;
  color: white;
  padding: 10px;
  width: 150px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Playwrite DE Grund";
  box-shadow: 5px 5px #00000000;
  border: #004a863d 2px solid;
  grid-area: bookButton;
  margin: 0px 0px 30px 20px;
}

.bookButton:hover {
  box-shadow: 2.5px 2.5px #0000003d;
  transform: scale(1.025);
  transition: 0.25s;
}

.home {
  background-color: #b8c8c3;
}

.text {
  display: grid;
  grid-template-areas:
    "CarlImg Text1"
    "CarlImg bookButton";
  gap: 2px;
  padding: 2px;
  background-color: rgb(84, 124, 113);
  justify-content: center;
  align-content: center;
  background-color: #b8c8c3;
}

.mobile-container {
  background-color: #b8c8c3;
  height: 100%;
  color: rgb(0, 0, 0);
}

.topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

.topNav #myLinks {
  display: block;
}

.topNav a {
  float: none;
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}

.topNav a.icon {
  background: black;
  display: block;
  position: absolute;
}

.topNav a:hover {
  color: white;
}

.active {
  color: white;
  font-family: "Playwrite DE Grund";
}

.logo {
  height: 20px;
  width: auto;
}

.text1-2 {
  padding: 0px 15px;
  font-family: "Playwrite DE Grund";
  font-size: 17px;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-align: center;
}

.form-flex {
  display: flex;
  flex-direction: column;
  color: rgb(110, 0, 0);
  width: 250px;
  flex-wrap: row wrap;
}

.sendButton {
  background-color: #ff2e2e7f;
  color: white;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Playwrite DE Grund";
  box-shadow: 5px 5px #ffffff00;
  border: #8600003d 2px solid;
}

.Boxes {
  border-radius: 5px;
  border: #ff00002d 2px solid;
  background-color: #ffffffc8;
}

.sendButton:hover {
  box-shadow: 5px 5px #0000003d;
  transform: scale(1.025);
  transition: 0.15s;
}

.Comments {
  resize: none;
  height: 70px;
  border-radius: 5px;
  border: #ff00002d 2px solid;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-color: #ffffffc8;
}

footer {
  text-align: center;
  font-family: "Playwrite DE Grund";
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 15px;
  background-color: #333;
  position: relative;
  bottom: 0;
}

.feet {
  display: block;
  line-height: 1.2;
  padding: 5px;
}

.inst,
.face {
  padding: 0px 10px;
  height: 20px;
  width: auto;
}

.address {
  padding: 5px;
  display: flex;
  font-family: pacifico;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}

div.contactForm {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: -2vh 0px 2.6vh 0px;
}

.form-flex {
  display: flex;
  flex-direction: column;
  color: rgb(0, 120, 84);
  width: 250px;
  flex-wrap: column wrap;
}

.sendButton {
  background-color: #52c0a17f;
  border: none;
  color: white;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Courier New", Courier, monospace;
  box-shadow: 5px 5px #ffffff00;
  border: #0b1a162d 2px solid;
}

.Boxes {
  border-radius: 5px;
  border: #3c9a842d 2px solid;
  background-color: #ffffffc8;
}

.sendButton:hover {
  box-shadow: 5px 5px #0000003d;
  transform: scale(1.025);
  transition: 0.15s;
}

.Comments {
  resize: none;
  height: 70px;
  border-radius: 5px;
  border: #3c9a842d 2px solid;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  background-color: #ffffffc8;
}

form.contact {
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 190, 136, 0.164);
  width: fit-content;
  align-content: center;
  justify-content: center;
  border-radius: 10px;
  border: #2f776636 5px solid;
  padding: 5px 15px 5px 15px;
  font-family: "Courier New", Courier, monospace;
}

.backHomeButton {
  background-color: #0079977f;
  color: white;
  padding: 10px;
  width: 150px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Playwrite DE Grund";
  box-shadow: 5px 5px #00000000;
  border: #004a863d 2px solid;
  margin: 0px 0px 300px 20px;
  transition: 0.15s;
}

.backHomeButton:hover {
  box-shadow: 2.5px 2.5px #0000003d;
  transform: scale(1.025);
  transition: 0.25s;
}

.roomImgs {
  width: 50vw;
  height: auto;
  border-radius: 10px;
  border: #3c9a842d 2px solid;
  background-color: #ffffffc8;
  margin: 10px 0px 0px 0px;
  padding: 10px;
  box-shadow: 5px 5px #0000003d;
  transition: 0.15s;
}

.rooms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #b8c8c3;
  margin: 0px 0px 20px 0px;
}

.bookButtonRooms {
  background-color: #0079977f;
  color: white;
  padding: 10px;
  width: 150px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Playwrite DE Grund";
  box-shadow: 5px 5px #00000000;
  border: #004a863d 2px solid;
  margin: 0px 0px 3px 20px;
}

.bookButtonRooms:hover {
  box-shadow: 2.5px 2.5px #0000003d;
  transform: scale(1.025);
  transition: 0.25s;
}

.textRooms {
  font-family: "Playwrite DE Grund";
  font-size: 20px;
  color: rgb(0, 0, 0);
  width: 40vw;
  grid-area: Text1;
  padding: 10px 0px 0px 20px;
}

.roomTitle {
  font-family: "Playwrite DE Grund";
  font-size: 20px;
  color: rgb(0, 0, 0);
  width: 40vw;
  grid-area: Text1;
  padding: 20px 0px 0px 20px;
}

.policyTitle {
  font-family: "Playwrite DE Grund";
  font-size: 15px;
  color: rgb(0, 0, 0);
  padding: 0px 0px 0px 20px;
}

.pAndI {
  display: flex;
  flex-direction: column;
  grid-area: policies;
}

.PnInfo {
  display: grid;
  grid-template-areas:
    "image policies"
    "image2 policies";
  background-color: #b8c8c3;
  margin: 0px 0px 20px 0px;
}

img.policyImg1 {
  width: 50vw;
  height: auto;
  border-radius: 10px;
  border: #3c9a842d 2px solid;
  background-color: #ffffffc8;
  margin: 10px 10px 10px 10px;
  padding: 10px;
  box-shadow: 5px 5px #0000003d;
  transition: 0.15s;
  grid-area: image;
}

img.policyImg2 {
  width: 50vw;
  height: auto;
  border-radius: 10px;
  border: #3c9a842d 2px solid;
  background-color: #ffffffc8;
  margin: 10px 10px 10px 10px;
  padding: 10px;
  box-shadow: 5px 5px #0000003d;
  transition: 0.15s;
  grid-area: image2;
}
