@import url("https://use.typekit.net/zoj0fcc.css");
/*#85cfc3 : TEALISH */
/* #f2cfc4 : PINKISH */
* {
  margin: 0;
  padding: 0;
  font-family: balboa-plus-fill, sans-serif;
  /* outline: 2px solid yellow; */
}

body {
  background-color: #f2cfc4;
  overflow-x: hidden;
}

h4 {
  font-weight: 300;
  text-align: center;
  font-size: 4vw;
  font-family: "Staatliches", cursive;
  color: white;
}

#shoot {
  margin-top: 10vh;
}

#goodonecole {
  margin-top: 10vh;
}

#menu-bg {
  margin-bottom: 8vh;
}

#map {
  position: relative;
  display: block;
  width: 50vw;
  margin: 0 auto;
  height: 50vw;
  border: 3px solid black;

  margin-bottom: 10vh;
}

#interior {
  display: block;
  margin: 0 auto;
  width: 25vw;
  height: 25vw;
  border: 3px solid black;
}

#interior img {
  width: 25vw;
  height: 25vw;
}

form {
  display: flex;
  margin: 0 auto;

  width: 50vw;
  height: 50vw;
  border: 3px solid black;

  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

button {
  font-family: "Staatliches", cursive;
  width: 60%;
  margin: 0 auto;
  background-color: transparent;
  border-style: none;
  border: 3px solid white;
  font-family: "Staatliches", cursive;
  line-height: 160%;
  font-size: 1.3em;
  color: white;
  cursor: pointer;
  /* margin-top: 15%; */
}

button:focus {
  outline: none;
}

button:hover {
  color: black;
  border-color: black;
}

button:active {
  color: #85cfc3;
  border-color: #85cfc3;
}

form input {
  width: 50%;
  height: 10%;

  font-family: "Staatliches", cursive;
  font-size: 2vw;
  color: white;
  background-color: #f2cfc4;
  border-style: none;
  border-bottom: 3px solid white;
}

form input:hover {
  border-bottom: 3px solid black;
}

form input:focus {
  outline: none;
  border-bottom: 3px solid black;
}

form input::placeholder {
  /* transition: color 0.2s; */
  color: white;
  opacity: 1; /* Firefox */
}

form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

form input:focus::placeholder {
  color: transparent;
}

form input:hover::placeholder {
  /* color: black; */
}

textarea {
  border: 2px solid black;
  background-color: transparent;
  resize: none;
  width: 80%;
  height: 40%;
}

textarea:focus {
  outline: none;
  font-family: "Staatliches", cursive;
  border-color: black;
}

@media screen and (max-width: 479px) {
  #menu-bg {
    margin-bottom: 5vh;
  }

  h4 {
    font-size: 7vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #interior {
    width: 80vw;
    height: 80vw;
  }

  #interior img {
    width: 80vw;
    height: 80vw;
  }

  form {
    width: 80vw;
    height: 160vw;
  }

  form input {
    width: 75%;
    font-size: 7vw;
  }

  textarea {
    width: 75%;
  }

  button {
    width: 75%;
  }

  #map {
    width: 80vw;
    height: 80vw;
    margin-bottom: 15vh;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  #menu-bg {
    margin-bottom: 8vh;
  }

  #interior {
    width: 80vw;
    height: 80vw;
  }

  #interior img {
    width: 80vw;
    height: 80vw;
  }

  h4 {
    font-size: 5vw;
  }

  form {
    width: 80vw;
    height: 160vw;
  }

  form input {
    width: 75%;
    font-size: 7vw;
  }

  textarea {
    width: 75%;
  }

  button {
    width: 75%;
  }

  #map {
    width: 80vw;
    height: 80vw;
    margin-bottom: 15vh;
  }
}
