.hero-caption
{
	display: none;
	background-color: transparent;
    font-size: 32px;
    line-height: 36px;
    padding-top: 10px;
	text-align: center;
    padding: 5pt;
	background: #333333;
 	background: rgba(0, 0, 0, 0.50);	
    position: absolute;
 	left: 0; right: 0;  bottom: 0;
}

.hero-unit
{
	_background: linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ), url('../images/hero-5.jpg');
	_background: linear-gradient(to right, rgba(150, 74, 6),  rgba(212, 148, 93));
	background: linear-gradient(to right, rgba(191, 110, 38, 1),  rgba(191, 110, 38, 0.8)), url("../images/geobackground.png");
	background-repeat:no-repeat; 
	background-position: right; 
	background-size: cover;
	_background-color: rgb(191, 110, 38);
	padding: 10px;
	padding-left: 60px;
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
	margin-top: -20px;
	border-radius: 0;
	margin-bottom: 0;
}

h1.hero-title
{
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
	color: white;
	margin-top: 30px;
}

.hero-introduction
{
	font-size: 24px;
	line-height: 33px;
	color: white;
	margin-top: 50px;
	max-width: 700px;
	font-weight: normal;
}

.hero-unit .buttons 
{
	text-align: left; margin-top: 50px;
}

.button-primary, .button-primary:hover
{
	background-color: white;
	color: #505050;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 3px;
}

a.button-primary:visited {
	color: #505050;
}

.button-secondary, .button-secondary:hover
{
	background-color: transparent;
	color: white;
	border: 2px solid white;
	border-radius: 3px;
	text-decoration: none;
}

.button-secondary:hover
{
	background-color: white;
	color: #505050;
}

.button-primary, .button-secondary
{
	font-size: 24px;
	padding: 10px;
	padding-right: 24px;
	padding-left: 24px;
}

.hero-image {
	z-index: 3;
	width: 500px; 
	position: absolute;
	right: 150px;
}

svg {
	z-index: 2;
	margin-left: -60px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5vw;
	/* set height to pixels if you want angle to change with screen width */
}

@media (max-width: 767px) {
	.button-primary, .button-secondary
	{
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 767px) {
	.hero-introduction
	{
		font-size: 24px;
		line-height: 30px;
	} 
}

.hero-banner
{
	display: none;
}

@media (min-width: 1100px) {
	.hero-banner
	{
		display: block;
		font-size: 24px;
		line-height: 40px;
		font-weight: bold;
		color: white;
		padding: 15px;
		padding-bottom: 4px;
		padding-top: 8px;
		_background-color: transparent;
		_background: #333333;
	 	_background: rgba(0, 0, 0, 0.30);
	 	text-align: center;
	 	margin-top: 30px;
	 	margin-right: 0px;	
	}
	
	.hero-banner2
	{
		font-size: 16px;
		font-style: italic;
	}
}

@media (max-width: 979px) {
	.hero-unit
    {
    	margin-right: 0px;
    	margin-left: -20px;
    	padding-right: 30px;
    	padding-left: 50px;
		background: rgb(191, 110, 38);
	}
	
	.hero-unit.hero-1 {
		background: linear-gradient(
			rgba(0, 0, 0, 0.4), 
			rgba(0, 0, 0, 0.4)
		  ), url('../images/hero-5-mobile.jpg');	
		background-size: cover;  
	}

    h1.hero-title {
		margin-top: 30px;
	}

	svg, .svg-filler {
		display: none;
	}

}

@media (max-width: 767px) {
	.hero-unit {
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
		margin-top: -20px;
		margin-right: -20px;
		height: auto;
	}

	h1.hero-title {
		margin-top: 30px;
		text-align: center;
		font-size: 36px;
	}

	.hero-unit .buttons {
		text-align: center;
	}		
}

@media (max-width: 1150px) {
	.hero-image {
		display: none;
	}
}

@media (max-width: 480px) {
	.button-primary, .button-primary:hover, a.button-primary:visited
	{
		background-color: transparent;
		color: white;
		font-weight: bold;
    }
	
}

.feature {
	text-align: center;
}
