html,body{
  color:#222;
  background-color: rgba(242, 239, 230);
  
  }

  .services_bg{
    background-image: linear-gradient(to bottom, transparent, rgba(242, 239, 230)), url("../images/Services_Banner2.jpg");
    background-size: cover;
    height:600px;
    position:relative;
    color:white;
    
    
  }

  @media(max-width: 1351px){
    .services_bg{
      height:500px;
    }
  }
  @media(max-width: 958px){
    .services_bg{
      height:300px;
    }
  }
  @media(max-width: 578px){
    .services_bg{
      height:225px;
    }
  }
  @media(max-width: 434px){
    .services_bg{
      height:200px;
    }
  }


  .services_bg h2{
    margin-top: 10vh;
    color:black;
    font-weight: bold;
    
  }

  
  
  /*Second Picture & Blurb Section Under Header*/
  .massage_title p{
    font-size:1.75rem;
  }
  
  @media(max-width:1347px){
  
    .massage_title p{
      font-size:1.5rem;
    }
  }
  @media(max-width:1152px){
    .massage_title p{
      font-size:1.25rem;
    }
  }
  @media(max-width:991px){

    .massage_title p{
      font-size:1.15rem;
    }
    
  }

  @media(max-width:575px){
    .massage_title p{
      margin: 5px !important;
    }
  }
  


 @media(max-width:600px){
  .massage_title .rates{
    font-size:1rem;
  }
}







  
  
  #chair_massage_title{
    font-weight: bold;
    font-size: 200%;
  }

  #carousel_home img{
    width:100%;
    height:100%;
  }
 
  
  
  
  @media (max-width: 500px){
    #services_header h1{
      font-size: 2rem;
    }
    #services_header h4{
      font-size:1rem;
    }
    #services_header p{
      font-size: 0.8rem;
  }
  
      
  }
  