.carousel {
    padding: 0;
}

#main-carousel-indicators {
    width: 100%;
}

#gabe-img {
    object-fit: contain;
    object-position: bottom;
    width: min(100%, 300px);
}

.carousel-item {
    height: 650px;
}

.main-carousel-item {
    width: 100%;
    height: 100%; 
    padding: 0;
}

.main-carousel-item > * {
    position: relative; 
    z-index: 500;
    width: 100%;
    height: 100%;
    padding: 10px;
}

#passport-subtitle {
    margin-top: -10px;
}

.carousel-item {
    background-color: #000;
}

.slide-content {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #666;
}

#slide-content-1{
    background-image: url("/static/passport/preview.jpg");
}

#slide-content-2 {
    background-image: url("/static/images/measure-bb.jpg");
}

#slide-content-3 {
    background-image: url("/static/images/Peoples_Park_standoff_August_3_2022.jpg");
}

.inner-carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: min(500px, 95%); 
    height: 55%; 
    border: solid 1px var(--text-color); 
    padding-top: 25px; 
    padding-left: 25px; 
    padding-right: 25px; 
    padding-bottom: 50px;
}

.carousel-control-prev, .carousel-control-next, .carousel-indicators, .carousel-indicators li, #writing-line {
    z-index: 900;
}

.carousel-control-prev, .carousel-control-next {
    width: min(15%, 100px);
}

#writing-line, #view-posts {
    z-index: 901;
}

.carousel-indicators {
    margin-bottom: 100px;
}

.carousel-indicators li {
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    color: #aaa;
}

.carousel-indicators .active {
    color: var(--text-color);
}

#writing-line {
    position: absolute;
    margin-top: 0;
    top: 10%;
    width: 100%;
    text-align: center;
}

#view-posts {
    position: absolute; 
    bottom: 7%;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.carousel-control-prev, .carousel-control-next {
    display: none;
}

.carousel-control-prev {
    margin-left: calc(50% - 400px);
}

.carousel-control-next {
    margin-right:  calc(50% - 400px);
}

@media (min-width: 768px) {
    .carousel-control-prev, .carousel-control-next {
      display: flex;
    }
}

.feature-container {
    row-gap: 20px;
}

.feature {
    min-width: 300px;
    border-radius: 2em;
    gap: 20px; 
    height: 100%;
}

.feature-head {
    height: 60px; 
    gap: 15px;
}

.feature-logo-img {
    width: 50px;
}

#social-icons {
    gap: 20px;
}

.social-icon-link > svg {
    width: 50px; 
    height: 50px;
   }