html {
	border-top: 12px solid #e1e1e1;
}

.site-header {
	padding-top: 0;
	padding-bottom: 1em;
	background-color: #f6f6f6;
}

.header-image {
	margin-top: -16px;
	margin-bottom: -9px;
}

.site-branding {
	margin-bottom: 1em;
	text-align: center;
}

.site-description {
	background-color: #f6f6f6;
	font-family: 'Caveat', cursive, Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: #bc4676;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
}

.site-title {
	font-size: 7rem;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif, arial, sans-serif;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 0;
}

.site-title a {
	text-decoration: none;
	color: #f38d89 !important;
}

.container {
	margin: 0 20px;
	background-color: #f6f6f6;
}

.column {
	margin-bottom: 1em;
}

.site-content {
	background-color: #f6f6f6;
}

@media (min-width: 1024px) {
	.column {
		float: left;
		margin-bottom: 0;
		padding: 0 15px;
	}
	
	.column.full {
		width: 100%;
	}
	
	.column.five-sixths {
		width: 83.4%;
	}
	
	.column.four-fifths {
		width: 80%;
	}
	
	.column.three-fourths {
		width: 68%;
	}
	
	.column.two-thirds {
		width: 66.7%;
	}
	
	.column.half {
		width: 50%;
	}
	
	.column.third {
		width: 33.3%;
	}
	
	.column.fourth {
		width: 32%;
	}
	
	.column.fifth {
		width: 20%;
	}
	
	.column.sixth {
		width: 16.6%;
	}
	
	.column.flow-opposite {
		float: right;
	}
	
	.column.centered {
		margin-left: 15%;
		width: 70%;
	}
}

@media (min-width: 1090px) {
	.container {
		margin: 0 auto;
		width: 1050px;
	}
}

.widget {
	margin: 0 0 2.5em;
	word-wrap: keep-all;
	border: 2px solid #e1e1e1;
	background-color: #f6f6f6;
	padding: 10px;
}

.main-navigation {
	font-family: 'mycapitals', sans-serif, arial, sans-serif;
	font-weight: 400;
	padding: 7px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	font-size: 13px;
}

@font-face {
	font-family: myscript;
	src: url(https://tobygoesbananas.co.uk/my_fonts/faithandgloryone.ttf);
}

@font-face {
	font-family: mycapitals;
	src: url(https://tobygoesbananas.co.uk/my_fonts/faithandglorytwo.ttf);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'myscript', sans-serif, arial, sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	letter-spacing: 1.5px;
	font-size: 40px;
}

h2 {
	letter-spacing: 1.5px;
	font-size: 34px;
}

h3 {
	letter-spacing: 1.5px;
	font-size: 28px;
}

h4 {
	letter-spacing: 1.5px;
	font-size: 22px;
}

h5 {
	letter-spacing: 1.5px;
	font-size: 22px;
}

h6 {
	letter-spacing: 1.5px;
	font-size: 22px;
}

/* Entry Title */
.entry-title {
	font-family: 'mycapitals', sans-serif, arial, sans-serif;
	font-weight: 400;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 10px !important;
	text-align: center;
	word-break: keep-all;
}

.entry-title a {
	text-decoration: none;
	color: #bc4676;
}

.entry-title a:hover {
	color: #ddb11b !important;
}

.widget-title {
	background-color: #46878a;
	color: #f6f6f6;
	font-family: 'myscript', sans-serif, arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 42px;
	list-style: none;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 5px;
}

.widget-title a {
	text-decoration: none;
}

.entry-footer {
	font-family: 'Droid Serif', serif;
}

.entry-meta {
	font-family: 'Droid Serif', serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-bottom: 40px;
	width: 100%;
}

.entry-content li { letter-spacing: -0.5px; }


.headerbanner { display:block; margin: 10px auto; width: 728px}

