/*
 Theme Name:   FCC Pleasanton Christian Radcliffe-child-theme
 Theme URI:    http://pleasantonchristian.org/wp-content/themes/pleasanton-christian-radcliffe-child
 Description:  Custom Pleasanton Christian - Radcliffe Child Theme 
 Author:       Thomas Whiteman
 Author URI:   http://pleasantonchristian.org/wp-content/themes/
 Template:     radcliffe-2-wpcom
 Version:      1.0.0
*/
/* Add Custom CSS after this line */
.contact-info-area .icon {
height: 2em !important;
width: 2em !important;
fill: blue !important;
}
.site-title a {
color: blue !important;
font-family: ubuntu bold;
font-size: 5rem !important;
}
.site-title a:hover {
color: red !important;
}
.main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.current-menu-item > a {
background: red !important;
border-radius: 3px;
}