/*
	Theme Name: DC Theme
	Theme URI: https://chrisreeves.com.au/
	Description: DC Theme
	Version: 1.0.1
	Author: Digital Creative Perth 
	Author URI: https://chrisreeves.com.au/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



.block .text.intro p{
	max-height: 1000px;
	transition: all 2.2s ease-in-out;
}

.block p.hidden{
	height: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

