/* Add here all your CSS customizations */
html .bg-color-secondary, html .bg-secondary {
    background-color: #183f72!important;
}
.line-pre-title {
    width: 50px;
    height: 3px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

html .bg-color-primary, html .bg-primary {
    background-color: #e8465f!important;
}

.bg-color-primary-darken-1 {
    background-color: #e52f4b!important;
}

@media (min-width: 756px){
#hide_desktop {
    display: none;
}}
