/*
 Theme Name:   Custom Nisarg Theme
 Theme URI:    https://lessonsdupiano.com
 Description:  Description de mon thème enfant
 Author:       Etienne Duverney
 Template:     nisarg
 Version:      1.0.0
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 Repeatable Patterns
 * 3.0 Header
 *     3.1 Site Navigation Bar
 *     3.2 Site Header
 * 4.0 Content
 *     4.1 Post-Content
 *     4.2 Page and Post Navigation links 
 *     4.3 Post Formats
 *     4.4 Gallery
 *     4.5 Post-Comments
 * 5.0 Sidebar - Widgets
 * 6.0 Site Footer
 * 7.0 Media Queries
 * 8.0 Print
 * 9.0 Jetpack Infinite Scroll
 * 10.0 Gutenberg
 *     
**/

/**
 * 1.0 Reset
  * -----------------------------------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css?family=Satisfy');

.widget {
	padding: 5px !important;
}

.site-header{
    background: #b0bec5;
	height: auto;
}

.site-title {
	text-transform: none;
	letter-spacing: 0.4px;
	font-family: 'Satisfy', cursive;
	font-weight: lighter;
	font-size: 6em;
}

.site-description {
	letter-spacing: 3px;
	text-transform: none;
}

a.home-link:hover {
	text-decoration: none;
}

p, li {
	font-size: 1em;
}


@media (max-width: 767px) {
	header #branding{
		background-color: #007ea7 !important;
	}
	#site-description {
		color: white !important;
	}
	
}