/*
Theme Name:   LeslieChild
Description:  Write here a brief description about your child-theme
Author:       ssdb
Author URL:   Write here the author's blog or website url
Template:     leslie
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  lesliechild
*/

/* Write here your own personal stylesheet */

  .card-header{
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(left, #1e5799 0%, #207cca 35%, #207cca 40%, #207cca 40%, #7db9e8 100%); /* 	FF3.6-15 */
	background: -webkit-linear-gradient(left, #1e5799 0%,#207cca 35%,#207cca 40%,#207cca 40%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1e5799 0%,#207cca 35%,#207cca 40%,#207cca 40%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
	  
  }

  .card-header:hover {
    background:blue;
     }

.slicknav_menu {
	background:#0b06f0;
}
