/* fonts */
@import url("https://use.typekit.net/kwm8oxf.css");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre");
/* Colors: */
body {
  font-family: "acumin-pro";
  color: #171313;
}
body #topheader {
  background: #322a2d;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
body #topheader ul {
  padding-top: 10px;
}
body #topheader ul li {
  display: inline;
  margin-right: 10px;
}
body #topheader ul li a {
  color: #FFF;
}
body #topheader ul li a span {
  color: #d9caa0;
}
body #topheader ul li.gold {
  background: #d9caa0;
  color: #322a2d;
  padding: 28px;
}
body #topheader ul li.gold a, body #topheader ul li.gold span {
  color: #322a2d;
}
body #header {
  border-bottom: 10px solid #5c0025;
}
body #header img {
  padding-top: 20px;
  padding-bottom: 20px;
}
body #header #mainNav li {
  margin: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: 30px;
}
body #header #mainNav li a {
  margin: 0px;
  color: #171313;
  font-weight: bold;
}
body #header #mainNav li:hover {
  background: #5c0025;
  color: #fff;
}
body #header #mainNav li:hover a {
  color: #fff;
}
body #content {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
body #content h1 {
  font-family: "Frank Ruhl Libre", serif;
  color: #5c0025;
  font-weight: bold;
  margin-bottom: 70px;
}
body #content .service {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 80px;
}
body #content .service h3 {
  color: #5c0025;
}
body #content #services .card {
  margin-bottom: 40px;
}
body #content #services .card:hover img {
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}
body #content #services .card:hover .card-body {
  background: #5c0025;
}
body #content #services img {
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
}
body #content #services img:hover {
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}
body #content #services .card-body {
  background: #171313;
  color: #FFF;
  font-size: 14px;
}
body #content #services .card-body a {
  color: #FFF;
  text-decoration: none;
}
body #content #services .card-body a:hover {
  text-decoration: none;
}
body #content #contactus {
  text-align: left;
}
body #footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #5c0025;
  color: #e4e3e3;
  font-size: 12px;
}
body #footer a {
  color: #e4e3e3;
}
body #footer p {
  margin-bottom: 0px;
}
body #footer .footercontent {
  margin-top: 20px;
}

/*# sourceMappingURL=css/main.css.map */
