/*
Theme Name: Franz Josef Child
Description: Child theme for Franz Josef
Template: franz-josef
*/

@import url("../franz-josef/style.css");
/* Your modification goes here */
.carousel .btn-primary {
    background: linear-gradient(150deg, #00446a, #00446a);
    border-color: #00446a;
}
.top-bar {
    background: #00446a;
    padding: 10px 0;
    color: #ffffff;
    font-size: 0.9em;
    line-height: normal;
    display: none;
}
.navbar-inverse {
    background-color: #00446a;
    border-color: #00446a;
}
#scorecard-app .pure-table thead tr th {
	line-height: 1.3;
}