@variables {
  accentColor: #fee797;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-color: #111;
	color: white;
}

#footer {
	margin-top: 30px;
	margin-bottom:60px;
}

a, a:visited, a:hover
{
	color: #aaa;
	text-decoration: none;
}

a:hover
{
	color:#fee797;
}


#mainContainer {
	width: 80%;
	max-width: 600px;
	min-width:600px;
	margin: 40px auto;
}

#mainContainer p
{
	line-height: 1.5789em;
	letter-spacing: .8px;
	font-size: 19px;
	font-weight: 300;
	text-align: justify;
}

hr {
	color: #444;
	background-color: #444;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	max-width: 600px;
}

hr.small
{
	width: 20px;
	margin: 10px 0;
	color: #444;
	background-color: #444;
}

#menu {
	clear:both;
	float:left;
	display:inline;
	overflow:hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul {
    list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 0px;
}

ul li { display:inline; margin-right:48px; }

ul li.last { margin-right:0px; }

#menu a 
{
	letter-spacing: 2px;
	font-size: 22px;
	text-decoration: none;
	color: #ccc;
	text-transform: lowercase;
}

#menu a:hover
{
	color: #eee;
}

.clearBoth { clear: both; }

h1#mainTitle {
	font-size: 66px;
	letter-spacing: 2px;
 	/*background-image: url(abramsCoateLogoWeb.png);*/
	/*margin: 0 auto;*/
	text-align: left;
	font-weight: 300;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 10px;
	padding-top: 0;
}

h1 a, h1 a:hover, h1 a:visited
{
	color: white;
	text-decoration: none;
}

h3 {
	font-weight: 300;
	font-size: 28px;
	letter-spacing: 2px;
	color: #fee797;
	padding-bottom:0px;
}

h3 a, h3 a:visited {
	color: white;
}

.ampersand
{
	font-family: 'Cinzel', serif;
	font-size:68px;
	font-weight: 100;
	padding: 10px;
}

h1#mainTitle span {
/*  display: none;*/
}

h2
{
	font-weight: 100;
	text-align: left;
	font-size: 30px;
	letter-spacing: 1.5px;
	color: white;
	margin-bottom: 30px;
	color: #fee797;
/*	text-transform: uppercase;
*/}

#address, #phone, #email
{
	text-transform: uppercase;
	line-height: 1.95em;
	color: #aaa;
	letter-spacing: 2px;
	font-size: 13px;
}

#email
{
	text-transform: lowercase;
}

.emptyPage
{
	height: 0px;
}

.floatRightImage
{
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 200px;
	width: 250px;
}

table.contact
{
	padding-left:0;
	margin-left:0;
	padding-bottom: 30px;
}

table.contact td
{
	padding-left:0;
	margin-left:0;
	padding-right: 30px;
	padding-bottom: 10px;
}

.profileImage {
	margin-top: 20px;
	margin-left: 20px;
	float: right;
	height: 194px;
	width: 194px;
	border-radius: 100px;
}

.profileImageSmall {
	margin: 20px;
	margin-left: 0;
	float: left;
	height: 150px;
	width: 150px;
	border-radius: 75px;
}

.profileSmall {
	float: right;
	margin: 20px;
	width: 360px;
}

.profileSmall h3 {
	padding: 5px 0;
	margin: 0;
}

#mainContainer .profileSmall p {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

div.profileRight {
	float: right;
	max-width: 430px;
}

.mobileHr {
	display:none;
}

#menu a.menuSelected
{
	color: #fee797;
}


/* MOBILE STYLING ---------------------------------------------------------------------------------------- */

@media only screen and (max-device-width: 480px) {
	
  	ul li { display:block; margin-right:0px; clear:both; padding-bottom:10px }
	ul li.last { margin-right:0px; }
	
	h1#mainTitle { font-size:36px; margin-bottom:0px; padding-bottom:0; }
	
	h2 {
		font-weight: 300;
		text-align: left;
		font-size: 26px;
		letter-spacing: 1.5px;
		line-height:1.1;
		color: white;
		margin-top: 5px; 
		margin-bottom:15px;
		color: #fee797;
	}
	
	#menu a.menuSelected
	{
		color: #fee797;
	}
	
	#mainContainer {
		width: 95%;
		max-width: 600px;
		min-width:0;
		margin: 10px auto;
	}
	
	.floatRightImage {
		float:none;
		width: 100%;
		clear:both;
	}
	
	div.profileRight {
		float:none;
		clear:both;
	}
	
	.profileSmall {
		float:none;
		display: block;
		padding-bottom:20px;
		margin:0 auto;
		width: auto;
	}
	
	#mainContainer .profileSmall p {
		font-size:19px;
	}
	
	.profileImageSmall {
		float:none;
		display: block;
		margin:0 auto;
	}
	
	.profileImage {
		float:none;
		display: block;
		margin:0 auto;
		width:auto;
		padding:0;
	}
	
	.mobileHr {
		margin-top:20px;
		display:block;
	}
	
	#mainContainer p
	{
		line-height: 1.4em;
		letter-spacing: .8px;
		font-size: 19px;
		font-weight: 300;
		text-align: left;
	}
	
	#address, #phone, #email
	{
		text-transform: uppercase;
		line-height: 1.95em;
		color: #aaa;
		letter-spacing: 2px;
		font-size: 16px;
	}
	
	table.contact td {
		float:left;
		padding-right:10px;
		font-size: 20px;
		clear:both;
		padding-bottom:0;
	}
	
	table.contact tr {
		margin-bottom:20px;
		margin-top:10px;
		height:70px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        h1#mainTitle {
		/*	background-image:url(abramsCoateLogoWeb@2x.png);
					background-size:600px 78px;*/
			}
}