@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width : 320px) and (max-width : 768px) {
	body {-webkit-text-size-adjust: none;}
}
html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header {
	padding: 5px;
}

footer {
	padding: 19px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #000000;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.navformat {
	padding: 0px 15px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.mainnav ul {
	list-style-type: none;
	text-align: center;
}
.mainnav ul li {
	display: inline-block;
}

.mainnav ul li a {
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 8px;
}

.mainnav ul li a:hover {
	color: #BFBFBF;
}

.bannertext {
	color: #FFFFFF;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
}

.pagecontent {
	color: #000000;
	padding: 20px;
	font-size: 17px;
	font-weight: 200;
}

.section1 {
	background-color: #FFFFFF;
}

.section2 {
	background-color: antiquewhite;
}

.section3 {
	background-color: aliceblue;
}

.ph1 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.ph2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 2px;		
}

.subnavformat {
	background: #4B4A4A;
	padding: 6px;
	display: block;
	text-align: center;
}

.subnav {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 300;
	margin: 8px 6px;
}

.subnav:hover {
	color: #BFBFBF;
}
.topbutton {
	position: fixed;
    bottom: 52px;
    right: 0px;
	display: none;
	z-index: 100;
}

.listindent li {
	padding-left: 40px;
	list-style-position: inside;
	text-indent: -1em;
}

.centretitle {
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	margin-top: 5px;	
}

table {
	border-collapse: collapse;
	font-size: 15px;
	margin-left: 25px;
}

table, th, td {
	border: 1px solid black;
	padding: 3px;
}
.tdcentre {
	text-align: center;
}
.footerleft {
	display: block;
	float: left;
	margin-bottom: 19px;
}
.footerright {
	display: block;
	float: right;
}
.terms {
	text-decoration: none;
	color: #FFFFFF;
}
.terms:hover {
	color: #BFBFBF;
}

@media (min-width: 414px){
	footer {
		font-size: 15px;
	}
}

@media (min-width: 1055px){
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.mainnav {
		float: right;
	}
	
	.mainnav ul li a {
		padding-top: 16px;
	}
	.pagecontent {
		padding: 30px;
	}
}
@media (min-width: 1250px){
	.topbutton {
		bottom: 0;
	}
}
