/* 
Theme Name:		 Toocheke Child
Theme URI:		 https://www.toocheke.com/
Description:	 Toocheke Child is a child theme of Toocheke
Author:			 LeeToo
Author URI:		 https://leetoo.net/
Template:		 toocheke
Version:		 1.0.0
Text Domain:	 toocheke-child
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Write here your own personal stylesheet */

.jumbotron {
	width: 100%;
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	background-size: contain;
	border-radius: 0;
	margin-top: 45px;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.jumbotron-img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 800px;
	visibility: hidden;
}