/*
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 */

.site-header.light:not(.transparent) .tb-primary-menu > li > .menu-btn {
    color: rgba(0,0,0,1);
}

.home-hero .col-sm-3 p {
	margin: 0;
}

.viewcart {
	float: right;
}

h2 {
	color: #D2232A;
}