@font-face {
  font-family: "Abril-Fatface";
  src: url("../fonts/Abril-Fatface.ttf.woff") format("woff"), url("../fonts/Abril-Fatface.ttf.svg#Abril-Fatface") format("svg"), url("../fonts/Abril-Fatface.ttf.eot"), url("../fonts/Abril-Fatface.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Roboto";
}

.abril-fatface {
  font-family: "Abril-Fatface";
}

#testimonials .carousel-inner {
  height: auto;
  width: auto;
  overflow: hidden;
}
#testimonials .carousel-inner .carousel-item {
  margin-bottom: 3rem;
}
#testimonials .carousel-inner .carousel-item .carousel-caption {
  color: black;
}

.theme-color {
  color: #CE512C;
}
.theme-color:hover {
  color: #b94928;
}

.text-justify {
  text-align: justify;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.grey-section {
  background-color: #f1f1f1;
}

.btn-primary {
  background-color: #CE512C;
  border-color: #CE512C;
}
.btn-primary:hover {
  background-color: #b94928;
  border-color: #a44023;
}

.buy-container a {
  padding: 2rem;
  width: 100%;
  display: block;
}
.buy-container a img {
  width: 100%;
  height: auto;
  transition: 0.2s ease-in-out;
  /* filter: grayscale(1);

  &:hover {
      filter: grayscale(0);
  } */
}

.navbar-brand {
  font-size: 2rem;
}

/* 
a.rounded-icon {
    border: 1px solid #212121;
    padding: 8px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    i {
        color: #212121;
        font-size: 24px;
    }

    &.rounded-sm {
        width: 30px;
        height: 30px;

        i {
            font-size: 16px;
        }
    }
}
 */
.social-icon {
  width: 30px;
}

.line-height {
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */