/*Wrapping element for Sticky-Footer*/
html {
  	min-height: 100%;
  	position: relative;
}
body {
  	/* Margin bottom by footer height */
  	margin-bottom: 60px;
}

/*404 Error Page V3
------------------------------------*/
.error-v3 {
	text-align: center;	
}

.error-v3 h2 {
	color: #03006A;	
	font-size: 44px;
	line-height: 70px;
	padding-bottom: 10px;
    font-weight: 700;
}

.error-v3 p {
	color: #eee;
	font-size: 27px;
	margin-bottom: 50px;
}

/*Sticky-Footer
------------------------------------*/
.sticky-footer {
/*  	position: absolute;*/
  	bottom: 0;
  	width: 20%;
  	padding: 20px;
  	/* Set the fixed height of the footer here */
  	height: 60px;
}

.sticky-footer .copyright-space {
	color: #03006A;
	text-align: center;
    background: rgba(255, 255, 255, 0.50);
}