/*
    Theme Name: ComfortDicksonPortfolio
    Theme URI: http://rainbowit.net/themes/inbio/
    Template: inbio
    Description:  Smart, Powerful, and Unlimited Customizable WordPress Theme for any type of Personal Website.
    Author: Rainbow-Themes
    Author URI: https://themeforest.net/user/rainbow-themes/portfolio
    Version: 1.1.0
    License: Envato Marketplaces Split License
    License URI: https://themeforest.net/licenses/standard
    Text Domain: inbio-child
    Tags: responsive, rtl-language-support, blog, portfolio, resume, vcard, custom-colors, live-editor
*/
/* 
#portfolio, #resume, #clients, #pricing, { 
    display: none !important; 
} */

html {
  scroll-behavior: smooth;
}

/* Center featured images on single posts */
.rainbow-single-post .post-thumbnail {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto 2rem !important;
  width: 100% !important;
  padding: 0 !important;
}

.rainbow-single-post .post-thumbnail img {
  margin: 0 auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
