.playwrite-de-grund-regular {
  font-family: "Playwrite DE Grund", cursive;
  font-weight: 400;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
}

.mobile-container {
  background-color: #a26b6b;
  height: 100%;
  color: rgb(255, 255, 255);
}

.donutcup {
  height: auto;
  padding: 5px 25px;
}

.topNav {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

.topNav #myLinks {
  display: none;
  background-color: #333;
}

/* 
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
right: 0; 
*/

.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: 15px;
}

.hMenu {
  position: absolute;
  right: 0;
  top: 0;
}

.text1-2 {
  padding: 0px 15px;
  font-family: "Playwrite DE Grund";
  font-size: 17px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: center;
}

img.woman1 {
  width: 100%;
}

img.woman2 {
  width: 100%;
}

div.woman1 {
  height: auto;
  padding: 24px 30px 12px 30px;
}

div.woman2 {
  height: auto;
  padding: 12px 20px 10px 20px;
}

.hContact {
  height: calc(100vh - 52px);
  display: flex;
  align-items: center;
  justify-content: 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;
}

/* .emailButton {
  display: inline-block;
  background-color: #ff2e2e7f;
  color: white;
  padding: 5px;
  width: 100px;
  font-size: 12px;
  text-align: center;
  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;
}

/* .emailButton: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;
}

form.contact {
  display: flex;
  flex-direction: column;
  background-color: rgba(168, 21, 82, 0.325);
  width: fit-content;
  align-content: center;
  justify-content: center;
  border-radius: 10px;
  border: #ff4f4f2d 5px solid;
  padding: 5px 15px 5px 15px;
  font-family: "Playwrite DE Grund";
}

.thankYou {
  color: rgba(0, 31, 117, 0.875);
}

footer {
  text-align: center;
  font-family: "Playwrite DE Grund";
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 15px;
  background-color: #333;
}

.feet {
  display: block;
  line-height: 1.2;
  padding: 5px;
}

.inst,
.face {
  padding: 0px 10px;
  height: 20px;
  width: auto;
}

.mini {
  color: #700000;
}

.mapouter {
  display: flex;
  padding: 10px;
  height: 81.3vh;
  position: relative;
  text-align: right;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 80vw;
  height: 40vh;
}

.gmap_iframe {
  width: 80vw !important;
  height: 40vh !important;
}

.address {
  padding: 5px;
  display: flex;
  font-family: pacifico;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}
