/* 
 This CSS file allows the user to add custom CSS to the website.
 It is the last CSS file included in the page before  closing tag.
 */

 h2{
    font-size: 1.5rem;
 }
 nav .logo{
    width: 200px;
    height: auto;
    margin-bottom: 10px;
 }

  .bg-gradient{
    background: linear-gradient(135deg, #E2EBC0, #e6e4fc) !important;
  }
  .bg-gradient-2{
    background: linear-gradient(135deg, #e6e4fc,#fff0e6) !important;
  }
  .bg-gradient-3{
    background: linear-gradient(135deg, #fff0e6, #e6e4fc) !important;
  }

  .img-featured {
    width: 25%;
    height: auto;
}