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

.top-nav-collapse {
    background-color: rgba(17, 72, 97, 0.7) !important;
}

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

.contact:not(.top-nav-collapse) {
        background: rgba(16, 72, 97, 0.70) !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: rgba(16, 72, 97, 0.70) !important;
    }
}

.hm-gradient .full-bg-img {
    background: -webkit-linear-gradient(98deg, rgba(22, 91, 231, 0.5), rgba(16, 72, 97, 0.50) 100%);
    background: -webkit-gradient(linear, 98deg, from(rgba(22, 91, 231, 0.5)), to(rgba(17, 72, 97, 0.5)));
    background: linear-gradient(to 98deg, rgba(22, 91, 231, 0.5), rgba(17, 72, 97, 0.5) 100%);
}

/* .page-footer {
    background-color: #6f7178;
} */

.card {
    background-color: rgba(255, 255, 255, 0.85);
}

.md-form .prefix {
    font-size: 1.5rem;
    margin-top: 1rem;
}

h6 {
    line-height: 1.7;
}

.top-buffer {
    margin-top: 30px;
}


p.menu-main {
    font-weight: bold;
}
p.menu-second {
    font-style: italic;    
}