
/** ADD YOUR AWESOME CODES HERE **/
@media (max-width: 980px) {
    .mobile-nav {
        background: white !important;
        z-index: 3333 !important;
        position: relative !important;
    }
}

#camera-mobile-1 {
    /* styles for second mobile image */
    width: auto !important;
    height: 100% !important;
    margin: auto !important;
}

.section-title {
    margin-bottom: 2rem;
}

.endorsement-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.endorsement-list li {
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .endorsement-list {
        text-align: center;
    }
    
    .section-title {
        margin-bottom: 1.5rem;
    }
}

.social-nav-links {
    z-index: 555;
    pointer-events: all;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media (max-width: 767px) {
    .social-nav-links {
        bottom: 2rem;
        top: auto;
    }
}
.site-credits {
    color: aliceblue;
}
.site-credits a {
    color: chartreuse;
}