html,
body,
main,
.view {
    height: 100%;
}

main { padding-top: 55px; }

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1000px;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 600px;
    }
}

.btn .fa {
    margin-left: 3px;
}

.navbar {
    background-color: #000000!important;
}

.top-nav-collapse {
    background-color: #000000 !important;
}

.navbar:not(.top-nav-collapse) {
    background: #000000 !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #000000 !important;
    }
}

.btn-white {
    color: black !important;
}


h1 {
    color: white;
}
h6 {
    line-height: 1.5;
    color: white;
}

.rgba-gradient {
    background: -moz-linear-gradient(25deg, rgba(97, 5, 5, 0.7), rgba(187, 187, 187, 0.7) 100%);
    background: -webkit-linear-gradient(25deg, rgba(97, 5, 5, 0.7), rgba(187, 187, 187, 0.7) 100%);
    background: -webkit-gradient(linear, 25deg, from(rgba(97, 5, 5, 0.7)), to(rgba(187, 187, 187, 0.7)));
    background: -o-linear-gradient(25deg, rgba(97, 5, 5, 0.7), rgba(187, 187, 187, 0.7) 100%);
    background: linear-gradient(to 25deg, rgba(97, 5, 5, 0.7), rgba(187, 187, 187, 0.7) 100%);
}