
/* 

Styles:		Servant King Presbyterian

origin: 	0.0 — 08/14/25
version: 	1.0 — 08/26/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: #1E3A2B;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}

/* FOREGROUND IMG */

h1 {
  display: none;
}

img {
  height: 20vh;
}

/* TEMP Logo Page */

main { 
	margin: 0 auto; 
	padding: 10rem;
	max-width: 1000px;
}

main img { margin: 0 auto 3rem; }

main h1 {
	color: #9B8645;
	display: block;
	margin-bottom: 1.75rem;
}

main p { 
	color: #fffff9;
	font: 100 1.25em/1.75em Georgia, serif;
	margin-bottom: 1.75rem;
}

main p a {
 	color: #9B8645;
}

main p a:hover {
 	color: #fffff9;
}

main hr { margin-bottom: 1.75rem }

main small {
 	color: #fffff9;
	font: 400 1em/1.25em -apple-system, BlinkMacSystemFont, sans-serif;
}


@media (min-width: 1px) and (max-width: 800px) {
 
 main { 
	margin: 0 auto; 
	padding: 5vw;
	max-width: 100%;
}

main p { 
	color: #fffff9;
	font: 100 1em/1.5em Georgia, serif;
	margin-bottom: 1.5rem;
 }

main small {
	font: 400 .85em/1.15em -apple-system, BlinkMacSystemFont, sans-serif;
}

}

