body {
    /*background-color: #231f20!important;*/
    background-color: #000!important;
    font-family: 'Raleway', sans-serif;
    color: #ebebeb;
}
/*body, .card-parent, .pod-element, .team-bio-container {*/
/*    cursor:  url('/assets/media/viewfinder_ver2_black.png') 5 5, auto;*/
/*}*/
/*.main-container-inner, .desktop-navbar-container, a, a.btn-primary, a.btn-secondary{*/
/*    cursor:  url(/assets/media/viewfinder_ver2_white.png) 5 5, auto;*/
/*}*/
/*.navbar-brand img:hover {*/
/*    cursor:  url(/assets/media/viewfinder_ver2_red.png) 5 5, auto;*/
/*}*/
b {
    font-weight: 700!important;
}
.main-container-outer {
    background-color: rgb(35, 31, 32, .65 );
    padding-left: 0!important;
    padding-right: 0!important;
}

.footer-bumper {
    height: 5vh;
}

ul li::marker {
    color: #ed2d31!important;
}

.blend-top {
    height: 25px;
    background: linear-gradient(rgba(35, 31, 32, 0.01), rgba(35, 31, 32, 0.95));
}

.blend-bottom {
    height: 25px;
    background: linear-gradient(rgba(35, 31, 32, 0.95), rgba(35, 31, 32, 0.01));
}
/* ============= Background Video ============= */
#bg-video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
#bg-video-container iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-video-container {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -500;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}




.btn-primary {
    background-color: #C4161C!important;
    border: 1px solid #C4161C!important;
    color: #ebebeb!important;
}
.btn-primary:hover {
    background-color: transparent!important;
    color: #fff!important;
}

.btn-secondary {
    background-color: transparent!important;
    border: 1px solid #ebebeb!important;
    color: #ebebeb!important;
}
.btn-secondary:hover {
    color: #fff!important;
    border: 1px solid #C4161C!important;
}

.main-container-outer {
    opacity: 0;
    transition: all 1s ease;
}
.main-container-outer.active {
    opacity: 1;
}
.secondary-page-main {
    opacity: 0;
    transition: all 0.5s ease;
}
.secondary-page-main.active {
    opacity: 1;
}

a {
    font-family: 'Raleway';
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none!important;
}
a:hover {
    color:#ed2d31!important;
}


.secondary-page-main .main-container {
    background-color: rgba(35, 31, 32, 0.95);
}

.barbwire-underline {
    background-image: url("../media/barbwire_red.png");
    background-size: contain;
    width: 35%;
    background-repeat: no-repeat;
}

/* +++++ Mobile Specific Stuff +++++ */
.mobile-navbar {
    background-color: #231f20;
    padding-top: 0!important;
    padding-bottom: 0!important;
    box-shadow: 0 -1px 9px 0px #111;
    max-height: 100vh;
    overflow-y: auto;
}
.mobile-navbar img {
    width: 50px;
    margin-left: 12px;
}
#open-mobile-nav-btn i {
    color: #ebebeb;
    font-size: 1.75rem;
}
.navbar-nav .nav-item {
    padding: 0.5rem 0;
}
a.nav-link {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 1.75rem;
    color: #fff;
    width:fit-content;
    width: -mox-fit-content;
}
a.tertiary-nav-link {
    font-size: 1.25rem;
}
.tertiary-nav-links li {
    list-style: none;
}
.nav-item i {
    font-size: 1.75rem;
}
.nav-item .red-bar {
    width: 35px;
    border-bottom: 1px solid #ed2d31;
    margin: -0.5rem 0 0 0.5rem;
}
ul.navbar-nav {
    padding: 0.25rem 0 2rem 1.25rem;
}
a:focus {
    box-shadow:none!important;
}
#open-mobile-nav-btn i {
    transition: transform 0.5s ease;
}
#open-mobile-nav-btn i.menu-open {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}
#about-us-collapsible-i::before {
  transition: transform 0.5s ease;
  display: inline-block; /* makes transform work reliably */
}
#about-us-collapsible-i.menu-open::before {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

#our-partners-collapsible-i {
    transition: transform 0.5s ease;
}
#our-partners-collapsible-i.menu-open {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}
.mobile-footer-container {
    background-color: #231f20;
    padding: 1.25rem;
    box-shadow: 0 -1px 9px 0px #111;
}
footer.mobile-footer img {
    width: 85%;
    max-width: 400px;
}
.footer-nav-items {
    padding: 1.25rem 0;
}
.footer-contact-items {
    padding-left: 0.98rem;
}
.footer-contact-items .contact-item {
    margin: 1rem 0;
}
.footer-social-items {
    padding: 1.25rem 0;
}
.footer-nav-items .nav-item, .footer-contact-items .contact-item, .footer-social-items .social-item, .tertiary-nav-links .nav-item{
    list-style: none;
}
.footer-contact-items li, .footer-contact-items a {
    font-family: 'Raleway';
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
}
.footer-contact-items i {
    color: #ed2d31;
    margin-right: 10px;
}
footer .social-item {
    margin: 0 15px;
    font-size: 1.75rem;
}
footer .social-item i {
    color: #fff;
    font-size: 1.5rem;
}
.copyright-area {
    font-family: 'Raleway';
    font-size: 0.75rem;
    color: #ebebeb;
    background-color: #231f20;
    padding: 10px 0;
}


.desktop-navbar-container {
    display: none;
    overflow: hidden;
}
.copyright-area-desktop {
    display: none;
}

.barb {
    width: 45px;
    background-image: url('/assets/media/barb_white.png');
    background-size: contain;
    height: 30px;
}
.barb.flip {
    transform: scaleX(-1);
    transform: scaleY(-1);
}

.team-bio-container {
    background-color: rgba(0, 0, 0, 0.85);
    margin: 25% 0 15% 0;
    border-radius: 0.2rem;
}
.team-bio-container .name-title-container {
width: 100%;

margin: 2rem 0 2rem 0;
height: 6rem;
padding-top: 0.5rem!important;
}
.name-title-container .name-container {
    color: #fff;
    font-size: 2rem;
}
.name-title-container .title-container {
    color: #ebebeb;
    font-size: 1.25rem;
}
.bio-headshot {
    width: 200px;
    height: 235px;
    margin: -7rem 1rem -1.75rem 0;
}


@media (min-width: 1024px) {
    .quote {
        color: #c4161c;
        width: 75%
    }
    .img-container-main img {
        width: 100%;
        max-width: 800px;
    }
    .img-container-secondary img{
        width: 45%;
    }

    .hp-jumbotron.active .first-catchy  {
        opacity: 1;
        transform: translateX(2%)!important;
    }
    .hp-jumbotron.active .red-catchy {
        opacity: 1;
        transform: translateX(45%)!important;

    }

    .desktop-navbar-container {
        display: block;
        z-index: 10;
    }
    .mobile-footer-container, .mobile-navbar {
        display: none;
    }
    /*.header-container {*/
    /*    max-width: 85%;*/
    /*}*/
    .header-container .header-underline {
        width: 45%;
    }
    .bucket {
        background-color: rgb(0, 0, 0, 0.35);
        margin: 15% 0;
    }
    .main-container-inner {
        /* height: calc(100vh - 38px); */
        margin-left: 60px;
        z-index: 0;
        overflow: hidden;
    }
    .hp-body-container.content-for{
        max-width: 85%;
    }

    .copyright-area-desktop {
        box-shadow: 0 -1px 9px 0px #111;
        display: block;
    }
    .desktop-navbar-container {
        pointer-events: all;
        width: 60px;
        height: 100vh;
        background-color: #231f20;
        box-shadow: 5px 0 9px 0px #111;
        transition: all 0.5s ease;
        position: fixed;
        overflow-y: auto;
    }
    .desktop-navbar {
        height: 100%;
        pointer-events: none;
        opacity: 0;
        transition: all 0.5s ease-in;
        transition-delay: -1s;
    }
    .desktop-navbar-container:hover .desktop-navbar {
        opacity: 1;
        transition-delay: 0.35s;
        pointer-events: all;
    }
    #desktop-navbar-i {
        font-size: 2.5rem;
        color: #ebebeb;
        transition: all 0.5s ease;
        position:fixed;
        margin: 10px;
    }
    ul.desktop.navbar-nav {
        margin-top: 50%;
    }
    .desktop-navbar .navbar-brand img {
        width: 100%;
        margin-bottom: 1rem;
    }
    .desktop-navbar .social-item {
        margin: 0 15px;
        font-size: 1.5rem;
    }
    .desktop-navbar .social-item i {
        color: #fff;
    }
    .desktop-navbar .nav-item:hover .red-bar {
        width: 25%;
        transition: all 0.5s ease;
    }
    .desktop-navbar-container:hover #desktop-navbar-i {
        transform: rotate(90deg);
    }
    .desktop-navbar-container:hover {
        width: 300px;
    }
    .desktop-navbar-container .footer-social-items i {
        font-size: 1.5rem;
    }
    .desktop-navbar-container .footer-social-items a:hover i {
        color:#ed2d31!important;
    }

    /* HOMEPAGE */
    .hp-jumbotron .catchy {
        font-size: 2.25rem;
    }

    .header-container.sub-header img {
        width: 30%;
    }
    .middle-content-for-col {
        margin-top: 0!important;
        margin-bottom: 0;
    }
    .middle-pod {
        flex-direction: column-reverse;
    }
    .middle-pod .bottom-pod {
        margin-top: 0.5rem;
    }
    .bucket-copy-container {
        width: 65%;
    }
    /* Bio Stuff */

    .img-name-title-container img {
        max-width: 200px;
    }
    .team-bio-container img {
        margin: -75px 1em 0 -50px;
        float: left;
        clear: left;
        box-shadow: 5px 0 9px 0 #111;
    }
    .team-bio-container.right-aligned img {
        margin: -100px -100px 0 1em;
    }
    .team-bio-container.right-aligned .name-title-container {
        margin: 0;
    }
    .team-bio-container {
        border-radius: 0.2rem;
        max-width: 85%;
        margin: 15% 0;
        box-shadow: 5px 0 9px 0 #111;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .team-bio-container .name-title-container {
        width: 100%;

        margin: 0 0 2rem 0;
        height: 6rem;
        padding-top: 0.5rem!important;
    }

    .team-bio-container:nth-child(2) {
        margin-top: 15%!important;
        margin-bottom: 5%!important;
    }
    .team-contact-cell {
        width: fit-content;
        width: -moz-fit-content;
    }
    .team-contact-cell.single {
        width: 100%;
    }
    .secondary-page-main {
        margin-top: 5%;
    }
    .partner-card.middle-card {
        margin-top: 0;
        margin-bottom: 0;
    }
    .partner-details, .project-details {
        margin: 10% 0;
        max-width: 85%;
    }
    .partner-details-inner {
        flex-direction: row;
    }
}
