h1, .h1 {
  font-size: 2.8rem; }

h1, h2, h3, h4, h5, h6 {

line-height: 1.6;

}

@media (max-width: 425px) {
    
    h1, h2, h3, h4, h5, h6, p {
line-height: 1.2;
    
}
}

@media (max-width: 425px) {
  h1, .h1 {
  font-size: 1.9rem; }

h2, .h2 {
  font-size: 1.5rem; }

h3, .h3 {
  font-size: 1.4rem; }

h4, .h4 {
  font-size: 1.4rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }
  }

.pricing-entry .img {
    min-height: 212px;
    
}


.topper .text {
        color: rgba(255, 255, 255, 0.9);
}


.color-white-av{
    
    color: rgba(255, 255, 255, 0.9);
}

.color-white-av:hover{
    
    color: rgba(255, 255, 255, 1.0);
}

.carousel-control-prev-icon {
    background-image: url(images/back.png)!important;
}

.carousel-control-next-icon {
    background-image: url(images/next.png)!important;
}