
#homeHero {
	background-position: center;
	background-size: cover;
	min-height:15vh;
	/*background-image: url('/IsraelBonds/media/backgrounds/iStock-1077741064@2x.jpg');*/
}
@media screen and (min-width: 768px){
	#homeHero {
		background-image: url('/_home23/_banner_2024_06_desktop_v2.jpg');
	}
}
@media screen and (max-width: 767.99px){
	#homeHero {
		background-image: url('/_home23/_banner_2024_06_mobile_v2.jpg');
	}
}

/*@media screen and (min-width: 768px){
	#homeHero {
		background-image: url('/IsraelBonds/media/backgrounds/Hanukkah-Header.png');
	}
}
@media screen and (max-width: 767.99px){
	#homeHero {
		background-image: url('/IsraelBonds/media/backgrounds/Hanukkah-header-Mobile.png');
	}
}*/

/*#homeHero .row {
	background-color:transparent;
	justify-content: center;
}*/

#homeHero .button {max-width: 100%;}

.video-wrap {
	margin: 0 auto;
	position:relative;
	/*padding-bottom: 56vh;*/
	aspect-ratio:16/9;
}

.video-wrap > iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:none;
	width: 100%;
	height: 100%;
}


#intro h1 {font-size: 3rem;}

#intro h1,
#intro h3 {
	font-family: 'Gill Sans',sans-serif;
	color: #00a9e6;
	text-transform: uppercase;
	text-align:center;
	font-weight: 500;
}

#HomeActions span {
	display: block;
	font-family: 'Gill Sans',sans-serif;
	color: #00a9e6;
	text-align:center;
	font-weight: 500;
	font-size:1.5rem;
}

#HomeActions a > img {
	transition: 0.2s all;
}
#HomeActions a:hover > img {
	transform: translateY(-0.5rem);
}

#HomeFooter {
	background-color: #606060;
}

#HomeFooter a.button {font-size: 1.35rem;}

@media screen and (max-width: 767px) {
	
	#homeHero .button {
		box-shadow: none;font-size:1.5rem;
	}
	#homeHero .button.button-white {
		border-color: #EAE7E7;
		background-color: #EAE7E7;
		color: #696969;
	}
	
}

#homeHero h1.message {
    font-size:max(6vmin,40px);
    line-height:1.1;
	text-align:center;
    /*
	font-family: 'Gill Sans',sans-serif;
    font-weight:500;
    color: black;
	text-shadow: 0 3px 8px #A6ADC0;
	*/
	font-family: "canada-type-gibson";
	color: white;
	font-weight:600;
}

#homeHero h1.message .small {font-size: 80%;}
#homeHero h1.message .gold {color: #f6d44b;}
#homeHero h1.message .normal {font-weight: 400;}
/*
@media screen and (min-width: 768px){
	#homeHero {
		background-image: url('/_home23/_passover24.jpg');
		background-position: 65% 50%;
	}
	#homeHero .is-mobile {display:none!important;}
	
	#homeHero h1.message {
		font-family: "canada-type-gibson";
		color: white;
		font-weight:600;
		text-shadow: none;
	}
}

@media screen and (max-width: 767.99px){
	#homeHero .is-desktop {display:none!important;}

}

#homeHero h1.message .passover {
	font-size: 80%;
	color: #f6d44b;
}*/

.the-home-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.the-home-buttons a {
    padding: 0.5rem 1.5rem;
}

#HomeMain, #HomeMain h1, #HomeMain h2, #HomeMain h3, #HomeMain h4, #HomeMain h5, #HomeMain h6, #HomeMain p {
    font-family:'Gill Sans',sans-serif;
}

.home-box {
    border: 0.5vmin solid #00A9E6;
    color: #333;
    font-size:1.25em;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.home-box > * {
    min-width:10%;
}