body {
	font-family: 'Verdana', sans-serif;
    letter-spacing: -0.03em;
    line-height: 1;
    font-size: 2.67em;
    background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
}

.heading {
	background-image: url(https://jaysonash.com/images/earthphoto-greyscale.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 1em 0 1em 0;
    -webkit-border-radius: 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em;
    border-radius: 0 0 .5em .5em;

	-webkit-text-stroke: 2px black;
	color: white;
	text-shadow:
		3px 3px 0 #000,
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}


.heading h1 {
	color: #f0c800
}

.heading h3 {
	color: #f05050
}

.heading h1, h3 {
    margin: .25em 0 .25em 0;
    padding: 0;
}

.inline {
    text-align: center;
}

.inline a {
    display: inline-block;
    padding: .5em;
    margin: .25em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    text-decoration: none;
	color: #000;
}

.inline img {
    display: block;
    margin: 10px auto 10px auto;
}

.inline span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1cm;
    font-weight: bold;
    color: #333;
}

.inline h3 {
    color: #CA3;
}

.graydent, .inline a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231*/
    background: rgb(220,220,220); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(100,100,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(160,160,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240,80,80,1) 0%, rgba(240,200,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
} 
