@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Medium.otf')  format('opentype'),
       url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf')  format('truetype'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Light.otf')  format('opentype'),
       url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf')  format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}



body{
	padding:0;
	margin:0;
	font-family: 'Gotham-Medium';
}

.wrapper{
	width: 70%;
	max-width: 600px;
	text-align: center;
	margin: 4em auto 1em auto;
}

h1{
	font-weight: bold;
	font-size: 120px;
	margin:0;
	padding:0;
	color:#00974B;
}

h3{
	color: #00974B;
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 160%;
	/*text-transform: capitalize;*/
	letter-spacing: 1px;

}
h4{
	font-size: 14px;
    line-height: 200%;
    margin: 2.5em auto 1.5em auto;
    width: 90%;
    font-family: 'Gotham-Light';
    text-shadow: 0px 0px #006331;
}

.robot{
	width: 160px;
    height: auto;
    margin-top: 2em;
    margin-bottom: 1em
}
a.homeBtn{
	width: auto;
	padding: 1.3em 3em;
	background:#00974B;
	color:#fff;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	margin: 1em;
	font-weight: bold;
    letter-spacing: 1px;
}

a.homeBtn:hover{
	opacity: .9
}