﻿
.text-white {
    color: #ffffff;
}

.back-to-top {
    display: block;
    position: fixed;
    bottom: 12px;
    right: 25px;
    z-index: 9;
    opacity: 0.3;
}

.back-to-top:hover {
        opacity: 1.0;
}

.navbar-right{
    padding-top: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #83eb13 !important;
}

/*.navbar-nav{
    margin: 0px 15px !important;
}*/