.font-poppins {
    font-family: 'Poppins', 'Helvetica', sans-serif;
}

.font-oswald {
    font-family: 'Oswald', Impact, 'Franklin Gothic', sans-serif;
}

.font-lora {
    font-family:'Lora', Times New Roman, Times, serif;
}

/* gradient text */
.text-gradient {
    background: -webkit-linear-gradient(45deg, #ffa880, #be3d62);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .cat {
    font-family: "Lora", Times New Roman, Times, serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
  }
  @media (min-width: 992px) {
    .cat {
      border-right: 1px solid black;
      padding-right: 10px;
      margin-right: 10px;
    }
  }
  .cat .text-white {
    border-right: 1px solid white !important;
  }
  
  .cat-preview {
    font-family: "Lora", Times New Roman, Times, serif;
    font-size: 16px;
    line-height: 25px;
  }
  
  .subcat {
    margin-top: -18px;
    position: relative;
  }
  
  .badge {
    box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.5);
    height: 27px;
    width: auto;
    background-color: #ffffff;
    color: #383838;
    font-family: "Oswald", Impact, "Franklin Gothic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.36px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 2px;
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
  }
  .badge:hover {
    box-shadow: 0px 2px 6px 1px rgba(129, 129, 129, 0.9);
    cursor: pointer;
  }
  
  .author {
    color: #888888;
    font-family: "Lora", Times New Roman, Times, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
  }
  
  .caption-overlay {
    position: absolute;
    bottom: 0%;
    width: 95%;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .view-all {
    font-family: "Oswald", Impact, "Franklin Gothic", sans-serif;
    font-size: 14px;
  }
  
  .lead {
    line-height: 1.5;
  }
  
  .text-body a {
    color: black;
    text-decoration: underline;
    text-underline-position: below;
    text-decoration-color: #CC1641;
    transition: 0.15s filter linear, 0.15s -webkit-filter linear;
  }
  
  .text-body a:hover {
    color: #CC1641;
    text-decoration: none;
  }
  
  .text-teal {
    color: #2E9598;
  }
  
  .text-yellow {
    color: #F5CA69;
  }
  
  .text-orange {
    color: #E86541;
  }
  
  .text-purple {
    color: #732EB3;
  }
  
  .text-fuchsia {
    color: #A8216B;
  }
  
  .text-blue {
    color: #2E7398;
  }
  
  .text-green {
    color: #55851E;
  }
  
  .text-grey-lt {
    color: #E6E6E6;
  }
  
  .text-grey-md {
    color: #888888;
  }
  
  .text-grey-dk {
    color: #383838;
  }
  
  .text-black {
    color: #000000;
  }
  
  .text-brand, .btn-link {
    color: #CC1641 !important;
  }
  
  .text-brand .text-brand:hover, .text-brand .btn-link:hover, .btn-link .text-brand:hover, .btn-link .btn-link:hover {
    color: #CC1641 !important;
    text-decoration: underline;
  }
  
  .subheader {
    background-color: grey;
  }
  
  .bg-connect {
    background-color: #2E9598;
    color: #ffffff;
  }
  
  .bg-enjoy {
    background-color: #F5CA69;
    color: #000000;
  }
  
  .bg-save {
    background-color: #E86541;
    color: #fff;
  }
  
  .bg-borrow {
    background-color: #732EB3;
    color: #ffffff;
  }
  
  .bg-invest {
    background-color: #A8216B;
    color: #fff;
  }
  
  .bg-protect {
    background-color: #2E7398;
    color: #ffffff;
  }
  
  .bg-earn {
    background-color: #55851E;
    color: #ffffff;
  }
  
  .bg-hover-connect:hover {
    background-color: #2E9598;
    color: #ffffff;
  }
  
  .bg-hover-enjoy:hover {
    background-color: #F5CA69;
    color: #000000;
  }
  
  .bg-hover-save:hover {
    background-color: #E86541;
    color: #fff;
  }
  
  .bg-hover-borrow:hover {
    background-color: #732EB3;
    color: #ffffff;
  }
  
  .bg-hover-invest:hover {
    background-color: #A8216B;
    color: #fff;
  }
  
  .bg-hover-protect:hover {
    background-color: #2E7398;
    color: #ffffff;
  }
  
  .bg-hover-earn:hover {
    background-color: #55851E;
    color: #ffffff;
  }
  
  .text-connect {
    color: #2E9598;
  }
  
  .text-enjoy {
    color: #F5CA69;
  }
  
  .text-save {
    color: #E86541;
  }
  
  .text-borrow {
    color: #732EB3;
  }
  
  .text-invest {
    color: #A8216B;
  }
  
  .text-protect {
    color: #2E7398;
  }
  
  .text-earn {
    color: #55851E;
  }
  
  a {
    color: inherit;
  }
  
  a h2, a a h2:hover, a h2 a:hover {
    color: #000000;
  }
  
  a .text-white:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .line-height-1_3 {
    line-height: 1.3;
  }
  
  /* font-weights */
  .font-weight-500 {
    font-weight: 500;
  }
  
  .font-weight-600 {
    font-weight: 600;
  }
  
  /* font size classes */
  .font-size-12 {
    font-size: 12px !important;
  }
  
  .font-size-14 {
    font-size: 14px !important;
  }
  
  .font-size-16 {
    font-size: 16px !important;
  }
  
  .font-size-18 {
    font-size: 18px !important;
  }
  
  .font-size-20 {
    font-size: 20px !important;
  }
  
  .font-size-22 {
    font-size: 22px !important;
  }
  
  .font-size-24 {
    font-size: 24px !important;
  }
  
  .font-size-28 {
    font-size: 28px !important;
  }
  
  .font-size-32 {
    font-size: 32px !important;
  }
  
  .font-size-36 {
    font-size: 36px !important;
  }
  
  .font-size-40 {
    font-size: 40px !important;
  }
  
  .font-size-42 {
    font-size: 42px !important;
  }
  
  @media (min-width: 768px) {
    .font-size-md-12 {
      font-size: 12px !important;
    }
  
    .font-size-md-14 {
      font-size: 14px !important;
    }
  
    .font-size-md-16 {
      font-size: 16px !important;
    }
  
    .font-size-md-18 {
      font-size: 18px !important;
    }
  
    .font-size-md-20 {
      font-size: 20px !important;
    }
  
    .font-size-md-22 {
      font-size: 22px !important;
    }
  
    .font-size-md-24 {
      font-size: 24px !important;
    }
  
    .font-size-md-28 {
      font-size: 28px !important;
    }
  
    .font-size-md-32 {
      font-size: 32px !important;
    }
  
    .font-size-md-36 {
      font-size: 36px !important;
    }
  
    .font-size-md-40 {
      font-size: 40px !important;
    }
  
    .font-size-md-42 {
      font-size: 42px !important;
    }
  
    #article p {
      font-size: 16px;
    }
  }
  /* blockquotes &  */
  blockquote {
    font-family: "Oswald", Impact, "Franklin Gothic", sans-serif;
    padding-top: 1rem !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    margin-left: 28px;
    float: right !important;
    border-top: 1px solid #343a40 !important;
    border-bottom: 1px solid #343a40 !important;
  }

@media (min-width: 768px){
blockquote {
    width: 30%;
}
}
  blockquote p {
    font-size: 1.2em !important;
    line-height: 1.5em !important;
    margin-bottom: 1em !important;
  }