
/* 

Styles:		Greenlit

origin: 	1.0 — 09/22/25
version: 	1.1 — 09/22/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: #41896E;
 }


/* FOREGROUND IMG */

h1 {
  background: url(@images/greenlithouse.logo.svg) no-repeat center center;
  background-size: contain;
  height: 100vh;
  width: 100%;
  text-indent: -9999px;
  margin: 0;
}