a, a:hover {
    color: #d9d059;
    text-decoration: none;
}

.container-fluid {
    font-family: 'Barlow', sans-serif;
    letter-spacing: .0625rem;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 0 0 0.0625rem transparent;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}


.bg-primary {
    background-color: #d9d059 !important;
}


.btn-primary {
    color: #000;
    background-color: #d9d059;
    border-color: #d9d059;
}


.btn {
    font-size: 0.8rem;
}

.navbar {
    padding: 0;
    font-size: .8125rem;
    text-transform: uppercase;
    border-bottom: .0625rem solid #e5e7e9;
}


.navbar-brand {
    border-right: .0625rem solid #e5e7e9;
    padding: 1.25rem;
}


.nav-item {
    padding: 1.25rem;
    border-right: .0625rem solid #e5e7e9;
}


.home-banner {
    background-image: url(../img/open.jpg);
    background-size: cover;
    background-attachment: fixed;
}


.full-screen {
    min-height: 100vh;
    overflow: hidden;
}


.banner-text {
    top: 40%;
    position: absolute;
}


.features {
    background-image: url('../img/fbg1.jpg');
    background-size: cover;
}


.accordion-toggle:hover {
    cursor: pointer;
}


.open-source-bg {
    background-image: url(../img/open-source.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.img-thumbnail {
    border: none;
}


.parallax {
    background-attachment: fixed;
}


.testimonials {
    background-image: url(../img/testimonials.jpg);
}


.footer {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}


.text-yellow {
    color: #d9d059;
}


.bg-yellow {
    background-color: #d9d059;
}

.absolute {
    position: absolute;
}

.mt-10 {
    margin-top: 10rem;
}