a.navlink1:link, a.navlink1:visited {  background-color: #f88336; 
  color: white;    padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
      margin-bottom: 5px;
}
  a.navlink1:hover, a.navlink1:active {
    background-color: red;
  }
.prayer-a-day .header h2 {
      font-weight: 700;
}
@media only screen and (max-width: 768px) {
a.navlink1:link, a.navlink1:visited {
   
    width: 42%;
   font-size:15px;
}
}