/*
 Theme Name:   Rainbow Child Theme
 Description:  Project Rainbow Child Theme
 Author:       Bluecorona
 Author URI:   https://bluecorona.com;
 Template:     bluecorona-theme
 Version:      1.1.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  rainbow-child
*/
.branding_logos{
	width: 250px;
	left: 5%;
	top: 0px;
  position: absolute;
}

@media (max-width: 991px) {
	.branding_logos{
		top:0px;
		left: 50%;
		transform: translateX(-50%);
}
}