﻿/*html {
	height: 10%;
}

body {

	height: 10%;
}
*/
div.gold {
	background: radial-gradient(ellipse at center, #443501 0%,#000000 100%);	
	/*height: 10%;
	width: 10%; */
	display: flex;
	align-items: center;
	justify-content: center;
}

p.gold {
    background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
	font-family: 'Semplicita Pro', serif;
    position: relative;
	/*text-transform: uppercase;	*/
	font-size: 18pt;
	margin: 0;
	font-weight: 400;
	text-align: center;
}

p.gold:after {
    background: none;
    content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}