.breadcrumbs {
	display: none;
}

main.content {
    max-width: 1200px;
    margin: auto;
}

.steps-container{
	display: block;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

.steps-container .steps{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 40px;
}

.steps-container .steps img{
	max-width: 300px;
	margin: auto;
}

.steps-container .steps .instructions{
	padding: 1em;
}

.page-landing a {
	color: #428bca; 
}

.steps-title {
    background-color: #ddd;
    display: block;
    padding: 40px;
    margin: 30px 0 -30px 0;
    text-align: center;
    width: 100%;
}

.step-item h2 {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.steps-title h1 {
    font-weight: 700;
}

.step-final {
    padding: 40px;
    width: 100%;
    text-align: center;
    display: block;
}

.step-final h2, .step-final h3 {
    font-size: 32px;
}

.step-02 .steps,
.step-04 .steps {
    width: 100%;
    background-color: #ddd;
}