.content.error { 
	text-align: center; 
	padding-top: 30px; 
}
.content.error h1 { 
	color: #f7a11a; 
	font-size: 130px; 
	font-family: 'Montserrat', sans-serif;
	font-weight: bold; 
	margin: 0; 
	padding: 0; 
}
.content.error h3 { 
	font-size: 32px; 
	color: #5f6062; 
	font-family: 'Montserrat', sans-serif;
	font-weight: bold; 
	margin: 0; 
	padding: 0;
} 
.content.error h3 span { 
	font-weight: 300; 
	font-size: 24px; 
}
.content.error a { 
	display: inline-block; 
	margin-top: 30px; 
	border-radius: 6px; 
	background: #f7a11a; 
	color: #fff; 
	transition: all 0.3s ease-in-out; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 600; 
	letter-spacing: 1px; 
	padding: 14px 20px }
.content.error a:hover, .content.error a:focus { 
	background: #cf8512; 
}

@media (max-width: 767px) {
	.content.error h1 { 
		color: #f7a11a; 
		font-size: 100px; 
		margin: 0; 
		padding: 0; 
	}
	.content.error h3 { 
		font-size: 28px; 
		color: #5f6062; 
		margin: 0; 
		padding: 0;
	} 
	.content.error h3 span { 
		font-weight: 300; 
		font-size: 20px; 
	}
	.content.error a { 
		font-size: 14px; 
	}
}
