body.dark
{
	background-color: #000000;
}

#main.main-bg
{
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
body.dark #main.main-bg
{
	background-image: url('/images/hero-bg-dark.png');
}
body.light #main.main-bg
{
	background-image: url('/images/hero-bg-light.png');
}

#hero-banner-outer
{
	display: block;
	position: relative;
	height: 700px;
	text-align: center;
}

#hero-banner-inner
{
	margin: 0px auto;
	display: table;
	margin: 0px auto;
	width: 100%;
	max-width: 1380px;
	height: 480px;
	padding-top: 40px;
}

#hero-text
{
	display: table-cell;
	padding-right: 320px;
	width: calc(100% - 480px);
	text-align: left;
	vertical-align: middle;
}

#hero-h1
{
	font-family: 'Avenir';
	background-image: none;
	font-size: 55px;
	line-height: 75px;
	text-align: left;
	margin: 0px;
	padding-bottom: 20px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#hero-h2
{
	text-align: left;
	padding-right: 50px;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	text-transform: none;
}

#hero-image
{
	display: table-cell;
	width: 480px;
	height: 480px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#hero-image-square
{
	display: table-cell;
	width: 500px;
	height: 670px;
	padding: 0px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
