body, html {
    background-color: white;
    height: 100%;
    color: #393e41;
}

.footer {
    background: #356AA0;
    color: white;
    text-align: center;
}

.footer a {
    color: white;
}

.content {
    background: white;
}

.btn-success {
    color: white;
    background-color: #356AA0;
    border-color: #356AA0;
}

.btn-success:hover {
    /*background-color: #4f84ba;*/
    background-color: #1c5187;
    border-color: #1c5187;
}

.btn-success:active {
    color: white !important;
    background-color: #1c5187 !important;
    border-color: #1c5187 !important;
}



@media (min-width: 575px) {

    .full-bleed {
        width: calc(100vw - 15px);
        margin-left: 50%;
        transform: translateX(-50%);
    }

}

.wrapper {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.blip {
    text-align: center;
}
.blip .svg svg {
    height: 60px;
    fill:#293042;
    color:#293042;
}

.social {
    display: flex;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
}

.homemade {
    display: inline-flex;
    font-size: 75%;
    font-weight: 700;
    padding: 0.5em;
    justify-content: center;
    align-content: center;
    border-radius: .25rem;
    height: 28px;
}

.social .homemade img {
    width: 18px;
    margin: 0 4px;
    filter: invert(92%) sepia(27%) saturate(0%) hue-rotate(284deg) brightness(105%) contrast(100%);
}

.social .homemade.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: white;
}

.social .homemade.tiktok {
    background: #69c9c0;
    color: white;
}

.social div {
    margin: 0 5px;
}

.social .fb-like {
    margin: 0;
    padding: 0;
}

.main-row {
    background: linear-gradient(#29578a, #458bc9);;
    background-position: center;
    background-size: cover;
    color: white;
    height: 40vh;
    min-height: 250px;
}

.lead b {
    font-weight: bold;
}
