::selection {
    background: #8b0736;
    text-shadow: none;
    color: #FFF;
}

nav .main-menu .dropdown-menu {
    border-color: #8b0736;
}

.fa-home::before {
    content: "\f015";
    display: none;
}

.gototop-button {
    background-color: #8b0736;
}
.gototop-button {
    border-radius: 4px;
    bottom: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 8px 14px 9px;
    position: fixed;
    right: 10px;
    z-index: 199;
}
