@charset "utf-8";
/* CSS Document */







#claimgallery {
	width:100%;
	padding:3% 3%;
	margin-top: -10% ;
	color: #759613;
}


#claimgallery h3 { 
 	font-size:1.8em; 
	white-space:normal;
	line-height: normal;
}


#bimbodrivethumbnail img {
	width:28%;
	border:2px solid grey ;
	padding: 1%;
	margin:1%;
}


.bordergreymenuhome {
	border-bottom: 7px solid #9c9d9f;
	padding-top: 0px;
	margin-left: 50%;
}


#menuhome{
	margin: 0 auto;
	width:35%;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
	padding:0 5px;
	margin-top: -4%;
}

#menuhome a {
	padding: 4px;
	display: block;
	background-color: #9c9d9f;
	border-radius: 30px;
	color:white;
}

#menuhome a:hover {
	color:white;
	text-decoration: none;
	border-radius:0px;
	font-size:;
	background: #98bf0c;
	border-radius: 30px;	
}


/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width: 961px) and (max-width: 1100px) {

	#menuhome{
		margin-top: -5% !important;
		font-size: 90% !important;
	}

}

/*----------------------------------------------------------------------------------------*/
@media only screen and (min-width: 800px) and (max-width: 960px) {

	#menuhome{
		width:35%;
		padding:0 10px !important;
		margin-top: -5% !important;
		font-size: 80% !important;
	}

	.bordergreymenuhome {
		border-bottom: 7px solid #9c9d9f;
		padding-top: 0px;
		margin-left: 50%;
	}

}



/*----------------------------------------------------------------------------------------*/
@media screen and  (min-width: 700px) and (max-width: 799px) {

	#menuhome{
		width:35%;
		padding:0 10px !important;
		margin-top: -5% !important;
		font-size: 70%;
	}

	.bordergreymenuhome {
		border-bottom: 7px solid #9c9d9f;
		padding-top: 0px;
		margin-left: 50%;
		z-index:100;
	}

}



/*----------------------------------------------------------------------------------------*/
@media screen and  (min-width: 520px) and (max-width: 699px) {

	#menuhome{
		width:45%;
		padding:0 10px !important;
		margin-top: -5% !important;
		font-size: 60%;
	}

	.bordergreymenuhome {
		border-bottom: 7px solid #9c9d9f;
		padding-top: 0px;
		margin-left: 50%;
		z-index:100;
	}

}



/*----------------------------------------------------------------------------------------*/
@media screen and  (min-width: 388px) and (max-width: 519px) {

	#menuhome{
		width:53%;
		padding:0 10px !important;
		margin-top: -9% !important;
		font-size: 50%;
	}

	.bordergreymenuhome {
		border-bottom: 7px solid #9c9d9f;
		padding-top: 0px;
		margin-left: 50%;
		z-index:100;
	}

}

/*----------------------------------------------------------------------------------------*/
@media screen and  (min-width: 300px) and (max-width: 387px) {

	#menuhome{
		width:53%;
		padding:0 10px !important;
		margin-top: -8% !important;
		font-size: 50%;
	}

	.bordergreymenuhome {
		border-bottom: 7px solid #9c9d9f;
		padding-top: 0px;
		margin-left: 50%;
		z-index:100;
	}

}

/*----------------------------------------------------------------------------------------*/
@media screen and  (min-width: 200px) and (max-width: 299px) {

	#menuhome{
		width:55%;
		padding:0 10px !important;
		margin-top: -15% !important;
		font-size: 50%;
	}

	.bordergreymenuhome {
		border-bottom: 7px solid #9c9d9f;
		padding-top: 0px;
		margin-left: 50%;
		z-index:100;
	}

}