
body{
    font-family:'Nunito', sans-serif;
}
a{
    font-family:'Nunito', sans-serif;
    font-size: larger;
 

}
/* #navbarList{
padding-left: 150px;
} */
#navbarList a{
    color: black;
}
#navbarList a:hover{
color:rgba(0,212,255,1);
transition: all 0.3s ease;
}

/* a:hover{
    color: #1f9dcd;
} */
#clientDiv{
    /* color: white;
    background-color: #4074b0;
    font-family:'Nunito', sans-serif;
    height: auto; */
    color: white;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(33,138,222,1) 0%, rgba(0,212,255,1) 100%);
    font-family:'Nunito', sans-serif;
    height: auto;
    
    
}
#gradientDiv{
    color: white;
    background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(33,138,222,1) 0%, rgba(0,212,255,1) 100%);
    font-family:'Nunito', sans-serif;
    height: auto;
    
    
}
h1{
    border-bottom:2px solid lightgrey;
}

#clientTiles{
    background-color: white;
    color: black;
   height: auto;
    border-radius: 2rem;
    font-family: sans-serif;
}




#clientTiles h3{
    font-family:'Nunito', 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:'Nunito', sans-serif;
    border-bottom:2px solid black;

}

/* p{
    color: #4074b0;
    font-family:'Nunito', sans-serif;
    font-size: large;

} */

#copywriteFooter, #copywriteFooter p{
    background-color: #243861;
    font-family:'Nunito', sans-serif;
    color: white;
    font-size: 20px;

}
#navbarDiv{
    background-color: white ;
}



/* About us page css */
.peragraph-text-white{
    color: white;
    font-family:'Nunito', sans-serif;
    font-size: 25px;
}
#ourHistText{
    color:#243861;
    font-family:'Nunito', 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:'Nunito', sans-serif;
    width: 300px;
}

#aboutclientTiles h3{
    font-family:'Nunito', sans-serif;
    font-weight:700;
   
}
#aboutclientTiles:hover{
    background-color:#243861;
    color: white;
    
}
/* #whyChooseText{
    color:#243861;
    font-weight: bold;
    font-family:'Nunito', sans-serif;
    font-size: 15px;
    
} */

/* meet the team */
#teamDiv{
    background-color: #243861;
    font-family:'Nunito', 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:'Nunito', sans-serif;
}



/* Practice Areas */
#practiceAreaDiv{
    color: white;
    background-color: rgb(2,0,36); height:auto; background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(33,138,222,1) 0%, rgba(0,212,255,1) 100%);
    font-family:'Nunito', sans-serif;
    height: auto;

}
#practiceInternalDiv{
    background-color: #243861;
    font-family:'Nunito', sans-serif;
}
.peragraph-text-darkBlue{
    color: #243861;
    font-family:'Nunito', sans-serif;
    font-size: 25px;
}
.header-color-blue{
    color: #243861;
}
.bg-blue-link{
    background-color: #243861;
}

/* Testimonials  */
.headingFontSize{
 font-size: 40px;
 color:#243861
}

