/*
*	JackWolfgang.com Home Style
*	Authored by:	Jack L. Wolfgang II
					https://JackWolfgang.com
*/

@import url('./prototype.css');

@supports (grid-auto-rows: 25px)
{
	div.get-new-browser 
	{
		display:		none;
	}
}

div.get-new-browser p.disclaimer {
    font-style:         italic;
    font-size:          1.2em;
}

/*  Header Styles                                                           */

header {
	background-color:	#ffffff;
}

header div.hdr-background {
	background-color:   #333333;
	display:			block;
	height:				auto;
	max-height:			480px;
	width:				100%;
}

header picture#siteTitle
{
	height:				100px;
	width:				625px;
}


header picture#siteTitle source, 
header picture#siteTitle img
{
	background-color:	rgba(255, 255, 255, 0.35);
	height:				auto;
	width:				auto;
}

header div.hdr-content
{
	height:				auto;
	overflow-x: 		hidden;
	overflow-y:         visible;    
	width:				100%;
}


header picture#hdrBackground source, 
header picture#hdrBackground img 
{
	height:				auto;
	width:				100%;
	z-index:            -5;
}

header h1
{
	bottom:				100px;  		
	position:			relative;
}