.image-container {
    position: relative;
    text-align: center;
    color: white;
    font-family: "Roboto", serif;
}
.image-title-subtitle-after-image {
    /* position: absolute; */
    bottom: 1px;
    left: 8px;
    padding-bottom: 54px;
    padding-left: 0px;
    text-align: left;
}
.image-title-subtitle {
    font-family: "Oswald", serif;
    position: absolute;
    bottom: 1px;
    left: 8px;
    padding-bottom: 54px;
    padding-left: 32px;
    text-align: left;
}
.image-title {
    text-align: left;
    font-size: 32px;
    font-weight: 500;
}
.image-title-light {
    text-align: left;
    font-size: 32px;
    font-weight: 300;
}
.color-white {
    color: #ffffff;
}

.title-after-image {
    font-family: "Roboto Condensed", serif !important;
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.image-category-link-after-image {
    background: #ffffff;
    border: 1px solid #111111 !important;
    border-radius: 0;
    color: #111111;
    font-size: 24px;
    margin-top: 20px;
    width: 269px;
    height: 48px;
    display: flex;
    justify-content: center;
}

.image-category-link-after-image:hover {
    color: white;
    background-color: #111111;
}

.btn-marathon-light {
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    background-color: #fff !important;
    border: 0 !important;
    color: var(--banner-color, var(--color-black)) !important;
    margin-bottom: 0.625rem;
    margin-right: 6.25rem;
    /* padding: 0.625rem 3.19rem 0.625rem 3.19rem; */
    position: relative;
    z-index: 1;
    border-radius: unset;
    max-width: 388px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .btn-marathon-light {
        font-size: 18px;
    }
    .homepage-banner-title {
        font-size: 32px;
        font-weight: 500;
        padding-bottom: 12px;
    }
}

.btn-marathon-light:hover {
    color: #fff !important;
    background-color: var(--banner-color, var(--color-black)) !important;
}
.btn-marathon-light.disabled {
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    color: #c6c6c6 !important;
}

.btn-marathon-dark {
    font-family: "Roboto", serif !important;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    background-color: #111111 !important ;
    border: 1px solid var(--banner-color, var(--color-black));
    color: #ffffff !important;
    margin-bottom: 0.625rem;
    margin-right: 0.25rem;
    padding: 0.625rem 3.19rem 0.625rem 3.19rem;
    position: relative;
    z-index: 1;
    border-radius: unset;
    max-width: 388px;
    margin-top: 20px;
}
.btn-marathon-dark:hover {
    background-color: #656565 !important;
    color: #fff !important;
    opacity: 1;
    border: 1px solid #656565 !important;
}
.btn-marathon-dark.disabled {
    background-color: #656565 !important;
    color: #fff !important;
    opacity: 1;
    border: 1px solid #656565 !important;
}

.btn-marathon-primary {
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    background-color: #ffffff !important;
    color: #1c4da1 !important;
    margin-bottom: 0.625rem;
    margin-right: 0.25rem;
    padding: 0.625rem 3.19rem 0.625rem 3.19rem;
    position: relative;
    z-index: 1;
    border-radius: unset;
    max-width: 388px;
    margin-top: 20px;
}
.btn-marathon-primary:hover {
    background-color: #1c4da1 !important;
    color: #fff !important;
    border: 1px solid #1c4da1 !important;
    opacity: 1;
}
.btn-marathon-primary.disabled {
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    color: #c6c6c6 !important;
    opacity: 1;
}

.btn-marathon-filled {
    font-family: "Roboto Condensed", serif !important;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    background-color: #1c4da1 !important;
    color: #ffffff !important;
    margin-bottom: 0.625rem;
    margin-right: 0.25rem;
    padding: 0.625rem 3.19rem 0.625rem 3.19rem;
    position: relative;
    z-index: 1;
    border-radius: unset;
    max-width: 388px;
    margin-top: 20px;
}
.btn-marathon-filled:hover {
    background-color: #ffffff !important;
    color: #1c4da1 !important;
    border: 1px solid #1c4da1 !important;
    opacity: 1;
}
.btn-marathon-filled.disabled {
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    color: #c6c6c6 !important;
    opacity: 1;
}

.btn-marathon-light-bordered,
.btn-marathon-dark-bordered,
.btn-marathon-primary-bordered {
    border: 1px solid #111111 !important;
}
.btn-marathon-filled-bordered {
    border: 1px solid #1c4da1 !important;
}

.btn-small-size{
    min-height: 32px;
    height: 32px !important;
    width: 223px !important;
    font-size: 15px !important;
    font-family: "Roboto", serif !important;
    padding: 0;
    margin: 0;
    top: 15px;
}

.btn-no-margin-top{
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .btn-small-size{
        height: 39px !important;
        width: 250px !important;
        top: 0;
    }
}

@media (max-width: 575.98px) {
    .btn-small-size{
        width: 184px !important;
    }
}


.image-category-link {
    background: #ffffff;
    border-radius: 0;
    color: #1c4da1;
    font-size: 24px;
    margin-top: 20px;
    width: 269px;
    height: 48px;
    display: flex;
    justify-content: center;
}
.image-category-link:hover {
    color: white;
    background-color: #1c4da1;
}
.photo-tile-image {
    width: 100%;
}

@media (max-width: 768px) {
    .image-title-subtitle {
        position: absolute;
        bottom: 1px;
        left: 8px;
        padding-bottom: 32px;
        padding-left: 18px;
        text-align: left;
    }
    .image-category-link {
        background: #ffffff;
        border-radius: 0;
        color: #1c4da1 !important;
        font-size: 16px;
        margin-top: 20px;
        width: 180px;
        height: 48px;
        display: flex;
        justify-content: center;
    }
    .image-title,
    .image-title-light {
        font-size: 20px;
    }
}