.service-tile {
    margin: 20px auto;
    display:block;
    max-width: 400px;
    width: 100%;
}

.service-tile img {
    border: 1px solid darkgoldenrod;
    border-bottom-style: none;
}

.service-tile-title {
    display:block;
    width: 100%;
    text-align: center;
    background-color: goldenrod;
    border: 1px solid darkgoldenrod;
    border-top-style: none;
    font-weight: bold;
    color:#bf2424;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.service-tile:hover .service-tile-title{
    color: black;
}

.posLink {
    background-color: #bf2424;
    color: goldenrod;
    font-size: xx-large;
}

.posLink:hover {
    background-color: goldenrod;
    color: #bf2424;
}

.mainServiceLinks {
    font-size: 1.15em;
    width: 100%;
}

.bannerlinks {
    font-size: 1.15em;
    width: 100%;
}

.secondaryLink {
    color: yellow;
}

.mastheadinnerdiv{
    margin-bottom: 1em;
    text-align: center;
}

.sb-info, .sb-info-right {
    text-align: center;
}
@media (min-width: 768px) {
    .mastheadinnerdiv{
        margin-bottom: 3em;
    }
    .sb-info {
        text-align: left;
    }
    .sb-info-right {
        text-align: right;
    }
    .mainServiceLinks {
        font-size: 1.5em;
        width: 100%;
    }
    .bannerlinks {
        font-size: 1.5em;
        width: 50%;
    }
}

.mainBody {
    background-color:#ede3ce;
}

#success {
    display: none;
}

#failure{
    display: none;
}