@charset "utf-8";
/**
 * Wunderhaar CSS
 *
 * Theme Name:     Wunderhaar
 * Version:        1.0
 * Date:           1. January 1970
 * Author:         Heading North
 * Author URI:     https://www.headingnorth.at
 */

/* ==========================================================================
Base
========================================================================== */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	min-height: 100%;
	text-align: left;
	overflow: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, html a {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004);
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Mukta Vaani', sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #000;
	background: #fff;
	text-shadow: 0 0 30px rgba(255, 255, 255, 1);
}

a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	border-color: #000;
}

h1 {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: .4rem;
}

h2 {
	font-weight: 400;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	top: 0;
	left: 0;
}

.text-divider {
	display: none;
}

.no-wrap {
	white-space: nowrap;
}

/* ==========================================================================
Layout
========================================================================== */
.center {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/tools.jpg) bottom center no-repeat;
	background-size: cover;
}

.site-header {
	margin-bottom: 60px;
}

/* ==========================================================================
Modules
========================================================================== */
.logo {
	height: auto;
	max-width: 140px;
	margin-bottom: 70px;
}

.icon {
	height: auto;
	max-width: 25px;
}

/* ==========================================================================
Responsive
========================================================================== */
@media screen and (min-width: 900px) {
	html {
		font-size: 120%;
	}

	body {
		font-size: 1.3rem;
	}

	.text-divider {
		display: inline-block;
		padding: 0 10px;
	}

	.site-header {
		padding-top: 10%;
	}

	.logo {
		max-width: 180px;
	}

	a {
		display: inline-block;
	}

	h1 {
		font-size: 2.2rem;
	}
}
