/*
Theme Name:     Apex Pools Theme
Theme URI:      http://apexpools.com.au/
Description:    Apex Pools Theme
Author:         Eureka Creative
Developer:      Eureka Creative -  Wade Ingold
Template:       twentysixteen
Version:        0.1.0
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing
* -----------------------------------------------------------------------------
*/

@import url('css/reset.css');
@import url('css/master.css');
@import url('css/theme.css');
@import url('css/media-queries.css');
@import url('css/browsers/chrome-style.css');
@import url('css/browsers/ff-style.css');
@import url('css/browsers/safari-style.css');