﻿.intro-2 {
    background: url("../img/bg_big.jpg")no-repeat center center;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #9da4b1 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #9da4b1 !important;
    }
}

.rgba-gradient {
    background: -webkit-linear-gradient(45deg, rgba(8, 8, 8, 0.4), rgba(54, 54, 54, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(8, 8, 8, 0.7), rgba(54, 54, 54, 0.4) 100%));
    background: linear-gradient(to 45deg, rgba(8, 8, 8, 0.7), rgba(54, 54, 54, 0.4) 100%);
}

.card {
    background-color: rgba(229, 228, 255, 0.2);
}

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;
}
.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}