@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap");
body {
  font-family: 'Quicksand', sans-serif;
  color: #54585A;
}

h1, h2, h3, h4 {
  font-family: 'Quicksand', sans-serif;
}

a:hover {
  text-decoration: none;
}

#header {
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
  background-color: #e6e6e6;
  background-image: url("../../../images/banner1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 15vh;
  padding-bottom: 50vh;
}

#header a {
  color: #e6e6e6;
}

#contacts {
  background-color: #C70C6F;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(#F5D9B1)), url("/images/image_1.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #F5D9B1), url("/images/image_1.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#contacts .col-md-8 {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

footer {
  background-color: #38B6AB;
  color: #e6e6e6;
  text-align: center;
}

footer a {
  color: #e6e6e6;
}

footer a:hover {
  color: #C70C6F;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */