/* utils
zombie red = #89253e;
survivor blue = #2A3C58;
*/
/* Parallax Content Scrolling */
/* The Parallax Styles */
.content-parallax {
  position: relative;
  height: 100%;
  width: 95%;
  background-color: transparent;
  color: #fff;
  border-radius: 6px;
  padding: 0;
  opacity: .9;
  margin: 0 auto 200px;
  border-radius: 6px;
}

.firstparallax-contact {
  margin-top: 530px;
  background-color: #282E34;
  opacity: .9;
  max-width: 95%;
  height: auto;
  padding: 0 0 80px;
}

/*
.firstparallax-welcome  > p { color: #fff;  padding: 10px 40px 30px;  }
*/
.parallax-contact {
  top: 0;
  position: fixed;
  /* Set a specific height */
  min-width: 100%;
  height: 100%;
  /* Create the parallax scrolling effect*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* The image used*/
  background-image: url("../img/eery-1648250_1920.jpg");
  /* Image by <a href="https://pixabay.com/users/maraisea-2989330/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1648250">Etienne Marais</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1648250">Pixabay</a> */
}

.firstparallax-contact>h1 {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 2.2em;
}

.animation {
  /*  height: 100vh; max-height: 100vh;   position: relative;*/
  top: -10%;
  overflow: hidden;
}
.anim-chibi{
  position: absolute;
}
.anime-scared {
  height: 100px;
  top: 3%;

  left: 7%;
}
.anime-zozo {
  height: 120px;
  top: 1%;
  left: 1%;

}

/* Contact Us page Styles */
/* Contact Us Contact Form */
#contact {
  padding: 10px 20px 60px;
  margin-right: 50px;
  margin-left: 50px;
}

/* Create two equal columns that floats next to each other */
.column1 {
  float: left;
  width: 22%;
  padding: 30px 10px 0px;
}

.column {
  float: left;
  width: 78%;
  padding: 10px 5px 5px;
}

.column1 p {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 10px;
}

/* Clear floats after the columns */
.row-contact {
  width: 100%;
  height: auto;
  border: 3px solid;
  border-color: #873737;
  border-radius: 6px;
  margin-bottom: 40px;
}

.row-contact:after {
  content: "";
  display: table;
  clear: both;
}

.msg {
  padding: 0 0 20px;
  font-size: 1.2em;
}

.contact_us_form {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.input-container {
  padding: 20px 10px;
}

.subject {
  width: 100%;
  display: inline-block;
  text-align: right;
  float: left;
}

.input-container.message {
  display: block;
  min-width: 100%;
  padding: 20px 10px;
  margin-top: 10px;
  font-size: 1.2em;
}

.fa-user.icon::before, .fa-comments-o.icon::before {
  float: left;
  font-size: 48px;
}

.fa-user.icon:hover, .fa-comments-o.icon:hover {
  color: #000;
}

.fa-user.icon, .fa-comments-o.icon {
  color: #873737;
  display: block;
  padding: 0;
  margin: 0;
}

.fa-envelope.icon::before {
  float: left;
  font-size: 48px;
}

.fa-envelope.icon2::before, .fa-map-marker.icon::before, .fa-mobile.icon::before {
  float: left;
  margin-right: 10px;
  font-size: 34px;
}

.fa-envelope.icon:hover, .fa-map-marker.icon:hover, .fa-envelope.icon2:hover, .fa-mobile.icon:hover {
  color: #000;
}

.fa-envelope.icon, .fa-map-marker.icon, .fa-envelope.icon2, .fa-mobile.icon {
  color: #873737;
  display: block;
  padding: 0;
  margin: 0;
}

.input-field {
  font-size: 1.2em;
  padding: 15px;
  display: inline-block;
  border: 2px solid;
  border-color: #873737;
  border-radius: 6px;
  margin: 0 0 0 15px;
  width: 93%;
}

i input.input-field:hover, i input.input-field:hover:focus {
  color: #000;
}

.mes {
  min-width: inherit;
  min-height: 45%;
  border: 2px solid;
  border-color: #873737;
  border-radius: 6px;
  font-size: 1em;
  padding: 15px;
}

.mes:hover {
  color: #000;
}

button.btn-contact {
  text-align: center;
  background: #fff;
  opacity: 0.70;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  cursor: pointer;
  line-height: 2;
  font-size: 16px;
  padding: 0.6em 2em;
  margin-right: 15px;
  border: none;
  float: right;
  border-color: none;
}

p.map-comment {
  margin: 0 0 0 10px;
  font-size: 1.4em;
  font-style: italic;
}

.mapouter {
  height: 500px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 495px;
  width: 100%;
  border-radius: 8px;
}

iframe {
  width: 100%;
  padding: 5px;
}
