/* Enter Your Custom CSS Here */


/* BUTTONS */
a.btn { display: inline-block; margin: 20px 10px; font-size: 1em; color: #959e0f; border: 1px solid #959e0f; border-radius: 35px;  padding: 15px 25px 15px 25px; transition: background-color .2s; }  
a.btn:hover { background-color: #959e0f; color: #fff}
a.btn:active { box-shadow: 0px 0px 1px 0px grey; }
.btnPos { text-align: center; }


/* Button - Call to Action button in header "Click to Begin" */
	.roll-button {
		display: none;
}

#paypalBtn {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: red;
    border: 1px solid red;
    border-radius: 35px;
    padding: 15px 25px 15px 25px;
}


/* Height position of the Title and Subtitle on home page */
.slide-inner {
	top: 45%;
}




/* USE THIS CLASS to REMOVE SHADOW on LOGOs */
.logos {
	box-shadow: none;
	-moz-box-shadow: none;
    	-webkit-box-shadow: none;
}


/* PHOTOS - SHADOWING */
img {
	max-width: 100%;
	height: auto;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	
}