/*
---
CSS Style for Pinstripe website.
http://pinstripe.digital/
---
*/

html, body{height: 100%;
	background-image: none;
	}

body{font-size:100%;
    background-color: #3e4f5a;
	color: #fc0;
}

body{font-family: darkmode-on,sans-serif;
font-weight: 300;
font-style: normal;}

/*
---
STRUCTURE 
--- 
*/

.box {margin: auto;
    width: 100%;
    #border: 1px solid #ddd;
    }

p { text-align: center;
    color: rgba(255,204,3,0.5); letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 2em;
}

h1 { letter-spacing: -3px; text-align: center;
	font: normal 900 8em darkmode-on,sans-serif;
	margin-bottom: 30px;
	margin-top: 30px;
}
