body {
	background-color:#fff !important;
}

h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 22px;
  color: #00aeef;
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 768px) {
  h1 {
    font-weight: 700;
    font-size: 30px;
    padding-top: 25px;
  }
}

h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 30px;
  color: #00aeef;
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 768px) {
  h2 {
    font-weight: 700;
    font-size: 40px;
    padding-top: 25px;
  }
}

h4 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  color: #00aeef;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  h4 {
    font-weight: 700;
    font-size: 24px;
    padding-top: 15px;
  }
}

h5 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  color: #00aeef;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  h5 {
    font-weight: 700;
    font-size: 24px;
    padding-top: 15px;
  }
}
p {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 14px;
  color: #00aeef;
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 768px) {
  p {
    font-weight: 500;
    font-size: 18px;
    padding-top: 25px;
  }
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%) !important;

}

.petsHolder {
  height: 185px;
  width: 100%;
  /*background-color: #00aeef;*/
}

@media (min-width: 414px) {
  .petsHolder {
    height: 215px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .petsHolder {
    height: 300px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .petsHolder {
    height: 218px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .petsHolder {
    height: 275px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .petsHolder {
    height: 300px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .petsHolder {
    height: 329px;
    width: 100%;
    background-color: #00aeef;
  }
}

.petsHero {
  background-image: url("../../assets/img/main/pets/petsHeaderMobile.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .petsHero {
    background-image: url("../../assets/img/main/pets/petsHeader.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.mapHolder {
  height: 130px;
}

@media (min-width: 414px) {
  .mapHolder {
    height: 150px;
  }
}

@media (min-width: 576px) {
  .mapHolder {
    height: 150px;
  }
}

@media (min-width: 768px) {
  .mapHolder {
    height: 180px;
  }
}

@media (min-width: 992px) {
  .mapHolder {
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .mapHolder {
    height: 250px;
  }
}

.mapTLeft {
  background-image: url("../../assets/img/main/pets/map/MAP_AQUA1.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.mapTLeft:hover {
  background-image: url("../../assets/img/main/pets/map/MAP_AQUA2.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.mapTRight {
  background-image: url("../../assets/img/main/pets/map/MAP_City.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.mapTRight:hover {
  background-image: url("../../assets/img/main/pets/map/MAP_City2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.mapBLeft {
  background-image: url("../../assets/img/main/pets/map/MAP_Kai.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.mapBRight {
  background-image: url("../../assets/img/main/pets/map/MAP_Pre.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.mapPad {
  padding-top: 25px;
}

.mapPointer {
  cursor: pointer;
}

.bannerHolder {
  height: 375px;
}

.aquaBanner {
  background-image: url("../../assets/img/main/pets/zzPBannerAquaMobile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .aquaBanner {
    background-image: url("../../assets/img/main/pets/zzPBannerAqua.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.bannerPad {
  
  
}

.pagePad {
  padding-top: 50px;
}
/*-------LEGAL PAGES-----------*/

#legalMain{

    align-content: center;
    
}

.extraBox {
  text-align: left;
  padding: 0px;
  margin: 25px 0 20px 0;
}

.legalBox {
  font-family: 'Mouse Memoirs', sans-serif !important;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  text-align: left !important;    
}

@media (min-width: 576px){
.legalBox {
  font-size: 16px;

}
}

@media (min-width: 768px){
.legalBox {
  font-size: 18px;

}
}

@media (min-width: 992px){
.legalBox {
  font-size: 18px;

}
}

#legalHeader{}

.legalStripe {
	background-color: #00aeef;
	height: 50px;
	padding-bottom: 25px;
}

/*----------MSIC PAGE--------*/


#miscPage{
align-content: center;
}


.miscHolder {
  height: 190px;
  margin: 24px 0 20px 0;    
}

@media (min-width: 576px){
 .miscHolder {
  height: 220px;
}
}

@media (min-width: 768px){
 .miscHolder {
  height: 300px;
}
}

.miaImg {
  background-image: url("../../assets/img/misc/404.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.miaPad {
	padding-bottom: 100px;
}

.altMode{
	padding-top: 10px;
}

@media (min-width: 768px){
	.altMode{
	padding-top: 100px;
}
}

.altMinus{
	margin-top: -20px;
}