
/* 

Styles:		Meander

origin: 	1.0 — 07/15/25
version: 	1.1 — 07/15/25 Update
author: 	Joshua Blankenship
email: 		joshua@blankenship.xyz
website: 	http://blankenship.xyz
          

/* FOUNDATION */

*, html, div, span, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, img, figure, figcaption,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;	
  	margin: 0;
	padding: 0;
	outline: none;
	}


/* BACKGROUND IMG */

html { 
  background: url(@images/meander.back.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* FOREGROUND IMG */

h1 {
  background: url(@images/meander.logo.svg) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: auto;
  mix-blend-mode: screen;
	text-indent: -999999px;
  width: 75vw;
}


/* TINY */

	@media (min-width: 1px) and (max-width: 800px) {

		h1 {
  		background: url(@images/meander.logo.svg) no-repeat center center;
			height: 60vh;
			margin: 20vh auto;
			width: 100vw;
		}
	}
