


 body {
      margin: 0 0 0 0;
 }      

#service-info-container {
        position: static;
        height : auto;
        width : 100%;
        
}




.top-bar {
    width : 90vw;
    max-width : 700px;
    height: calc(18vw + 48px);
    max-height : 198px;
    border-style :solid;
    border-color : #0F31F0;
    border-width : 5px;
    border-radius : 70px 70px 0px 0px;
    position : relative;
    background-color : white;
    margin : 40px auto 0px auto;
}
   

.certified {
    width : 18vw;
    max-width : 150px;
    padding : 2px;
    border: 2px solid #000080;
    border-radius : 50%;
    position: absolute;
    left : 0px;
    top : 0px;
    margin : 20px 0px 0 20px;
    display:inline-block;
}

.insured {
    width : 18vw;
    max-width : 150px;
    padding : 2px;
    border: 2px solid #000080;
    border-radius : 50%;
    position: absolute;
    right : 0px;
    top : 0px;
    margin : 20px 20px 0 0px;
    display:inline-block;
}

.top-bar-text {
    width : calc(54vw - 70px) ;
    max-width : 330px ;
    height : 18vw;
    font-family : georgia;
    font-size : 30px;
    font-weight : bold;
    text-align : center;
    display: inline-block;
    margin-top : 30px;
    position : relative;
    color : rgb(0,0,100);
} 
    
.pool {
    width : 90vw;
    max-width : 700px;
    border-style :solid;
    border-color : #0F31F0;
    border-width : 5px;
    position : relative;
    display : block;
    margin : 0 auto 0px auto;
    top : -5px;
}
    

.foot-bar {
    width : 90vw;
    max-width : 700px;
    height : auto;
    border-style :solid;
    border-color : #0F31F0;
    border-width : 5px;
    border-radius : 0px 0px 70px 70px;
    position : relative;
    display : block;
    background-color : white;
    margin : 0px auto 0px auto;
    top : -10px;
}

.rate-title {
    margin : 10px auto 0px auto;
    font-family : tahoma;
    font-size : calc(11px + 1.2vw);
    font-weight : bold;
    color : rgb(0,0,100);
    text-align : center;
}    

.rates {
    margin : 10px auto 0px auto;
    font-family : tahoma;
    font-size : calc(10px + 1.0vw);
    font-weight : bold;
    color : rgb(0,0,100);
    margin-left : 30px;
}

.l_cell {
    width : 50vw;
}    
.r_cell {
    width : 30vw;
}    

.free-filter {
    margin : 20px auto 20px auto;
    font-family : georgia;
    font-size : calc(11px + 1.2vw);
    font-weight : bold;
    color : rgb(255,0,0);
    text-align : center;
}

.pool-test {
    width : 80vw;
    padding : 10px;
    max-width : 680px;
    height: auto;
    font-family : tahoma;
    font-size : calc(12px + 1.4vw);
    font-weight : bold;
    color : rgb(0,0,100);
    text-align : center;
    border-style :solid;
    border-color : #0F31F0;
    border-width : 5px;
    border-radius : 70px;
    position : relative;
    background-color : white;
    margin : 40px auto 0px auto;
}

.pool-test-title {
    width : 30vw;
    padding: 10px;
    border-radius : calc(10px + 2.5vw);
    background-color : rgb(0,0,255);
    color : rgb(0,255,255);
    font-family : georgia;
    margin : 10px auto 20px auto;
    font-size: calc(12px + 2vw);
}


.free-pool-test {
    margin : 20px 5vw 0 5vw;
    color : rgb(255,0,0);
    font-family : georgia;
    font-size: calc(12px + 2vw);
}

.text-container a {
    font-size: calc(12px + 1.0vw);
    font-weight : bold;
    opacity : 1.0;
}


.fa-facebook {
  background: white;
  color: #3B5998;
}






.background {
    z-index : -10;
    position: fixed;
    width : 100%;
    height : 100vh;
    object-fit : cover;
}





.sub-page-title {
    font-size : 40px;
    text-align : center;
}    


@media screen and (max-width : 800px) {
    .top-bar-text {
        font-size : 3.7vw;
        margin-top : calc(15px + 2vw);
    }  


.top-bar {
    border-radius : calc(20px + 5vw) calc(20px + 5vw) 0px 0px;
}
  
.foot-bar {
    border-radius : 0px 0px calc(20px + 5vw) calc(20px + 5vw);
}

.pool-test {
    border-radius : calc(20px + 5vw);
}

  
}



@media screen and (max-width : 660px) and (max-height : 500px) {
    

     #home-info-container {
        height : 1450px;
        background-size: 100% 1450px;
     }    
}







