/* --------------------------------------------------------------------------------------------------------------------- */
/* MAIN NAVIGATION */
/* --------------------------------------------------------------------------------------------------------------------- */

@font-face
{
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?d8kjfa');
	src: url('fonts/icomoon.eot?d8kjfa#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?d8kjfa') format('truetype'),
		url('fonts/icomoon.woff?d8kjfa') format('woff'),
		url('fonts/icomoon.svg?d8kjfa#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

#main_navigation
{
	margin-top: 1rem;
	margin-bottom: 1rem;
	height: auto;
	overflow: hidden;
	background-image: url(../img/header/18.png);
}

#main_navigation a
{
	padding: 1rem 0.5rem;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1rem;
	text-shadow: #111111 1px 1px 5px;
}

a#nav_home, a#nav_menu
{
	font-family: 'icomoon';
}

a#nav_home:before
{
	content: "\e900";
}

a#nav_menu
{
	display: none;
}

a#nav_menu:before
{
	content: none;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* SUBNAVIGATION */
/* --------------------------------------------------------------------------------------------------------------------- */

#subnav
{
	font-size: 1.2rem;
	text-align: center;
	line-height: 4rem;
	background-color: #303030;
	grid-area: subnav;
	color: #FFF;
	background-position: bottom;
	margin-bottom: 1rem;
	height: auto;
	background-size: cover;
	background-image: url(../img/background/11.png);
}

#subnav a,
#subnav span
{
	padding: 5px;
	color: #FFF;
	font-size: 1rem;
	line-height: 1rem;
	text-shadow: #111111 1px 1px 5px;
}

#subnav span
{
	font-weight: 900;
	color: #FFF;
}

#steps
{
	margin-top: 10px;
	text-align: center;
	background-color: #ffef9a;
	grid-area: subnav;
	color: #FFF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0;
	gap: 1rem;
}

#steps a.step
{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	align-items: center;
}

#steps a.step div.number
{
	display: block;
	color: #FFF;
	line-height: 60px;
	font-size: 24px;
	border-radius: 10px;
	background: #369;
	width: 60px;
	height: 60px;
	border: 1px solid #58B;
}

#steps a.step span
{
	text-decoration: underline;
}

#steps div.arrow
{
	color: #58B;
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;
	display: flex;
	align-self: start;
	margin-top: 15px;
}

#steps .break 
{
	flex-basis: 100%;
	height: 0;
}
