/*!
 *  yogacss 1.0
 *  A responsive, flexible, css grid system for desktop, tablet and phone
 *  -------------------------------------------------------
 *  Usage examples and documentation be found at: 

 */


/*-------------------------*/		
/* Regular Screens */
	

	#cover-section-details, #auction-section-details, #classifieds-section-details {	    
	    background-repeat: no-repeat !important;
	    background-position-x: 10% !important;
	    background-size: 63% !important;
		margin-top: 2em;
		position: relative;}
	.btn {
			font-size: 1.25em;
		}

	ul.fa-ul {
		margin-top: 5%;
	}
	#logo-bar {		
		    background: rgba(255,255,255,.5) !important;
	}
/*-------------------------*/		
/* iPads and Other Tablets */
		@media only screen and (max-width : 768px) {
			#cover-section-details, #auction-section-details, #classifieds-section-details {		
				    background: rgba(255,255,255,.5) !important;
			}
		}

/*------------------------------------*/		
/* iPhones and Other Phones at 400px */
		@media only screen and (max-width : 400px) {
			.btn {
				font-size: 1.35em;
			}
		}