/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2026-05-27 18:38:21
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
    font-family: 'Open Sans', 'sans-serif';
}

/* LOGIN PAGE BACKGROUND */
.page-background {
    background: url('https://dcusercontent.imgix.net/tommy_gun_s_original_barbershop/images/image_e5b39ee159_20260224121523.png?auto=format&ixlib=php-4.1.0&s=01b44770a935ce03afe9d2c037d25aae') no-repeat center 50px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* TOP MENU BAR */
.navbar {
    background-color: #151515;
}

.navbar-inverse {
    border-color: #151515;
}


.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    background-color: #ffffff !important;
}

/* BUTTON COLOR */
.bghighlight {
    color: #ffffff;
    background-color: #c5203e !important;
}

.bghighlight:hover {
    background-color: #151515 !important;
}

.panel.mid-box {
    border: 1px solid #151515;
}

/* LINK COLOR */
a, a:link {
    color: ;
}

a:hover {
    color: ;
}

footer a {
    color: #151515 !important;
}

footer a:hover {
    color: #c5203e !important;
}