
/* Main Styles */

body {
	background-color: #f0f0f0;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lora",Georgia,"Times New Roman",Times,serif;
}

/*
	Bootstrap 4 spacer classes
	https://getbootstrap.com/docs/4.0/utilities/spacing/
 */
.mr-3
{
	margin-right: 15px;
}

.ml-3
{
	margin-left: 15px;
}


/* Custom Styles */

.header-mag-bg {
	background: url(/img/mag-bg.jpg) top left repeat-x;
}
.header-mag-bg h1 {
	margin:0;
	padding:10px;
	color:#c02942;
	font-weight:bold;
}
.header-mag-bg h1 small {
	color:#333;
	font-weight:bold;
}
.header-mag-bg h1 a,
.header-mag-bg h1 a:link,
.header-mag-bg h1 a:hover,
.header-mag-bg h1 a:focus,
.header-mag-bg h1 a:active,
.header-mag-bg h1 a:visited {
    color: #c02942;
	font-weight: bold;
}

.well-gr {
	 background-color:#FFF;
 }
.well-danger {
	background-color:#f2dede;
}
.well-colour-tg-purple{
	background-color: #924567;
	color: #eee;
}

.review-packshot {
	max-width:200px;
	max-height:200px;
}

.quote {
	font-size:20px;
	font-style:italic;
	text-align:center;
	font-weight:bold;
}

.thumbnail .caption {
	font-size:12px;
	text-align:center;
}
.has-error .help-block{
	color: red;
}

