 @charset "UTF-8";
  /*
  Theme Name: SyriCapitalPartners v1.0 (bootsrap 5)
  Theme URI: https://wordpress.org/themes/twentynineteen/
  Author: Armend Latifi
  Author URI: https://wordpress.org/
  Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
  Requires at least: 4.9.6
  Requires PHP: 5.2.4
  Version: 1.9
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: twentynineteen
  Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
  */

@font-face {
    font-family: 'NeueMontrealLight';
    src: url('fonts/NeueMontreal-Light.otf') format('opentype');
}

@font-face {
    font-family: 'NeueMontrealRegular';
    src: url('fonts/NeueMontreal-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'NeueMontrealMedium';
    src: url('fonts/NeueMontreal-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'NeueMontrealBold';
    src: url('fonts/NeueMontreal-Bold.otf') format('opentype');
}






.f-neue-bold{
   font-family: "NeueMontrealBold";
}
.f-neue-reg{
   font-family: "NeueMontrealRegular";
}
.f-neue-med{
   font-family: "NeueMontrealMedium";
}

 .blog-list{
    background: #F8FAFF;
    padding: 15px;
    border-radius: 15px;
    margin: 15px;
 }

 a{
    color: #0065FF;
    text-decoration: none;
    font-weight: bold;
 }

 .breadcrumb li{margin-right: 10px}
 .breadcrumb li:not(:last-child)::after {
  content: "/";
  padding-left: 10px;
}

.post-date{
   color: #97989F;
   font-size: 16px;
}

.img-wrapper-rounded img{
   border-radius: 50px;
}



@media (min-width: 824px) {
  .card-img-top{
      max-height: 270px;
      overflow: hidden;
   }
}

