﻿/*
Theme Name: Netsted Hosting
Theme URI: https://netsted.co.za
Description: Netsted under construction theme.
Author: Netsted
Author URI: https://netsted.co.za
Version: 1.1.1
*/

html,
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #1a1a1a;
	margin: 0;
	padding: 0;
	min-height: 100vh;
}

.bloc-logo {
	margin: auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	height: 274px;
	width: 250px;
}

.bloc-logo canvas,
.bloc-logo .logo-mask {
	display: block;
	width: 250px;
	height: 274px;
}

.bloc-logo .logo-mask {
	position: absolute;
	top: 0;
	left: 0;
	background-size: 250px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
