#background_graphics{
			width: 100%;
			height: 100%;
			position: absolute;
			top:0;
			left: 0;
			cursor: pointer;
		}
		body{
			background-color: #ffd5fa;
			background-size: cover;
			font-family: 'Lora', serif;
			font-weight: 100;
			text-transform: uppercase;
			padding: 0;
			margin: 0;
			letter-spacing: 4px;
		}
		#loading{
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 2;
			background-color: rgba(255,215,250,0.81);
			text-align: center;
/* 			display: none; */
		}
		h1{
			font-size: 1.5em;
			padding: 10px;
			padding-bottom: 0px;
		}
		h3{
			font-size: 1.3em;
		}
		#share-container{
			position: absolute;
			top:0;
			right:0;
			padding-top: 10px;
			padding-right: 10px;
/* 			max-width: 100px; */
			width: 100%;
			max-width: 150px;
			text-align: right;
		}
		#share-buttons{
			display: none;
			background-color: #ffd5fa;
			padding-top: 10px;
		}
		.share-button{
			display: block;
			margin-bottom: 10px;
		}
		#share-expand{
			display: inline;
/* 			background-color: red; */
			
		}
		#share-expand:hover{
			cursor: pointer;
		}
		#nowebgl{
			position: absolute;
			width: 100%;
			max-width: 700px;
			margin: auto;
			left: 0;
			right:0;
			top:15px;
			text-align: center;
		}
		#nowebgl h1{
			font-size: 1em;
		}
