/* unvisited link */
a:link {
  color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: none;
}

/* selected link */
a:active {
  color: black;
}


.element {
	font-family: "Gineto";
	font-weight: 400;
	font-style: normal;
    font-size: 20px;
    line-height: 28px;
}
.txtjosh {
    width: 500px;
    margin-left: 2%;
}


@media only screen and (max-width: 600px) {
  .txtjosh {
    width: 90%;
    margin-left: 5%;
}
}