@charset "utf-8";
/**
 * @note Stylesheet for Global Building Materials A-Z Therm Ltd
 *
 * @author     atlana // alexander tumler
 * @link       https://www.global-building-materials.com
 * @copyright  Global Building Materials A-Z Therm Ltd
 * @developer  Copyright 2025, atlana // alexander tumler
 */

html, body {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	color: #333;
	font-size: .9em;
	line-height: 1.5;
}

body {
	background-color: #fff;
	background-image: url(../media/bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

a {
	display: inline;
	color: #000;
	text-decoration: none;
	text-decoration-color: #000;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	touch-action: manipulation;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #000;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

address {
	position: absolute;
	left: 50%;
	bottom: 1em;
	transform: translateX(-50%);
	white-space: nowrap;
	padding: 1.5em;
	background-color: rgba(255, 255, 255, .7);
	-webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
	-moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .5);
	border-radius: 1.5em;
}

@media (min-width: 576px) {
	html, body {
		font-size: 1em;
		line-height: 1.75;
	}

	address {
		right: 1.5em;
		bottom: 1.5em;
		left: unset;
		transform: translateX(0);
	}

	address strong {
		text-transform: uppercase;
	}
}

@media (min-width: 768px) {
	html, body {
		font-size: 1em;
	}

	address {
		right: 2em;
		bottom: 1.25em;
	}
}

@media (min-width: 992px) {
	html, body {
		font-size: 1.1em;
		line-height: 2;
	}

	address {
		right: 3em;
		bottom: 2.25em;
		padding: 2em;
	}
}