
/* Main scripture copy */
.indexbody {
  width:400px;
  margin: auto;
  margin-top: 10%;
  margin-bottom: 200px;
  line-height: 2em;
}

.indexbody h1 {
  font-size: 100px;
  font-family: Rajdhani;
  font-weight: 300;
}

.indexbody p {
  text-align: right;
  font-family: Lato;
}

.indexbody ul {
  display: inline;
}

.indexbody a {
    font-family: Lato;
    font-size: 30px;
    text-decoration: none;
    color: #333333;
    text-align: center;
  }

/* Main scripture copy on MOBILE */
@media (max-width: 600px) {

.indexbody {
  width:60%;
  margin-top: 20%;
  margin-bottom: 200px;
  margin-left: 20%;
  position: relative;
  line-height: 2em;
}

.indexbody h1 {
  letter-spacing: 2px;
  font-size: 75px;
  font-family: Rajdhani;
}

.indexbody p {
  text-align: right;
}
  
}