body {
    background-color: #120d22;
}
.container{
    padding-top: 3.2vh;
    padding-bottom: 3.2vh;
}

html,
body,
header,
.view {
    height: 87.8vh;

}

@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;
}

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

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

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

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

h6 {
    line-height: 1.7;
}

.rgba-gradient {
    background:
            -webkit-linear-gradient(45deg, rgba(2, 7, 141, 0.1), rgba(29, 210, 177, 0.3) 100%);
    background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(2, 7, 161, 0.1)), to(rgba(29, 210, 177, 0.7)));
    background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
    background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}


#app{
    margin-top: 30px;
    height: 400px;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    display:none;
}


.head-block-title{
    color: white;
}

.head-block-content {

}

.navbar-brand span{
    color:white;
    font-weight: 300;
    font-style: italic;

}

.navbar-brand {
    color: white;
    text-align: left;
    font-weight: 600;
    padding-right: 23px;

}

.view{
    background-color:white;

}

