/* mudds-painting-services.css */

#teams-headline {
    display: block;
}

@media screen and (max-width: 991px) {


    .teams-box {
        margin-bottom: 2rem;
    }

}

#teams-section {
    margin-bottom: 3rem;
}

#approach-headline {
    font-weight: 500;
}

.mt-big {
    margin-top: 4rem!important;
}

.mb-big {
    margin-bottom: 4rem!important;
}

.teams-img {
    height: 13rem;
}

#header-img {
    width: 100%;
}

#header-img-row::before{
    content: "Painting Services";
    z-index: 100;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: white;
    font-size: 3rem!important;
}

#header-img-row {
    position: relative;
}

#mudds-painting-logo {
    min-width: 65%;
    max-width: 80%;
}

#logo-img-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;

}

.blockquote {
    padding: .5rem 1rem;
    margin-left: 2rem;
    font-size: 0.9rem;
    border-left: .25rem solid #eceeef;
}

#our-story-section {
    background-color: #052b46;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

#our-story-section * {
    color: #FFF;
}

#our-story-content-relative {
    position: relative;
}


#our-story-content-container {
    padding: 2rem 4rem;
}

.white-btn {
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    border: 2px solid #FFF;
    padding: 10px 20px;
    margin-bottom: 2rem;
}

.white-btn:hover {
    color: #acced5!important;
    border-color: #acced5;
}

.white-btn:focus {
    box-shadow: none;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides,
.mySlides2 {
    display: none;
}

.prev, .next,
.prev2, .next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white!important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev, .prev2 {
    left: 0;
}

.next, .next2 {
    right: 0;
}

.prev:hover, .next:hover,
.prev2:hover , .next2:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numberText {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.faded {
    -webkit-animation-name: fade;
    -webkit-animtaion-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: 0.4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: 0.4}
    to {opacity: 1}
}



.aligner {
    display: flex;
    height: 100%;
    justify-content: center;
}

.column {
    flex-direction: column;
}
