/* Force full-width across all screen sizes */
.col-full {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove site-wide default margins added by Storefront */
.site-content .col-full {
    padding: 0 !important;
}

/* Ensure the main container doesn't have the default boxed shadow/border */
.site {
    background-color: transparent !important;
    max-width: 100% !important;
}
.site-title,
.site-description {
	padding-left: 25px;
	
}