.category.cat1 {
color:#ffffff;
background-color: #ffffff;
border-color:#ffffff;
}
a.category.cat1:hover,
a.category.cat1:active,
a.category.cat1:focus {
color:#ffffff;
background-color:#ffffff;
}
.category.cat2 {
color:#ffffff;
background-color: #ffffff;
border-color:#ffffff;
}
a.category.cat2:hover,
a.category.cat2:active,
a.category.cat2:focus {
color:#ffffff;
background-color:#ffffff;
}
.category.cat3 {
color:#ffffff;
background-color: #ffffff;
border-color:#ffffff;
}
a.category.cat3:hover,
a.category.cat3:active,
a.category.cat3:focus {
color:#ffffff;
background-color:#ffffff;
}
.result_tab table {
    font-size: 0.9rem;
}
.head_copy{
   font-size: 1.6em;
   font-weight: 500;
}



@media screen and (max-width: 767px){
.greeting_text p {
    font-size: 1.125rem;}

.head_copy{
   font-size: 1.3em;
}
}