
body{
    font-family:'Cabin', sans-serif;
}
a{
    font-family:'Cabin', sans-serif;
    font-size: larger;
 

}
/* #navbarList{
padding-left: 150px;
} */
#navbarList a{
    color: black;
}
#navbarList a:hover{
color: #1f9dcd;
transition: all 0.3s ease;
}

/* a:hover{
    color: #1f9dcd;
} */
#clientDiv{
    color: white;
    background-color: #4074b0;
    font-family:'Cabin', sans-serif;
    height: auto;
    
    
}
#gradientDiv{
    color: white;
    background-color: #44bb72; height:auto;background: rgb(11,244,51);
background: linear-gradient(180deg, rgba(11,244,51,1) 0%, rgba(47,176,38,1) 56%);
    font-family:'Cabin', sans-serif;
    height: auto;
    
    
}
h1{
    border-bottom:2px solid black;
}

#clientTiles{
    background-color: white;
    color: black;
   height: auto;
    border-radius: 2rem;
    font-family: sans-serif;
}




#clientTiles h3{
    font-family:'Cabin', sans-serif;
    font-weight:700;
   
}


#clientTiles:hover{

    background-color: #243861;
    color: white;
    
}

#linkButton{
    background-color: #4074b0;
    color: white;
    font-weight: 700;
    font-family: sans-serif;
}



/* Footer CSS */
#contactUsHeading{
    color: #4074b0;
    font-family:'Cabin', sans-serif;
    border-bottom:2px solid black;

}

p{
    color: #4074b0;
    font-family:'Cabin', sans-serif;
    font-size: large;

}

#copywriteFooter, #copywriteFooter p{
    background-color: #243861;
    font-family:'Cabin', sans-serif;
    color: white;
    font-size: 20px;

}
#navbarDiv{
    background-color: white;
}



/* About us page css */
.peragraph-text-white{
    color: white;
    font-family:'Cabin', sans-serif;
    font-size: 25px;
}
#ourHistText{
    color:#243861;
    font-family:'Cabin', sans-serif;
    font-size: 25px;
    font-weight:500;
}
#bottomBorder{
    border-bottom:4px solid #243861;
;
}

#aboutclientTiles{
    background-color: white;
    color: black;
   height: auto;
    border-radius: 3rem;
    font-family:'Cabin', sans-serif;
    width: 300px;
}

#aboutclientTiles h3{
    font-family:'Cabin', sans-serif;
    font-weight:700;
   
}
#aboutclientTiles:hover{
    background-color: lightskyblue;
    
}
#whyChooseText{
    color:#243861;
    font-family:'Cabin', sans-serif;
    font-size: 15px;
    
}
/* meet the team */
#teamDiv{
    background-color: #243861;
    font-family:'Cabin', sans-serif;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5),
    10px 10px 15px rgba(0,0,0,0.5),
    
    -1px -1px 30px rgba(0,0,0,0.2);
    border-radius: 85px;
}
.text-shadow{
    text-shadow: 2px 2px 4px #000000;
}
.font-family{
    font-family:'Cabin', sans-serif;
}



/* Practice Areas */
#practiceAreaDiv{
    color: white;
    background-color: #243861;
    font-family:'Cabin', sans-serif;
    height: auto;

}
#practiceInternalDiv{
    background-color: #243861;
    font-family:'Cabin', sans-serif;
}
.peragraph-text-darkBlue{
    color: #243861;
    font-family:'Cabin', sans-serif;
    font-size: 25px;
}
.header-color-blue{
    color: #243861;
}
.bg-blue-link{
    background-color: #243861;
}

/* Testimonials  */
.headingFontSize{
 font-size: 40px;
 color:#243861
}

