/*@import url('../fonts.css')*/


body {
  background: url('../assets/ape.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.position{
		position: absolute;
width: 614px;
height: 56px;
left: 104px;
top: 275px;

}

.moto{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 38px;
line-height: 56px;
color: #FEFFFD;

}

.purpose{
	
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 27px;
color: #E0DEDE;

}

