body {
  font-size: 16px;
  color: #d3d3d3 !important;
}

body .card {
  border-radius: 50px;
}

body .card .form-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: yellowgreen;
  position: relative;
  top: -45px;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 8px black;
          box-shadow: 0 0 8px black;
}

body .card .form-header h3 {
  margin: auto;
  text-transform: uppercase;
}

body .contact {
  margin-bottom: 0 !important;
  margin-top: 5px;
}

body a.btn-floating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  background-color: white;
  margin: 10px auto;
  color: red;
  border: 1px solid yellowgreen;
  pointer-events: none;
}

body a.btn-floating:hover {
  text-decoration: none;
}

body a.btn-floating i {
  margin: auto;
  font-size: 30px;
}

body #maps {
  position: relative;
  margin: 50px auto;
  -webkit-box-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
  height: 400px;
  width: 90%;
}

body #maps iframe {
  height: 400px;
  width: 100%;
}

body div.hover-effect {
  -webkit-transition: 1s;
  transition: 1s;
}

body div.hover-effect a, body div.hover-effect p, body div.hover-effect p a {
  -webkit-transition: 1s;
  transition: 1s;
}

body div.hover-effect:hover a.btn-floating, body div.hover-effect:hover a i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 1s;
  transition: 1s;
}

body img.christmas-santa-hat {
  width: 60px !important;
  margin-bottom: -22px !important;
  margin-left: -8px !important;
}
/*# sourceMappingURL=contact.css.map */