@import '/global/styles/subsite.css';

header
{
	background-image:url('../images/bg-header.jpg');
	overflow: auto;
}

main
{
	color: #565656;
}

.title
{
	text-align: center;
}

.title img
{
	margin: 30px 0 20px 0;
}

.heading
{
	margin-bottom: 60px;
}

h1
{
	font-size: 4em;
	text-transform: uppercase;
	padding-top: 1em;
}

@media (max-width: 600px) 
{
	h1
	{
		font-size: 2.6em;
	}
}

h2
{
	font-size: 1.8em;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}

h3
{
	font-weight: bold;
	font-size: 2em;
	margin: 0 0 1em 0;
}

h4
{
	font-size: 1.8em;
	font-weight: 100;
	margin-bottom: 0.5em;
}

.question
{
	max-width: 700px;
	margin-bottom: 40px;
}

.question p
{
	margin-bottom: 8px;
}

ol
{
	margin: 0;
	padding: 0;
    list-style: none;
    counter-reset: listNumbering;
}

ol li:before 
{
    content: counter(listNumbering,decimal-leading-zero);
    font-size: 1em;
    font-weight: bold;
    position: absolute;
    top: 0.5em;
    left: 0;

	font-weight: bold;
	padding-left: 5px;
	background-color: #ffc02a;
	color: white;
	padding: 2px 6px;
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;	
}

ol li
{
    counter-increment: listNumbering;
	margin: 0 0 0 0;
	padding: 0 0 0 3em;
	position: relative;
}
