/* Quests
--------------------------------------------- */

/* TOC
	3. Quests
		3.1. Index
*/

/* 3. Quests
------------------------------------------------ */

/* 3.1. Quests > Index
------------------------------------------------ */

#quests_index_c header {
	background: transparent url('/img/quests/header_bg.jpg') no-repeat 0 0 / cover;
}

#quests_index_c section.our_process {
	padding: 45px 0;
	position: relative;
}

#quests_index_c section.our_process div.arrow_down {
	display: none;
}

#quests_index_c section.our_process div.max_width_c {
	position: relative;
}

#quests_index_c section.our_process h2 {
	color: #af3e21;
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0 45px;
	text-transform: uppercase;
}

#quests_index_c section.our_process #process_c {
	position: relative;
}

#quests_index_c section.our_process #process_c #process_graphic_c {
	align-items: center;
	background: transparent url('/img/quests/quest.svg') no-repeat center center / contain;
	display: flex;
	height: 100vw;
	justify-content: center;
	width: 100%;
}

#quests_index_c section.our_process #process_c #process_graphic_c div {
	background: transparent url('/img/quests/key.svg') no-repeat center center / 6% auto;
	height: 100vw;
	width: 100%;
}

#quests_index_c section.our_process #process_c.touched #process_graphic_c {
	opacity: 0.3;
}

#quests_index_c section.our_process #process_c.touched #process_graphic_c div {
	display: none;
}

#quests_index_c section.our_process #process_c #message {
	align-items: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	height: 100vw;
	left: 0;
	padding: 0 25%;
	position: absolute;
	top: 0;
	width: 100%;
}

#quests_index_c section.our_process #process_c.touched #message{
	display: flex;
}

#quests_index_c section.our_process #process_c #message h3 {
	color: #a7341c;
	font-family: 'Lobster Two', cursive;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: italic;
	margin: 0;
	text-align: center;
}

#quests_index_c section.our_process #process_c #message p {
	color: #a7341c;
	font-family: "FFDINWebLight", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
}

#quests_index_c section.subfooter div.subfooter_left {
	background: transparent url('/img/quests/bot_callout_bg.jpg') no-repeat center top 25% / cover;
}

#quests_index_c section.subfooter div.subfooter_right div.icons div:nth-child(1) {
	background: transparent url('/img/quests/bot_callout_1_bulb.svg') no-repeat left center / contain;
}

#quests_index_c section.subfooter div.subfooter_right div.icons div:nth-child(2) {
	background: transparent url('/img/quests/bot_callout_2_design.svg') no-repeat center center / contain;
}

#quests_index_c section.subfooter div.subfooter_right div.icons div:nth-child(3) {
	background: transparent url('/img/quests/bot_callout_3_code.svg') no-repeat right center / contain;
}

@media (min-width: 768px) {
	#quests_index_c header {
		background: transparent url('/img/quests/header_bg.jpg') no-repeat center 0 / cover;
	}

	#quests_index_c section.our_process div.arrow_down {
		border-bottom: none;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		bottom: -20px;
		display: block;
		height: 0;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 0;
		z-index: 99;
	}

	#quests_index_c section.our_process div.max_width_c {
		margin: 0 auto;
		max-width: 1000px;
	}

	#quests_index_c section.our_process h2 {
		font-size: 3.6rem;
	}

	#quests_index_c section.our_process #process_c #process_graphic_c {
		height: 820px;
	}

	#quests_index_c section.our_process #process_c:hover #process_graphic_c {
		opacity: 0.3;
	}

	#quests_index_c section.our_process #process_c #process_graphic_c div {
		background: transparent url('/img/quests/key.svg') no-repeat center center / 44px auto;
		height: 820px;
	}

	#quests_index_c section.our_process #process_c:hover #process_graphic_c div {
		display: none;
	}

	#quests_index_c section.our_process #process_c #message {
		height: 820px;
		padding: 0 33%;
	}

	#quests_index_c section.our_process #process_c:hover #message {
		display: flex;
	}

	#quests_index_c section.our_process #process_c #message h3 {
		font-size: 3.0rem;
	}

	#quests_index_c section.our_process #process_c #message p {
		font-size: 2.2rem;
	}

	#quests_index_c section.subfooter div.subfooter_left_c div {
		background: transparent url('/img/quests/bot_callout_bg.jpg') no-repeat center top 20% / cover;
	}
}
