@font-face {
  font-family: 'BrauerNeue-Regular';
  src: url('myfont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial;
	font-weight: 200;
	font-size: 1.1vw;
	color: #808080;
}

table {
	padding: 0;
}

td {
	font-size: 1.1vw;
	font-weight: 200;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: BrauerNeue-Regular, Helvetica, Arial;
	font-weight: 200;
	color: #333333;
}

h1 {
	font-size: 1.7vw;
}

h2 {
	font-size: 1.5vw;
}

a {
	text-decoration: none;
	font-weight: 400;
	color: #808080;
}

.show {
	border: 1px solid red;
}

.title {
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.header {
	width: 100%;
	background-color: white;
	color: #808080;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0px;
	margin-bottom: 10px;
}

/* headershadow height must be height of logo + 2 x logo margin + 10px */
.headershadow {
	width: 100%;
	background-image: url('/images/70-80pxshadow.png');
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed;
	left: 0;
	top: 0;
	height: 170px;
	z-index: 10;
}

.footer {
	width: 100%;
	background-color: white;
	color: #808080;
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0px;
	margin-top: -20px;
	text-align: center;
}

.footershadow {
	width: 100%;
	background-image: url('/images/upshadow.png');
	background-repeat: repeat-x;
	background-position: top;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 80px;
	z-index: 10;
}

.logo {
	margin: 30px;
	background-image: url('/images/gnp-logo-black-500.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 100px;
	width: 200px;
}

.headerimage {
	margin-top: 140px;
	background-image: url('/images/converter-station-inside.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 33%;
}

.fullwidth {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}

.fullwidth table {
	width: 90%;
}

.r table {
	margin-left: 10%;
}

.l table {
	margin-right: 10%;
}

.r p {
	text-align: justify;
	margin-right: 10%;
}

.l p {
	text-align: justify;
	margin-left: 10%;
}

.l h1 {
	margin-left: 10%;
}

.quote {
	font-style: italic;
	color: black;
}

.map {
	background-image: url('/images/gnp-map.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	height: 100%;
	width: 100%;
}

.bigpic {
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 33%;
}

.imgcaption {
	width: 99%;
	text-align: right;
	margin-right: 1%;
	font-size: 1vw;
	font-style: italic;
	color: #808080;
	margin-top: 5px;
	margin-bottom: 10px;
}

.topcaption {
	width: 99%;
	text-align: right;
	margin-right: 1%;
	font-size: 1vw;
	font-style: italic;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 5px;
}

.centralcaption {
	width: 98%;
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 1vw;
	font-style: italic;
	color: #808080;
	margin-top: 5px;
	margin-bottom: 10px;
}

.pilbara {
	background-image: url('/images/pilbara-hills.jpg');
}

.perth {
	background-image: url('/images/perth-grey.jpg');
}

.converter {
	background-image: url('/images/valve-stacks.jpg');
}

.radiodish {
	background-image: url('/images/radio-dish.jpg');
	background-position: center top;
	margin-top: 0;
}

.central {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 80%;
	margin-left: 10%;
}

.central p {
	text-align: justify;
}

.acrosspage {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 10%;
	margin-right: 10%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 80%;
}

.distanceandgen {
	background-image: url('/images/generation-and-distance.png');
	height: 130px;
}

.distancecomparison {
	background-image: url('/images/distance-comparison.png');
	height: 200px;
}

.converteryard {
	background-image: url('/images/converter-station-labelled.jpg');
	height: 500px;
}