/**
 * Theme Name:  Lush Child - Music Band & Musician WordPress Theme
 * Theme URI:   http://irontemplates.com/wp-demos/lush/
 * Description: Lush a complete solution for everybody in the music industry. If you are a jazz master, punk rocker, soprano singer, piano player, band manager or even a webmaster, this theme is for you.
 * Tags:        3d menu, music, blog, artist, musician, dj, club, responsive, html5, css3, design, irontemplates, ironband, lush 
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0.0
 * Template:    lush
 * Text Domain: lush-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */
 
 @import url("../lush/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.home .container {
	padding: 0px;
}

#home .home-title h2 {
	font-size: 100px; line-height: 70px;
}

#home .sub-heading {
	text-align: center;
	color: #fff;
}

#about h1 {
	letter-spacing: inherit;
	font-family: "Oswald", arial, sans-serif;
}

#about p, #about ul li {
	color: #fff;
}

p.intro {
	font-size: 18px; 
	line-height: 24px;
}

 #about ul, #entertainment ul {
 	margin: 0;
 	padding: 0 20px;
 }

 #about ul li,  #entertainment ul li {
 	margin:10px auto;
 	font-size:14px;
 	line-height: 20px;
 }

 #school p.intro {
 	font-size: 18px; 
	line-height: 28px;
 }

 #school p {
 	font-size: 14px;
 }

 a.button-widget {
 	text-align: center;
 }
@media screen and (max-width: 520px) {
	#home .home-title h2 {
		font-size: 60px;
	}
}