/* Override for the primary background color */
body {
    font-size: 16px;
}

.btn-primary {
    background-color: #a51f3b !important;
}
.btn {
    border-radius: 20px !important;  
}
h2 {
    font-size: 32px !important;
}

header.header .navbar a:hover {
    color: #a51f3b;
}
header.header .navbar a:active {
    color: #257298;
}
header.header .navbar-nav a {
    font-size: 17px;
}
header.header .toolbar .nav-link {
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid #727272;
    color: #a51f3b;
    position: relative;
    font-size: .9em;
}
header.header .toolbar .nav-link:hover {
    background-color: transparent !important;
}
.master-breadcrumb .breadcrumb {
    font-size: 0.9rem !important;
} 
.primary-content .card-body h1{
    font-size: 20px;
    line-height: normal;
}
/*remove the "Quick Shorcuts" from the Client Portal > Product Details */
#cPanelQuickShortcutsPanel {
    display: none;
}
/*remove the "Quick Create Email Account" from the Client Portal > Product Details */
#cPanelQuickEmailPanel {
    display: none;
}
.input-group-prepend {
     width: auto !important; 
}
#order-standard_cart .products .product div.product-desc {
    font-size: unset !important;
}
.input-group-addon, .input-group-btn {
    width: revert !important;
}
/* Remove links to cPanel & Webmail from the home page Active Products/Services Card */
#servicesPanel .div-service-buttons div {
    display: none;
}


