@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Martel:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Martel+Sans:400,700&display=swap");
@font-face {
  font-family: 'Kenyan Coffee RG';
  src: url("../fonts/kenyan_coffee/kenyan coffee rg.ttf") format("truetype"); }

.color {
  color: #DF3E82; }

a,
.nav-item a.nav-link {
  color: #817F80;
  letter-spacing: 1px; }
  a:hover,
  .nav-item a.nav-link:hover {
    color: #DF3E82;
    text-decoration: none;
    opacity: 0.75; }

body {
  font-family: 'Open Sans', sans-serif; }

.loading_img {
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 9999; }

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
     -moz-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
  color: red; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0; } }

@-moz-keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes blinker {
  50% {
    opacity: 0; } }

.banner .sprite-banner .sprite-hover {
  display: none; }

.banner .sprite-banner:hover .sprite {
  display: none; }

.banner .sprite-banner:hover .sprite-hover {
  display: block; }

.nav-login {
  border-bottom: 3px solid #797778; }
  .nav-login a {
    font-weight: bold;
    font-size: 1rem; }

ul.navbar-nav li a.nav-link {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0; }

.navbar-toggler {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 100; }
  .navbar-toggler .navbar-toggler-icon {
    border-top: 3px solid #DF3E82;
    border-bottom: 3px solid #DF3E82;
    position: relative; }
    .navbar-toggler .navbar-toggler-icon:before {
      content: "";
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: #DF3E82;
      top: 50%;
      margin-top: -1px; }

.slideshow .tagline {
  position: absolute;
  left: 0;
  bottom: 10%;
  color: #FFFFFF;
  width: 75%;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1rem;
  font-size: 1rem; }
  @media only screen and (min-width: 375px) {
    .slideshow .tagline {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 414px) {
    .slideshow .tagline {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 576px) {
    .slideshow .tagline {
      font-size: 2rem; } }
  @media only screen and (min-width: 768px) {
    .slideshow .tagline {
      font-size: 2.5rem; } }
  .slideshow .tagline span {
    position: relative; }
  .slideshow .tagline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 1px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75); }

.slideshow .carousel-item,
.slideshow .right-banner {
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 bottom; }

.slideshow .carousel-item,
.slideshow .carousel-inner {
  height: 100%;
  width: 100%; }

.slideshow .right-banner {
  height: 200px; }
  @media only screen and (min-width: 769px) {
    .slideshow .right-banner {
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .slideshow .right-banner {
      border-left: 1px solid #FFFFFF;
      height: 450px; } }

.slideshow #leftTopCarousel,
.slideshow #leftBottomCarousel {
  height: 150px; }
  @media only screen and (min-width: 420px) {
    .slideshow #leftTopCarousel,
    .slideshow #leftBottomCarousel {
      height: 250px; } }
  @media only screen and (min-width: 992px) {
    .slideshow #leftTopCarousel,
    .slideshow #leftBottomCarousel {
      height: 225px; } }

@media only screen and (min-width: 992px) {
  .slideshow #leftBottomCarousel .carousel-inner {
    border-top: 1px solid #FFFFFF; } }

.cards .card {
  border-color: #FFFFFF; }
  .cards .card:nth-child(3) .card-body {
    background-color: #000000;
    background-image: none; }
  .cards .card .card-body {
    background-color: #e7e8ea; }
    .cards .card .card-body .card-title {
      text-transform: uppercase;
      font-weight: bold;
      color: #1B1B1B;
      font-size: 0.9rem;
      margin-bottom: 0.25rem; }
    .cards .card .card-body .card-text {
      color: #1B1B1B;
      letter-spacing: 0;
      margin-bottom: 0.25rem; }
    .cards .card .card-body a.more {
      color: #DF3E82;
      font-weight: bold; }
      .cards .card .card-body a.more:hover {
        color: #DF3E82; }
    .cards .card .card-body .more-img {
      height: 100%;
      width: 100%;
      display: block; }

.tagline .tagline-wrapper {
  border-bottom: 3px solid #797778; }
  .tagline .tagline-wrapper h5 {
    color: #817F80;
    letter-spacing: 0;
    font-weight: bold; }

footer .footer-title {
  color: #817F80; }

footer a {
  letter-spacing: 0; }

@media only screen and (min-width: 992px) {
  .page-slideshow #leftTopCarousel .carousel-inner {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF; } }

@media only screen and (min-width: 992px) {
  .page-slideshow #leftBottomCarousel .carousel-inner {
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF; } }

@media only screen and (min-width: 992px) {
  .text-col {
    border-left: 1px solid #FFFFFF; } }

.text-col .text-wrapper {
  background-color: #e7e8ea;
  height: 100%; }
  .text-col .text-wrapper .title {
    color: #000000; }
  .text-col .text-wrapper p,
  .text-col .text-wrapper li {
    color: #797778; }

.gallery a {
  border: 1px solid #FFFFFF; }

a.btn,
button.btn,
input.btn {
  font-family: 'Kenyan Coffee RG';
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-transform: lowercase; }
  a.btn:hover,
  button.btn:hover,
  input.btn:hover {
    color: #DF3E82; }

.products-wrapper a {
  display: block;
  background-color: white;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  border: 2px solid #1B1B1B;
  width: 100px;
  height: 100px; }
  @media only screen and (min-width: 414px) {
    .products-wrapper a {
      width: 150px;
      height: 150px; } }
  @media only screen and (min-width: 576px) {
    .products-wrapper a {
      width: 200px;
      height: 200px; } }
  @media only screen and (min-width: 768px) {
    .products-wrapper a {
      width: 250px;
      height: 250px; } }
  .products-wrapper a:hover {
    border: 2px solid #DF3E82; }
  .products-wrapper a.large {
    width: 100px;
    height: 80px; }
    @media only screen and (min-width: 414px) {
      .products-wrapper a.large {
        width: 150px;
        height: 130px; } }
    @media only screen and (min-width: 576px) {
      .products-wrapper a.large {
        width: 200px;
        height: 180px; } }
    @media only screen and (min-width: 768px) {
      .products-wrapper a.large {
        width: 250px;
        height: 200px; } }
  .products-wrapper a.square {
    width: 70px;
    height: 70px; }
    @media only screen and (min-width: 414px) {
      .products-wrapper a.square {
        width: 100px;
        height: 100px; } }
    @media only screen and (min-width: 576px) {
      .products-wrapper a.square {
        width: 125px;
        height: 125px; } }
    @media only screen and (min-width: 768px) {
      .products-wrapper a.square {
        width: 170px;
        height: 170px; } }
  .products-wrapper a.rect {
    width: 100px;
    height: 50px; }
    @media only screen and (min-width: 414px) {
      .products-wrapper a.rect {
        width: 150px;
        height: 75px; } }
    @media only screen and (min-width: 576px) {
      .products-wrapper a.rect {
        width: 200px;
        height: 100px; } }
    @media only screen and (min-width: 768px) {
      .products-wrapper a.rect {
        width: 250px;
        height: 125px; } }
