


body {
    background: #FF6E1D;
    margin:0;
	padding:0;
}

.title h1{
	color: white;
  	font-size: 65pt;
  	font-family: Neue Haas Grotesk Display Pro ;  
  	font-weight: bolder;
    position: absolute;
    top: 150px;
    left: 160px; 
  	line-height:1.2;
}

.title h1:hover {
	-webkit-text-stroke: 2px white;
	  color:transparent;
	  }

.title h2{
	color: white;
	font-size: 25pt;
	font-family: aktiv grotesk;
	font-weight: normal;
	position: absolute;
	top: 285px;
	left: 165px;
}

.home {
	position: absolute;
    top: 35px;
    right: 10px; 
    text-align: right;
    width:300px;
}
.home a {
	float:left;
	margin-right: 60px;
	text-decoration: none;
}
.home h2 {
	margin:0;
	color: #2E316D;
    font-size: 10pt;
    font-family: raleway ;  
    font-weight: lighter;
    line-height:1.2;
}


p{
  color: white;
  font-size: 12pt;
  font-family: aktiv grotesk;
  font-weight: lighter;
  text-align: left;
  position: absolute;
  top: 400px;
  left: 160px;
  right: 795px;
  line-height: 1.7 ;
}

  h3{
  color: white;
  font-size: 9pt;
  font-family: aktiv grotesk;
  font-weight: lighter;
  text-align: left;
  position: absolute;
  top: 650px;
  left: 160px;
  right: 795px;
  line-height: 1.7 ;
}


.square{
	height: 450px;
	width: 480px;
	background-color: #2E316D;
	position: absolute;
	right: 180px;
	top: 270px;
}


.focus{
	position: absolute;
	right: 220px;
	top: 230px;

}

.arrow{
  position: absolute;
  top: 420px;
  left: 50px;
  opacity: .5;
}

.arrow:hover{
  opacity:1;
  transform:scale(1.5);
}





