/* mudds-painting.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: "MUDD'S PAINTING";
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: white;
    font-size: 6rem;
} */


#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;
}
