/******************************************************************
Theme Name:  coast. framework
Theme URI: http://www.coaststudios.com.au
Description: coast. framework Theme - Built on Foundations 6 
Author: coast.
Author URI: http://www.wearecoast.com.au
Version: 1.7
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass, Coast Studios, coast, foundations 6
******************************************************************/

/* Further Testing */

/*=============================================

Custom Overwrite CSS 

TRY AND USE SASS IF POSSIBLE

MAKE SURE YOU COMMIT CHANGES TO THE REPO SO
THEY AREN'T OVERWRITTEN
==============================================*/

/* ONLY USE IF YOU DON'T KNOW HOW TO USE SASS/SCSS 
 OTHERWISE EDIT FILES IN SCSS FOLDER AND COMPILE */


 /* Example 

 header {
 	display: none;
 }

 */

 /* START ALL CUSTOM CSS BELOW THIS LINE */


#demo h2 {
	color: white;
	text-align: center;
	max-width: 80%;
	margin: 1rem auto;
}


[v-modal-open] {

	position: relative;

}