@charset "utf-8";
/* How it Works CSS YellowFishTransfers */


/*--- DIVS ---*/
/* Header */
#bg-main {
	background-image: url(../img/bg-howitworks.jpg);
	background-position: bottom;
	background-size: cover;
	position: relative;
	height: 420px;
}
@media (min-width: 992px) {
	#bg-main {background-image: url(../img/bg-howitworks@2x.jpg)}
}

/* Section Page-Title */
#page-title {position: absolute}
#page-title h1 {font-size: 160%}
#page-title h2 {font-size: 110%}

/* Section How */
#how h3 {font-size: 130%}
#how .card {
	border-bottom: 8px solid #FEE00D;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	z-index: 80;
}
#how .card img {
	width: auto;
	max-height: 125px;
}
#how .card p {
	font-size: 80%
}
#yf-btn-group {
	background: #00406E;
	margin: 0 0 -90px;
	padding: 150px 0 60px;
	position: relative;
	top: -120px;
	z-index: 10;
}
