/******************************************************************
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 */
@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.home_template #commitment.skewed-section {
		padding-bottom: 10rem;
	}
}

.home_template #commitment .content {
    height: 175px;
}

@media screen and (max-width: 1024px) {
	.home_template #commitment .content {
		height: auto !important;
	}
}

