body
{
	background-color: #B2BABD;
	font: 400 15px/1.8 Lato, sans-serif;
    color: #222;
	background-image: url('/media/images/JuliaTSmithCeramics-default-banner_1440x1210.jpg');
	background-repeat: no-repeat;
	background-position: center top;
    background-attachment: fixed;
	background-size: 100%;
}

#page_container
{
	text-align: center;
	padding: 30px 100px;
}

a.icon_link
{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 22px;
}
a.icon_link:hover
{
	font-weight: bold;
}
a.icon_link.email
{
	background-image: url('/media/icons/mail.png');
}
a.icon_link.facebook
{
	background-image: url('/media/icons/facebook.png');
}
a.icon_link.twitter
{
	background-image: url('/media/icons/twitter.png');
}
a.icon_link.instagram
{
	background-image: url('/media/icons/instagram.png');
}

h1
{
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Serif;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	color: #333;
	text-decoration: none;
}

.white_box
{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0px;
	padding: 15px;
	
}

