/*
	
Theme Name: My Transformation Program
Author: Chirag
Description: The perfect theme for your Blog. Crispy, beautiful and awesome in every resolution. Ready for responsive, with multiple custom options in the Administration Panel to make this Theme your definitive ally for your daily blog.
Version: 1.0.0
Tags: blog, sidebar, responsive, clean, minimal, icon font, sunset, custom admin options.

*/
/**
 * ==================================================================================================================
 * 													Generic Styles
 * ==================================================================================================================
 */

html {
    font-size: 100%;
}
img{
	max-width: 100%;
}

a { 
	text-decoration: none;
	transition: all .5s ease;
}
iframe {
    max-width: 100%;
}
section, header, footer{
	width: 100%;
	float: left;
	position:relative;
}






	