html{
	font-family: Montserrat, 'open sans',  arial;
	font-size: 16px;
	color: #0D0D0D;
}

div{

	line-height: 30px;
}

h1,h2,h3,h4{
	font-family: Tasman, 'open sans',  arial;
}

h1{
	font-size: 72px;
	line-height: 86px;
	margin-bottom: 50px;
}

h1 span{
	background-image: linear-gradient(0deg, #ddd 0%, #ddd 0%);
	background-position: bottom left;
	background-size: 100% 33%;
	background-repeat: no-repeat;
}

h2{
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 30px;
}

h3{
	font-size: 24px;
	line-height: 30px;
}

h3{
	font-size: 20px;
	line-height: 24px;
}






.centre{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}



.fullCentre{
	display: flex;
	align-items: center;
	justify-content: center;
}

.align-top{
	vertical-align: top;
}


.strikethrough{
	text-decoration: line-through;
}


/*FIXED WIDTH ETC*/


.height150{
	min-height:150px;
}

.height200{
	min-height:200px;
}

.width200{
	width:200px;
	display: inline-block;
}

.width150{
	width:150px;
	display: inline-block;
}

.width100{
	width:100px;
}
.width50{
	width:50px;
}


.TBC{
	border-radius: 10px;
	font-size: 12px;
	line-height: 14px;
	background-color: #ccc;
	padding:3px 10px;
	color: blue;
	font-style: normal;
	font-family: Arial;
	display: none;
}