/* CSS by Meanwhile Solutions 2023 */

	@font-face {
			font-family: "SpecialMW";
			src: url('font/LeagueSpartan-VariableFont_wght.ttf') format("truetype");
		}
	@font-face {
			font-family: "SpecialMW2";
			src: url('font/Jost-VariableFont_wght.ttf') format("truetype");
		}
		
	* {
			margin: 0;
			padding: 0;
		}

	html {
			font-family:sans-serif;
			-ms-text-size-adjust:100%;
			-webkit-text-size-adjust:100%
		}

	 body {
            background-image: url('../images/mt_bg.jpg');
            background-repeat: no-repeat;
            background-size: cover;
			background-position: center;
			overflow: hidden;
        }

	.page-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

	.bodyheadline {
			position: relative;
			top: 40%;
			font-family: "SpecialMW";
			font-size: 68px;
			font-weight: 500;
			font-style: normal;
			text-transform: none;
			line-height: 1em;
			letter-spacing: .00001em;
			color: #fff;
		}

	.bodytext {
			position: relative;
			top: 41%;
			font-family: "SpecialMW";
			font-size: 25px;
			font-weight: 400;
			font-style: normal;
			text-transform: none;
			line-height: 1.3em;
			letter-spacing: .5px;
			color: #fff;
		}

	@media only screen and (min-device-width: 375px) and (max-device-width: 1085px) and (orientation: portrait) { 
	.bodyheadline {
			font-size: 200px;
			top: 33%;
		}
	.bodytext {
			font-size: 40px;
			top: 34%;
		}
		}

	a:link {
			color: white;
			background-color: transparent;
			text-decoration: none;
			letter-spacing: .08em;
			font-family: "SpecialMW2";
		}

	a:visited {
			color: white;
			background-color: transparent;
			text-decoration: none;
			letter-spacing: .08em;
			font-family: "SpecialMW2";
		}

	a:hover {
			color: white;
			background-color: transparent;
			text-decoration: underline;
			letter-spacing: .08em;
			font-family: "SpecialMW2";
		}

	a:active {
			color: white;
			background-color: transparent;
			text-decoration: none;
			letter-spacing: .08em;
			font-family: "SpecialMW2";
		}