body
{
	margin: 0px;
}

section
{
	text-align: center;
	font-family: Verdana;
}

div
{
	background-color: black;
	border-top: 1em solid black;
	padding-bottom: 200%;
}

.standard
{
	width: 25%;
	line-height: 20px;
	background-color: black;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1em solid black;
	color: #bea686;
	font-size: 1.3em;
}

.header
{
	line-height: 30px;
	font-size: 1.5em;
	/* font-size: 36px; */
	/* padding-bottom: 10px; */
	/* font-family: Verdana; */
}

img.share
{
	width: 40px;
}

table.share
{
	width: 25%;
	line-height: 20px;
	background-color: black;
	padding-top: 5px;
	margin-bottom: -20px;
}

table.share td
{
	text-align: center;
}

table.share a:hover, a:focus
{
	opacity: 0.7;
	transition: 0.6s ease;
}

table.mobile
{
	width: 70%;
}

.img-mobile
{
	width: 70%;
	margin-top: 10%;
}

.img-desktop
{
	width: 40%;
	margin-top: 5%;
}

a.mailto
{
	color: white;
}

a.mailto:hover, a.mailto:focus
{
	color: gray;
}
