body
	{ background-image: url(img/gtr.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	}

h1 {
	text-align: left;
	font-size: 55pt;
	color: white;
	position: fixed;
}

.contact {
  	width: 750px;
  	background-color: lightgray;
   	font-size: 15pt;
  	color: blue;
  	margin: auto;
   }

   header {
	text-align: center;
	font-size: 18pt;
	background-size: cover;                   
    width: 100%;
    position: fixed;
}

h2 {
	text-align: left;
	font-size: 55pt;
	color: white;
	margin: auto;
}

 .spacer {
	height:5em;
}

