.hero {
  background-image: url(../assets/journey-bg.jpg);
  width: 100%;

}
a:hover, a:visited, a:link, a:visited, a{
  text-decoration: none;
  color: #ffffff;
}

.intend-act {
  font-size: 35px;
  padding-left: 520px;
  font-family:'Prata', serif;
}

.title.header {
  font-family: 'Prata', serif;
  line-height: 62px;
	font-style: normal;
	font-weight: normal;
	font-size: 85px;
	letter-spacing: -0.01em;
  color: #ffffff;
  text-align: left;

}

.subtitle {
  font-family: 'Prata', serif;
  line-height: 0.2rem;
	font-size: 65px;
	letter-spacing: -0.01em;
  color: #ffffff;
  text-align: right;

}


.tile {
  font-family: 'Chivo', sans-serif;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-size: 51px;
  font-weight: 400;

}


.container.tiles {
  padding-top: 10px;
	padding-right: 100px;
}

.context-stats {
  background: #D1B6ED;
}

.tips-tricks {
  background: linear-gradient(180deg, #D1B6ED 0%, rgba(29, 64, 139, 0.58) 100%);
}

.readings{
  background: #A0A2E7;
}

.audio-video {
  background: #D1B6ED;
}

.tile.box.context-stats {
  position: absolute;
	width: 242px;
	height: 212px;
  left: 320px;
  top: 280px;
  padding: 20px;
  text-align: right;
  

}

.tile.box.tips-tricks {
  position: absolute;
	width: 242px;
	height: 212px;
  left: 640px;
	top: 280px;
  
}
.tile.box.readings {
  position: absolute;
	width: 242px;
	height: 212px;
  left: 250px;
  top: 550px;
  display: flex;
  align-items: flex-end;
 
}

.tile.box.audio-video {
  position: absolute;
	width: 242px;
	height: 212px;
  left: 590px;
  top: 550px;
  text-align: right;
  line-height: 74px;
}

.floatRightPencil {
  position: absolute;
  float:right;
  margin-left:20px;
  height: 18px;
  transform: rotate(145deg);
  left: 1100px;
  top: 510px;
  z-index: 2;

}

.floatRightPaper {
  float: left;
  position: absolute;
  left:  1000px;
  top: 380px;
  transform: rotate();
  height: 405px;
  z-index: 1;

}