#offerPageTitle {
    font-family: 'cityStreetWearSemiBold', sans-serif;
    font-size: 60px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.4rem;
}

#offerPageSubtitle {
    font-family: 'Barlow', sans-serif;
    font-size: 21px;
    text-align: center;
    color: #303131;
}

.offerPackageContainer {
    font-family: 'Barlow', sans-serif;
    overflow-wrap: break-word;
}

.offerPackageContentContainer {
    width: 100%;
}

.offerTitle {
    font-size: 55px;
    font-family: 'cityStreetWearSemiBold', 'sans-serif';
    text-align: center !important;
    max-width: 85%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.offerSubtitle {
    font-size: 22px;
    color: #090909;
    text-align: center !important;
    max-width: 85%;
}

.packageName {
    font-size: 35px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.packagePrice {
    font-size: 28px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.packageContents {
    font-size: 16px;
    color: #303131;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.offerImageContainer {
    max-width: 500px;
    min-width: 100%;
}

.offerImageContainer a {
    text-decoration: none;
}

.offerImage {
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .offerEmptyCol {
        display: none;
    }

    #offerPageTitle {
        font-size: 36px;
    }

    #offerPageSubtitle {
        font-size: 20px;
    }

    .offerTitle {
        font-size: 33px;
        text-align: center !important;
    }

    .packageName {
        font-size: 29px !important;
    }

    .packagePrice {
        font-size: 22px !important;
    }

    .offerImageContainer {
        min-width: 100%;
        max-width: 100%;
    }

    .offerImage {
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .offerPackageContentContainer {
        max-width: 100%;
    }
}

input, textarea {
    font    : .9em/1.5em "handwriting", sans-serif;
    border  : none;
    padding : 0 10px;
    margin  : 0;
    width: 100%;
    background: none;
}

textarea {
    text-align: center;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.fullWidth {
    max-width: 100%;
}

.offerListImage {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.imageHyperlinkBox {
    padding: 0px;
    width: 100%;
}

.imageHyperlinkBox a {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.imageOverlayText {
    font-size: 3.8rem;
    color: #3d3942;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a {
    color: black;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .breadcrumb-container {
        position: absolute;
    }
}

@media (max-width: 640px) {
    .breadcrumb-container {
        font-size: 0.5rem;
    }
}
