#spinner-green { visibility: hidden; }

.my-class .bar {
    background:#d1ecf1;
}


.subscribe {
    position:fixed;
    bottom:1%;
    right:1%;
}

body {
    background-color: #000000; color: #c0c0c0
}

.tb-common {
    // background-color: #ffffff;
}

.logo {
    width: 40px;
    height: 40px;
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 18pt;
    font-weight: bold;
    float: left;
    position: relative;
    margin-right: 10px;
}

.image {
    width: 500px;
    height: 665px;
    background-image: url("../resources/anton-golovin.jpg");
    background-repeat: no-repeat;
}

.nav-link {
   color: orange;
}

.black_text { color: #000000; }