/*
	Theme Name: Candy child
	Theme URI: http://demo.agnidesigns.com/candy/
	Author: AgniDesigns	
	Version: 1.0
	Description: Clean & sleek Minimal One & Multi Page WordPress theme
	Author URI: http://themeforest.net/user/AgniHD	
	Template: candy
*/
@import url("../candy/style.css");



@media (max-width: 767px) {
	.big-heading {
		font-size: 40px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 16px;
	}
	
	h4 {
	 font-size: 14px;
	}

	h5 {
		font-size: 14px;
	}

  .ellipsis {
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 100%;
			text-overflow: ellipsis;
	}
	
}