/*
Theme Name: [name]
Theme URI: [url]
Author: Red Balloon Design Ltd
Author URI: http://redballoon.io
Description: Bespoke blog theme created for [website]
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: redballooncms
*/


/* Import Font Face */

@import url("css/fonts.css");

/* CSS Reset */

@import url("css/reset.css");

/* Import Bootstrap dist */

@import url("css/styles.css");

.page-content h1{
	margin-bottom: 18px
}

.page-content h2,
.page-content h3{
	margin-top: 12px;
	margin-bottom: 6px;
}

.page-content ul{
	margin: 6px 0;
	list-style-type: disc;
	list-style-position: inside;
}

.page-content li{
	margin: 3px 0;
}