/*
 Theme Name:     Responsive Child
 Theme URI:      http://sunshineweek.org/responsive-child/
 Description:    Responsive Child Theme
 Author:         DGH
 Author URI:     http://sunshineweek.org
 Template:       responsive
 Version:        1.0.0
*/
 
@import url("../responsive/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
 
.menu {
                background-color: #003366;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#003366),to(#003366));
                background-image: -webkit-linear-gradient(top,#003366,#003366);
                background-image: -moz-linear-gradient(top,#003366,#003366);
                background-image: -ms-linear-gradient(top,#003366,#003366);
                background-image: -o-linear-gradient(top,#003366,#003366);
                background-image: linear-gradient(top,#003366,#003366);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003366,endColorstr=###003366);
}
 
a {
                color: #0B539C;
}
 
h5 {
                color: #003366;
}
 
.blue.button {
                background-color: #003366;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#003366),to(#003366));
                background-image: -webkit-linear-gradient(top,#003366,#003366);
                background-image: -moz-linear-gradient(top,#003366,#003366);
                background-image: -ms-linear-gradient(top,#003366,#003366);
                background-image: -o-linear-gradient(top,#003366,#003366);
                background-image: linear-gradient(top,#003366,#003366);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003366,endColorstr=##003366);
}
 
a.blue:hover {
                background-color: #003366;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#003366),to(#003366));
                background-image: -webkit-linear-gradient(top,#003366,#003366);
                background-image: -moz-linear-gradient(top,#003366,#003366);
                background-image: -ms-linear-gradient(top,#003366,#003366);
                background-image: -o-linear-gradient(top,#003366,#003366);
                background-image: linear-gradient(top,#003366,#003366);
                border: 1px solid #115290;
                color: #fff;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003366,endColorstr=#003366);
                text-shadow: 0 -1px 0 #115290;
}
 
.call-to-action {
                background-color: #003366;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#003366),to(#003366));
                background-image: -webkit-linear-gradient(top,#003366,#003366);
                background-image: -moz-linear-gradient(top,#003366,#003366);
                background-image: -ms-linear-gradient(top,#003366,#003366);
                background-image: -o-linear-gradient(top,#003366,#003366);
                background-image: linear-gradient(top,#003366,#003366);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003366,endColorstr=##003366);
}
