
/* Home page styles */

#home-background {
	background: url(../images/home_background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	}

#home-details {
	background: url(../images/home_rampartwork.png) repeat-x top; 
	width: 861px; 
	height: 900px; 
	float: right; 
	margin: 50px 100px 0px 0px;
	}


.home-text {
	font-family: 'GothamBold', helvetica, arial, sans-serif;
	color: #fff;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home-text a {
	color: #eef038;
}

.home-text a:hover {
	color: #20c8e6;
}

#home-desc {
	width: 390px;
	position: relative;
	top: 320px;
	left: 250px;
}

#home-browse {
	width: 190px;
	position: relative;
	top: 175px;
	left: 670px;
}

body.home div.main-menu-wrapper {
    top: 248px;
}



/* Add home page responsive styles here */

@media all and (max-width: 820px) {
    #home-details {
		margin-right: 0px;
    }

	