/*
Theme Name: Your Child Theme
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
*/

/* Your custom CSS here */

#element_109225794856ba6039e9d63 > div > div > div {max-width:60%; text-align:left; float:right;}

/**
 * Home Logo
 */
@media only screen and (max-width: 600px) {
	.home-logo .standard {
		margin-bottom:5px !important;
	}
}
.home-logo .standard { padding:3px; }
.home-logo .standard div{
	background-color: #ffffff !important;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);	
}