.intro-2 {
    background: url("../img/523778230.jpg") no-repeat center center;
    background-size: cover;
}

.top-nav-collapse {
    /*background-color: #9da4b1 !important;*/
    background-color: #ffffff !important;
}

.navbar:not(.top-nav-collapse) {
    /*background: transparent !important;*/
    background-color: #ffffff !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        /*background: #9da4b1 !important;*/
        background-color: #ffffff !important;
    }
}

.rgba-gradient {
    background: -webkit-linear-gradient(45deg, rgba(83, 125, 210, 0.4), rgba(178, 30, 123, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(29, 236, 197, 0.4)), to(rgba(96, 0, 136, 0.4)));
    background: linear-gradient(to 45deg, rgba(29, 236, 197, 0.4), rgba(96, 0, 136, 0.4) 100%);
}

.card {
    /*background-color: rgba(229, 228, 255, 0.2);*/
    background-color: rgba(144, 144, 144, 0.3);
}

body {
    background-color: #fff;
}

h6 {
    line-height: 1.7;
}

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

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1040px;
    }
}

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

footer.page-footer {
    /*background-color: #9da4b1;*/
    background-color: rgba(44, 54, 93, 0.9);
}