.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.75);
}


.dropdown-menu > li > a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-family: Hind, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

/* hover dropdown menu, remove this for small screens - add condition */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/*
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:
    color:
}

li.dropdown.open > .dropdown-toggle,
li.dropdown.active > .dropdown-toggle,
li.dropdown.open.active > .dropdown-toggle {
    backtround:
    color:
}*/

/*
ul li {
    color: #a6a7aa;
}
*/

.nav-item:hover > a:first-child {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.parallax-content p {
    color: #c6c6c6;
}

.float-right {
    float: right;
}

.txt-align-r {
    text-align: right;
}

#who-we-are,
#how-we-started,
#references {
    display: block;
    position: relative;
    top: -2em;
    visibility: hidden;
}

.item p,
.item ul,
.item ul li {
    color: #fff;
}

.item ul {
    list-style: none;
}

.item ul li::before {
    content: "\2022";
    color: rgb(230, 230, 230);
    color: rgba(230, 230, 230, 0.5);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.item span {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

.buffer-top {
    margin-top: 30px;
}

.underline {
    text-decoration: underline;
}

.center {
    margin: 0 auto;
}