body {
  background-color: #f3ede4;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  width: 100vw;
  overflow: hidden;
}
.main {
  z-index: 99;
  width: 100vw;
}

#birdy {
  position: absolute;
  width: 26.1vw;
  top: 47%;
  left: 26%;
  transform: translate(-50%, -50%);
}
.anim {
  position: absolute;
  z-index: 99;
  margin-left: -15%;
  margin-top: 1.5%;
  width: 35vw;
}
#birdyBG {
  z-index: 98;
  width: 90%;
}

#letsChat {
  position: absolute;
  width: 27vw;
  top: 45%;
  left: 68%;
  transform: translate(-50%, -50%);
}
#letsChat span {
  font-size: 1.5vw;
  font-weight: 300;
}
#letsChat p {
  font-size: 1.55vw;
  font-weight: 600;
  line-height: 1.7vw;
}
#letsChat button {
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  font-size: 1.5vw;
  font-weight: 600;
  color: whitesmoke;
  background-color: #177acc;
  border-radius: 10px;
  border: none;
  padding-top: 1vw;
  padding-bottom: 0.75vw;
  cursor: pointer;
  box-shadow: 0.25rem 0.25rem 0.5rem grey;
}
.contactFooter {
  position: absolute;
  display: flex;
  left: 5%;
  right: 5%;
  top: 87%;
}
.contactFooter p {
  cursor: pointer;
  font-size: 1.25vw;
  font-weight: 300;
  margin-left: 5%;
}
.contactFooter img {
  cursor: pointer;

  width: 1.75vw;
}
.contactFooter div {
  display: flex;
  margin-right: 10%;
}
#joinForm {
  width: 50%;
  margin-left: 5%;
  background-color: #f3ede4;
}
#joinForm input[type="text"] {
  background-color: #f3ede4;
  border-color: #333333;
  border-width: 1px;
  border-style: solid;
  border-right: none;
  font-family: "Josefin Sans", sans-serif;
  height: 55%;
  width: 70%;
  font-size: 1.25vw;
  font-weight: 200;
  margin-top: 3%;
  margin-right: 0;
  padding-right: 0;
  text-align: center;
}
#joinForm button[type="submit"] {
  width: 25%;
  border: none;
  background-color: #177acc;
  border-color: #177acc;
  border-width: 1px;
  border-style: solid;
  color: whitesmoke;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  height: 63.6%;
}

#contactOverlay {
  position: absolute;
  z-index: 100;
  top: -5%;
  height: 105vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  opacity: 0;
  transition: 2s opacity;
}
#contactOverlay.active {
  display: flex;
  opacity: 1;
}
.contactBox {
  position: absolute;
  /* border-radius: 20px; */
  width: 30vw;
  height: 40.75vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f3ede4;
  box-shadow: 0.15rem 0.15rem 2rem rgba(0, 0, 0, 0.4);
}
#contactText {
  text-align: center;
  font-weight: 300;
  font-size: 1.2vw;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 7%;
  margin-bottom: 2%;
}
#contactText span {
  font-size: 1.4vw;
  font-weight: 600;
}
#contactForm {
  display: flex;
  flex-direction: column;
  margin-left: 15%;
  margin-right: 15%;
}
#contactForm input {
  background-color: #f3ede4;
  height: 3.5vh;
  border-radius: 5px;
  text-align: center;
  border-style: solid;
  border-color: #333333;
  border-width: 1.5px;
  margin-top: 4%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.75vw;
  font-weight: 300;
  padding-top: 1%;
}
#contactForm select {
  background-color: #f3ede4;
  padding-top: 1%;
  margin-top: 4%;
  height: 3vw;
  border-radius: 5px;
  text-align: center;
  border-style: solid;
  border-color: #333333;
  border-width: 1.5px;
}
#selectPH {
  display: none;
}
#descIn {
  background-color: #f3ede4;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1vw;
  font-weight: 300;
  margin-top: 4%;
  border-radius: 5px;
  text-align: center;
  border-style: solid;
  border-color: #333333;
  border-width: 1.5px;
  max-width: 100%;
  padding: 5%;
}
#budget {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1vw;
  font-weight: 200;
  text-indent: 5%;
}
#budget option {
  font-size: 1vw;
}

.formButs {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  height: 3.5vw;
  color: #f3ede4;
  border-radius: 5px;
  font-size: 1vw;
  padding-top: 3%;
  padding-bottom: 2%;
  margin-top: 4%;
  box-shadow: 0.05rem 0.05rem 0.35rem rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#schedCall {
  margin-top: 6%;
  background-color: #177acc;
  border: none;
}
#sendMail {
  background-color: #15bfcc;
  border: none;
  margin-bottom: 6%;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
  #birdy{
    left: 54%;
    top: 30%;
    width: 60vw;
  }
  .anim{
    width: 80vw;
  }
  #letsChat{
    width: 90vw;
    left: 50%;
    top: 55%;
    text-align: center;
  }
  #letsChat span{
    font-size: 5vw;
    line-height: 5.25vw;
  }
  #letsChat p{
    font-size: 4.75vw;
    line-height: 5vw;
  }
  #letsChat button {
    width: 75%;
    font-size: 4.5vw;
    padding-top: 2vw;
    padding-bottom: 1.75vw;
   
  }
  .contactFooter{
    flex-direction: column;
    top: 65%;
    width: 75vw;
    margin-left: 12.5vw;
    left: 0% !important;
    align-items: center;
  }
  .contactFooter div{
    margin-right: 0 !important;
    margin-bottom: -2% !important;
    margin-top: 0 !important;
  }
  .contactFooter p {
    font-size: 5vw;
    font-weight: 300;
    margin-left: 5%;
  }
  .contactFooter img {
    width: 5vw;
  }
  #joinForm{
    width: 100%;
    margin-left: 0% !important;
  }
  #joinForm input[type="text"] {
    width: 70%;
    font-size: 6vw;
    font-weight: 200;
    margin-top: 3%;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
    margin-left: 0 !important;
  }
  #joinForm button[type="submit"] {
    width: 25%;
    border: none;
    background-color: #177acc;
    border-color: #177acc;
    border-width: 1px;
    border-style: solid;
    color: whitesmoke;
    font-family: "Josefin Sans", sans-serif;
    font-size: 6vw;
    font-weight: 600;
  }
}