
#contact-page {
  background-image: url(../_images/satoribk.jpg);
  background-size: cover;
  width: 100%;
}

#contact-page .container {
  width: 100%;
}

.contact-carousel {
  padding-bottom: 65px;
}

div.contact-carousel li {
  border-color: black;
}

div.contact-carousel li.active {
  background: black;
}

div.contact-image {
  text-align: center;
}

img.contact-image {
  border: 1px solid black;
  margin: 0 auto;
}

div.contact-card {
  background: white;
  border: 1px solid #CACACA;
  border-radius: 0.25em;
  margin: 0.5em auto;
  width: 20.5em;
  padding: 1em;
  text-align: center;

  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.25);
}

div.contact-card img {
  margin: -0.1em auto 0.5em auto;
}

div.contact-card p {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

div.contact-card i.fa {
  background: transparent;
  color: #a3bd12;
  text-shadow: none;
}
