/* Petshed Maintenance */
body.ps{
  background-image: url('ps.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'Open Sans';
}

.ps .maintenance-page {
  width: 60%;
  margin-left: 20%;
  margin-top: 12%;
}

.ps .maintenance-page h1 {
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 100;
  color: #3C5073;
}

.ps .maintenance-page p {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 100;
  line-height: 2;
  color: rgba(43, 43, 43, 0.8);
}

.ps .maintenance-page a {
  color: #ff6e00;
  text-decoration: none;
} /* End of Petshed Maintenance */



/* Trixan Body Maintenance */
body.tb{
  background-image: url('tb.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.tb .maintenance-page {
  width: 60%;
  margin-left: 30%;
  margin-top: 15%;
}

.tb .maintenance-page h1 {
  margin-bottom: 10px;
  font-size: 77px;
  font-weight: 100;
  font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
  color: #000000;
}

.tb .maintenance-page p {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 2;
  font-family: "Helvetica Neue";
  color: #000;
}

.tb .maintenance-page a {
  color: #d11242;
  text-decoration: none;
}

.tb img {
  margin-top: 20px;
  width: 200px;
} /* End of Trixan Body Maintenance */

/* Joes PetMed Maintenance */
body.jpm{
  background-image: url('jpm.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.jpm .maintenance-page {
  width: 60%;
  margin-left: 16%;
  margin-top: 8%;
}

.jpm .maintenance-page h1 {
  margin-bottom: 5px;
  font-size: 77px;
  font-weight: 100;
  font-family: 'Luckiest Guy', cursive;
  color: #e90302;
}

.jpm .maintenance-page p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 2;
  font-family: 'Open Sans';
  color: #000;
}

.jpm .maintenance-page a {
  color: #e90302;
  text-decoration: none;
}

.jpm img {
  margin-top: 20px;
  width: 200px;
}/* End of Joes PetMed Maintenance */


/* Trixan Supplies Maintenance */
body.tp{
  background-image: url('tp.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'Open Sans';
}

.tp .maintenance-page {
  width: 60%;
  margin-left: 16%;
  margin-top: 6%;
}

.tp .maintenance-page h1 {
  margin-bottom: 5px;
  font-size: 77px;
  font-weight: 100;
  color: #fff;
}

.tp .maintenance-page p {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 2;
  color: #fff;
}

.tp .maintenance-page a {
  color: #ffcb28;
  text-decoration: none;
}

.tp img {
  margin-top: 20px;
  width: 200px;
}/* End of Trixan Supplies Maintenance */


/* Kakadupet Maintenance */
body.kp{
  background-image: url('kkp.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'Open Sans';
}

.kp .maintenance-page {
  width: 60%;
  margin-left: 16%;
  margin-top: 6%;
}

.kp .maintenance-page h1 {
  margin-bottom: 5px;
  font-size: 77px;
  font-weight: 100;
  color: #302E2B;
}

.kp .maintenance-page p {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 2;
  color: #302E2B;
}

.kp .maintenance-page a {
  color: #009CFD;
  text-decoration: none;
}

.kp img {
  margin-top: 20px;
  width: 250px;
}/* End of Kakadupet Maintenance */