html,
body,
header,
.jarallax {
    height: 100%;
}

@media (min-width: 560px) and (max-width: 740px) {

    html,
    body,
    header,
    .jarallax {
        height: 600px;
    }

}

.architect .navbar, .developer .navbar, .legal .navbar {
    background-color: #262626!important;
}

.rgba-blue-strong, .rgba-blue-strong:after {
    background-color: rgba(30,0,159,.9);
}

.developer mark {
    padding: .4rem 6rem;
    /*background-color: rgba(0,34,210,.7);    */
    background-color: rgba(38,38,38,.7);
    color: #D0D0D0;
.}

.developer .btn-floating {
    background-color: #262626 !important;
    margin-top: 6rem;
}

.developer .blue {
    background-color: rgba(30,0,159,1)!important;
}

.profile-pic {
    width: 250px;
}

.developer .streak1 {
    background: #262626!important;
    color: #ffffff;
    height: 180px;
}

.developer .btn-primary {
    background: #262626!important;
}

.developer .dark-grey{
    background: #262626!important;
    color: #ffff;
}

.developer .progress-bar {
    height: .4rem;
    background-color: #D0D0D0!important;
}