/*// nether-onescript //
@date 2018-07-30 20:22:28
@files [
    "src\/main.css"
]
//*/

/*/////////////////////////////////////////////////////////////////////////
// src/main.css /////////////////////////////////////////////////////////*/

/* primary local styles */

.Promo > header
{ background-image: url(/themes/local/gfx/logo-big-trans.png); background-size: contain; background-repeat: no-repeat; background-color: #000; }

body > footer
{ padding: 32px 0px 30px 0px; }

h1
{ text-transform: uppercase; }

#TheHomeGraphic
{ max-width: 500px; }

@media(max-width:600px) {
	#TheHomeGraphic
	{ max-width: 320px; }
}

