@font-face {
    /* font-family: 'grilledcheese_btn_toastedRg'; */
    font-family: 'grilledcheese';
    src: url('../fonts/grilledcheese_20btn_20toasted-webfont.woff2')
            format('woff2'),
        url('../fonts/grilledcheese_20btn_20toasted-webfont.woff')
            format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'grilledcheese_btn_outregular';
    src: url('../fonts/grilledcheese_20btn_20out-webfont.woff2') format('woff2'),
        url('../fonts/grilledcheese_20btn_20out-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.munch-landing-page-green-background {
    background-color: #7ff260;
}

.get-started-shadow {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 5px;*/
}

.glass {
    background: rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    backdrop-filter: blur(1.8px);
    -webkit-backdrop-filter: blur(0.5px);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.glass-nav {
    background: rgba(233, 240, 224, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.header-background {
    background: url('../../assets/images/banner-green-bg.svg') no-repeat center
        center/cover;
    /* background-attachment: fixed; */
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.footer-background {
    background: url('../../assets/images/footer-bg.svg') no-repeat
        center center/cover;
    /* background-attachment: fixed; */
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.inline-block {
    display: inline-block;
}

.veritcal-align-top {
    vertical-align: top;
}

.canadian-flag {
    width: 50px;
    margin: auto 0;
}

.w100-h30 {
    width: 100%;
    height: 30px;
}

.mt-05 {
    margin-top: 5px;
}
.mb-05 {
    margin-bottom: 5px;
}

.pb-05 {
    padding-bottom: 5px;
}

.font-size-10 {
    font-size: 10px;
}

.font-italic {
    font-style: italic;
}

.float-right {
    float: right;
}

.link-color-pink {
    color: rgb(254, 122, 123);
}

.ml-auto-mr-auto-text-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.newspaper-header {
    font-size: 36px;
    line-height: 1.1em;
    color: rgb(0, 102, 153);
    padding: 0px;
    margin: 5px 0px;
    clear: left;
}

.photo-caption {
    font-size: 10px;
    float: right;
    border-left: 0px solid rgb(0, 102, 153);
    border-bottom: 0px solid rgb(0, 102, 153);
    padding: 0px 0px 10px 20px;
    width: 400px;
}

.photo-caption-image {
    float: left;
    padding: 0px 10px 10px 0px;
}

.related-stories-extra {
    border: 1px solid rgb(216, 216, 216);
    margin: 0px;
    font-size: 10px;
}

.story-text-style {
    font-size: 13px;
    line-height: 1.2em;
    color: rgb(68, 68, 68);
    padding: 0px 19px 19px 0px;
    text-align: left;
    padding-left: 12px;
}

.story-body-style {
    font-size: 13px !important;
    line-height: normal;
}

.story-body-style-para {
    font-size: 13px !important;
    line-height: normal;
    margin-bottom: 16px;
}

.by-line-style {
    font-size: 12px;
    line-height: normal;
}

.link-style-blue {
    color: rgb(0, 68, 119);
    text-decoration: none;
}

.iframe-border {
    border: 2px solid #523927;
    border-radius: 10px;
}

.text-stroke {
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    /* -webkit-text-stroke-color: rgb(143, 138, 138); */
    -webkit-text-stroke-color: black;
}

.text-login {
    fill: orange;
    stroke: black;
    stroke-width: 0.5px;
    stroke-linejoin: round;
}

.text-shadow-login {
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000,
        1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}

.text-shadow-2-login {
    text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000,
        2px 2px 0 #000, 0 2px 0 #000, -2px 1px 0 #000, -2px 0 0 #000;
}

.btn-login-top {
    height: 24px !important;
    width: 44px !important;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*In this case, the entire sentence within the element with the class "nowrap" will remain on the same line.*/
.nowrap {
    white-space: nowrap;
}

/*== pricing section buttons and image===*/
.button-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px; /* Add right margin to button-container */
}

.image-container {
    margin-left: -30px; /* Add left margin to image-container */
}

.responsive-img {
    width: 100%;
    height: auto;
}

.responsive-btn {
    width: 100%;
}

.custom-flex.align-top {
    align-items: flex-start;
}

.custom-flex > .flex-1 {
    flex: 1;
}

@media (max-width: 768px) {
    .image-container {
        margin-left: -20px;
        margin-top: 0;
    }

    .responsive-img {
        width: 80%;
    }

    .responsive-btn {
        width: auto;
        flex: 1;
    }

    .custom-flex > .flex-1 {
        flex: auto;
    }
}
