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


.tile {
  font-family: 'Chivo', sans-serif;
  letter-spacing: -0.05em;
  color: #ffffff;
  font-size: 35px;
  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;
}

.trainings {
  background: #97A6E5;
}

.tile.trainings {
  position: absolute;
  width: 775px;
  height: 78px;
  left: 50px;
  top: 257px;
}

.search-trainings {
  background: #97A6E5;
}

.tile.search-trainings {
  position: absolute;
	width: 775px;
	height: 78px;
  left: 50px;
	top: 557px;
}

.table-info {
    width: 63%;
    position: absolute;
    left: 50px;
    font-size: 25px;
    top: 350px;
}

.other-trainings {
    width:49%;
    top: 650px;
    left: 50px;
    height: 40px;
    font-size: large;
    position: absolute;
}

.search {
    height: 40px;
    font-size: medium;
    width: 64px;
    position: absolute;
    left: 760px;
    top: 650px;

}

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

}