/***************************
Add your custom styles below
****************************/

#demo {    font-size: 13px;
    border-color: #313d53 !important;
    color: #313d53;
    background-color: #fd76a9;
}
#demo:hover {  
    border-color: #313d53 !important;
    color: #313d53 !important;
    background-color: #fff;
}


#login {    font-size: 13px;
    border-color: #313d53 !important;
    color: #313d53;
    background-color: rgba(256,256,256,0);
    
}
#login:hover {  
    border-color: #313d53 !important;
    color: #fff !important;
    background-color: #fff;
}
@media all and (max-width: 1320px) {
    .menu > li > a {
    padding: 0 1em; }
}

@media all and (max-width: 1278px) {
    .menu > li > a {
    padding: 0 .5em; }
}

@media all and (max-width: 1206px) {
.nav-bar .nav-module {
    padding: 0 .5em; }
}
@media all and (max-width: 1166px) {
.nav-bar .nav-module.right:not(.logo-module):not(.menu-module) {
    padding: 0 .5em; }
}
@media all and (max-width: 1112px) {
    .btn {
    padding-right: 2.25em;
padding-left: 2.25em; }
}