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

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

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

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

#intro .h6 {
    font-weight: 300;
    line-height: 1.7;
}

.hm-gradient .full-bg-img {
    background: rgba(42, 27, 161, 0.7);
    background: linear-gradient(45deg, rgb(25 24 27), rgb(21 26 60 / 70%) 100%);
}

@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

#pricing .lead {
    opacity: 0.7;
}

#pricing .card-image {
    background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
    font-size: 1.1em;
}

body {
    overflow-x: hidden;
}

#privacy-policy {
    position: relative;
    font-size: 12px;
    background-color: black;
}

#privacy-policy h3
{
    font-size: 16px;

}
#privacy-policy-background {
    opacity: .2;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url("https://news.northeastern.edu/wp-content/uploads/2019/02/data_privacy_1400.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
}

.message-sent #sent-notification {
    opacity: 1;
}

#sent-notification {
    opacity: 0;
    transition-property: opacity;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4em;
}
.message-sent-over #sent-notification {
    z-index: 100;
}
.sent-notification-text {
    background-color: #3948abb9;
    padding: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}

.privacy-read {
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 50%;
}
.privacy-read a {
color: white;
}

.form-submitted #submit-btn,
.form-submitted #contact-form input, 
.form-submitted #contact-form textarea
{
    opacity: .6;
    pointer-events: none;
    cursor: default;
}

.navbar-img2
{
    display: none;;
}

.scrolling-navbar.top-nav-collapse .navbar-img2
{
    display: inline;
}

.scrolling-navbar.top-nav-collapse .navbar-img
{
    display: inline;;
}

.scrolling-navbar.top-nav-collapse .navbar-img
{
    display: none;
}
