.content-for .row {
    max-width: 75%;
    margin: 1.25rem auto;
}



.middle-content-for-col {
    margin-top: 2rem!important;
    margin-bottom: 2rem;
}


.secondary-page-main {
    min-height: calc(100vh - 38px);
    margin-top: 10%;
}

/* Bio Stuff */
/*.team-bio-container {*/
/*    !*background-color: rgb(255, 255, 255, .65 );*!*/
/*    margin: 35% 0 15% 0;*/
/*}*/
/*.team-bio-container .name-title-container {*/
/*    background-color: rgb(237, 45, 49);*/
/*    height: 7rem;*/
/*    padding-top: 2rem!important;*/
/*    margin-bottom: 2rem;*/
/*    width: 90%;*/
/*}*/
/*.name-title-container .name-container {*/
/*    color: #000;*/
/*    font-size: 2rem;*/
/*}*/
/*.name-title-container .title-container {*/
/*    color: #fff;*/
/*}*/
/*.bio-headshot {*/
/*    max-width: 230px;*/
/*    margin: -7rem 1rem -1.75rem -0.5rem;*/
/*}*/

/* Contact Stuff */
.team-contact-cell {
    font-family: 'Raleway';
    color: #fff;
    width: 100%;
}
.team-contact-cell li {
    list-style: none;
}
.team-contact-cell .name {
    font-size: 1.5rem;
    /* font-weight: 600; */
}
.team-contact-cell a {
    text-decoration: none;
    color:#ed2d31;
}
.team-contact-cell img {
   max-height: 100px;
   /* max-width: 200px; */
}
.contact-us-social .footer-social-items {
    width: 50%;
}
.contact-us-social .footer-social-items a {
    color: #fff;
    font-size: 1.5rem;
}



.partner-details .section-header, .project-details .section-header, .press-details .section-header{
    background-color: rgb(237, 45, 49);
    width: fit-content;
    width:-moz-fit-content;
    margin-top: -50px;
    text-align: center;
    border-radius: 0.2rem;
}
.press-details {
    border-radius: 0.2rem;
    background-color: rgb(0, 0, 0, .65 );
    max-width: 85%;
    margin-bottom: 150px!important;
}
.partner-details, .project-details {
    border-radius: 0.2rem;
    background-color: rgb(0, 0, 0, .65 );
    margin-top: 25%;
}

.partner-details img {
    width: 100%;
    max-width: 340px;
}

.quote {
    color: #c4161c;
    width: 100%
}
.project-details p {
    color: #fff;
}
#a3-partner-card-image {
    width: 258px;
    height: 163px;
    background-image: url(../media/pod_images/a3-artists/a3-artists-agency.jpeg);
    background-size: cover;
    background-position: center;
}

.a3-image-container {
    background-image: url('../media/pod_images/a3-artists/a3-website-image.jpg');
    background-size: cover;
    height:500px;
    width: 85%;
    max-width: 750px;
    margin-bottom: 5%;
    margin-top: 5%;
}
.a3.partner-details {
    margin: 25% 0 15% 0;
}
.partner-card, .sec-page-card{
    font-family: 'Raleway';
    color: #000;
    background-color: rgb(255, 255, 255, .65 )!important;
    width: 260px;
}
.partner-card img {
    max-height: 163px;
}
.partner-card.middle-card {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.partner-details-inner {
    flex-direction: column;
}
.a3-agency-inner {
    flex-direction: column;
}
.centered-ul {
    margin-block-start: 0;
    padding-inline-start: 0;
    margin-top: 5%;
}
.img-container-main img {
    width: 100%;
    
}
.press-lead {
    font-weight: 500;
    font-size: 1.5rem;
}
.img-container-secondary img{
    width: 45%;
}
.sec-page-card .card-title {
    font-size: 1.5rem;
    font-weight: 500;
}
.bts-slider-pane img {
    max-width: 100%;
}

/* @media (min-width: 1024px) {
    .desktop-navbar-container {
        display: block;
        z-index: 500;
    }
    .mobile-footer-container, .mobile-navbar {
        display: none;
    }
} */