 /*
Theme Name: Rekaris Theme
Author: Efront
Author URI: http://efront.com.au/
Description: Rekaris Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body.error404 {
	padding-bottom: 0px;
}

body.error404 main {
	position: static;
	height: 100vh;
}

body.error404 main h1 {
	position: static;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.error404 main h1, body.error404 main a {
	color: #1bb46f;
}