  
    body {
        
        font-size:14px;
    }
    
    p {font-size:1rem;}
    
    
    
    @media screen and (min-width:768px){
    
    body {
        
        font-size:16px;
    }
    
    p {font-size:1rem;
    
}
}



#main {
    background:#007cc1;
    color:#fff;
}

h1 {font-weight:600;}

.card {
    color:#242424;
}


body {
   
    font-family:"Muli", sans-serif;
}

.logo {
    display:block;
    margin:0 auto;
}





h2 {
    font-weight:300;
}

h3 {font-weight:600;
}


.headimg {width:100%;}


h1 {font-size:1.5rem;}
h2 {font-size:1.25rem;}
h3 {font-size:1rem;}
   @media screen and (min-width:768px){
    
 h1 {font-size:2rem;}
h2 {font-size:1.5rem;}
h3 {font-size:1.25rem;}
}






.btn-ells-ds {
    background: #242524;
  
    font-weight:600;
    text-transform:uppercase;
    color: #fff;
}


.btn-ells-ds:hover {
    background: #fff;
    
    color: #007cc1;
}