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

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

.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;
	padding-top: 20px;

}

.tile {
  font-family: 'Chivo', sans-serif;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-size: 42px;
  display: inline-block;
}

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

}

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

.new-reflection {
  background-image: url(../assets/reflection-bg.jpg);
}

.tile.new-reflection {
  position: absolute;
	width: 775px;
	height: 78px;
  left: 50px;
  top: 287px;
  font-size: 45px;
}

.previous-reflections {
  background: #D1B6ED;
}

.reflection {
  width:50%;
   margin-top: 120px;
  margin-left: 40px; 
  height: 40px;
  font-size: large;
 
}

.submit {
  height: 40px;
  font-size: medium;
  width: 64px;

}

.tile.previous-reflections {
  position: absolute;
  font-size: 45px;
  width: 775px;
  height: 78px;
  left: 50px;
  top: 437px;

}

.table-info {
  width:54%;
  margin-top:95px;
  margin-left:50px;
  font-size:22px;

}

.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;

}

