/*
Theme Name: Quality blue
Theme URI: https://webriti.com/quality-blue-child-version-details-page/
Author: webriti
Author URI: https://www.webriti.com
Description: A Business theme which is ideal for creating a corporate or business website. Quality Blue is a colored-variation child theme of Quality. Quality Blue comes with various locales.
Template: quality
Tags: full-width-template, threaded-comments, custom-menu, two-columns, translation-ready, sticky-post, blog, footer-widgets, featured-images, right-sidebar, left-sidebar
Version: 1.6.3
Requires at least: 4.7
Tested up to: 5.6
Requires PHP: 5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  quality-blue
*/


/* 
 * Below is custom css by Litao */
a.navbar-brand>img {
	height: 100px;
	width: 380px;
}

#slider-carousel #post-138 {
  /* limit height of xray image (hero) */
  height: 40rem;
}

.slider-caption {
  /* center hero text  */
  text-align: center;
/*   transform: translate(-50%, -50%);
  left:50% */
	/* note additional changes in the parent css */
}

.slider-caption > h2 {
  /* first row of hero text */
  color: white;
  font-weight: normal;
  font-size: 3rem;
}

.slider-caption > div > span {
  /* second row of hero text */
  background-color: rgba(49, 163, 221, 0.7);
  color: #FFFFFF;
  text-shadow: 0 3px 2px rgb(0 0 0 / 90%);
  font-size: 55px;
} 

/* .slider-caption > p {
  /* Third row of hero text */
  font-size: 3rem !important;
  line-height:normal;
} */