/*   
Theme Name: Harlee
Theme URI: http://draw.com.au
Author: The Cloud Concept
Author URI: http://thecloudconcept.com.au/
Description: Custom Responsive Theme for Draw Studio
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, yellow, responsive, multi-column

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Wordpress Theme styles for Draw website */

/* Import CSS media-query files for resonsive design */

@import url('styles/normalize.css');
@import url('styles/desktop.css'); /* General styles set up at 1100px wide */
@import url('styles/tablet-landscape.css'); /* Less than 1024px wide */
@import url('styles/tablet-portrait.css'); /* Less than 800px wide */
@import url('styles/smartphone.css'); /* Less than 600px wide */


/* Import Webfonts */

@font-face {
  font-family: 'Calibre Medium';
  src: url('webfonts/CalibreWeb-Medium.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('webfonts/CalibreWeb-Medium.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('webfonts/CalibreWeb-Medium.ttf') format('truetype'), /* Opera, Safari */
        url('webfonts/CalibreWeb-Medium.svg#font') format('svg'); /* iOS */
}

@font-face {
  font-family: 'Calibre Regular';
  src: url('webfonts/CalibreWeb-Regular.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('webfonts/CalibreWeb-Regular.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('webfonts/CalibreWeb-Regular.ttf') format('truetype'), /* Opera, Safari */
        url('webfonts/CalibreWeb-Regular.svg#font') format('svg'); /* iOS */
}

/* Base Colours For Theme:

Yellow: #fffc00
Grey: #959595


Font size calculations:

0.5em = 8px
0.75em = 12px
1em = 16px
1.5em = 24px
2em = 32px

*/

.soliloquy-container {
	margin-bottom: 3% !important;
}