

@font-face {
    font-family: 'Thunderhouse';
    src: url(/ll/images/blog/casserole-conversations/part3/thunderhouse.woff) format('woff');
    font-display: fallback;
}

@font-face {
    font-family: 'Modern Love';
    src: url(/ll/images/blog/casserole-conversations/part3/modern-love-caps.woff) format('woff');
    font-display: fallback;
}

@font-face {
    font-family: 'Bookeyed Martin';
    src: url(/ll/images/blog/casserole-conversations/part3/bookeyed-martin.woff) format('woff');
    font-display: fallback;
}

body {
    overscroll-behavior: none;
}

.related-posts {
    background: #fff;
}

.related-posts .container {
    display: table;
}

.thunderhouse,
.alt-heading  {
    font-family: Thunderhouse;
    font-size: 3em;
    font-weight: 200;
    margin-right: 5px;
}

.modern-love {
    font-family: 'Modern Love';
    font-size: 1.7em;
    font-weight: 200;
    margin-right: 5px;
}

.bookeyed {
    font-family: 'Bookeyed Martin';
    font-size: 1.8em;
}

.modern-love,
.bookeyed {
    display: table;
    margin-bottom: 10px;
    margin-top: 40px;
}

.cc-banner {
    position: fixed;
    z-index: -1;
    width: 100%;
    padding-bottom: 50%;
}

.cc-banner img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    margin-top: 10px;
}

.header-spacer {
    width: 100%;
    padding-bottom: 47%;
    margin-bottom: 30px;
}

.wrapper {
    background: #fff;
    z-index: 1;
    position: relative;
}

.roadmap-image {
    margin-bottom: 30px;
}

.roadmap-phrase {
    margin-left: -10px;
    width: 95%;
}

.table-phrase {
    margin: 0 auto;
    margin-bottom: -6%;
    margin-top: 2%;
    position: relative;
    z-index: 1;
    width: 90%;
}

.table-outer {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 5%;
}

.cc-footer {
    position: relative;
    width: 100%;
    background: #fff;
}

.cc-footer .footer-bkg {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 80%;
}

.footer-container {
    position: relative;
    z-index: 1;
    display: table;
    padding-top: 5%;
}

.coming-soon-desktop {
    width: 100%;
    max-width: 750px;
    margin: 30px auto 30px auto;
}

.pdf-outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 6%;
}

.view-pdf {
    position: relative;
    margin-right: 10px;
}

.view-pdf::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 15px;
    background-image: url(/ll/images/blog/casserole-conversations/part1/p1-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -20px;
    left: 0;
}

.view-pdf::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 5px;
}

.view-pdf-heading {
    height: 35px;
    margin-right: 10px;
}

#btnOrangePDF {
    margin: 0 5px;
    background-color: #f99b48;
    border-radius: 10px;
    padding: 1.5%;
    font-family: Modern Love;
    font-size: 28px;
    text-decoration: none;
    position: relative;
}

.btn-txt {
    height: 28px;
    cursor: pointer;
}

#btnOrangePDF:hover {
    background-color: #FB6F48;
}

.cc-footer {
    margin-top: -5px;
}

.page-end-spacer {
    display: none;
}

.mobile {
    display: none;
}

.apostraphe {
    margin-left: -6px;
    margin-right: -4px;
}

.attic {
    scale: 120%;
    z-index: -1;
    position: relative;
    margin: 10% auto;
}

.information {
    margin: 5% auto;
    scale: 95%;
}

.frame {
    scale: 110%;
}

.footer-img {
    margin: 0 auto;
}

.footer-phrase {
    width: 90%;
}

.footer-img.anne {
    width: 80%;
}

.coming-soon {
    width: 60%;
}

main {
    overflow: hidden;
}


@media (min-width: 1580px) {
    .cc-banner {
        padding-bottom: 0;
        height: 780px;
    }

    .cc-banner img {
        max-width: 1300px;
    }
    
    .header-spacer {
        padding-bottom: 0;
        height: 750px;
    }
}

@media (max-width: 992px) {
    .cc-banner {
        padding-bottom: 50%;
        margin-top: 25px;
    }
    .cc-banner img {
        width: 90%;
    }
    .header-spacer {
        padding-bottom: 50%;
        margin-top: 10px;
    }
    .reverse-992 > :first-child {
        order: 2;
    }
    .view-pdf {
        font-size: 2.5em;
    }
    .view-pdf::before {
        height: 10px;
        bottom: -10px;
    }
    #btnOrangePDF {
        font-size: 1.2em;
    }
    .pdf-outer {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .frame,
    .attic {
        scale: 1;
    }
    .film {
        max-width: 78%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .film-p {
        clear: both;
        width: 84%;
    }
    .attic {
        margin: 0 auto;
    }
    .frame {
        margin: 4% auto;
        width: 95%;
    }
    .footer-phrase {
        width: 100%;
    }
    .footer-img.anne {
        width: 90%;
    }
    .coming-soon {
        width: 75%;
    }
}


@media (max-width: 768px) {
    .pdf-outer {
        display: block;
        text-align: center;
    }
    .view-pdf::before {
        bottom: -25px;
    }
    .view-pdf::after {
        display: none;
    }
    .view-pdf {
        display: table;
        width: auto;
        margin-right: 0;
        margin: 0 auto;
    }
    #btnOrangePDF {
        margin: 0 auto;
        padding: 3.5%;
        margin-top: 50px;
        width: 56%;
        display: table;
    }
    .btn-txt {
        margin: 0 auto;
    }
    .view-pdf-heading {
        margin-left: auto;
        margin-right: auto;
    }
    .coming-soon {
        width: 80%;
    }
    .footer-phrase {
        width: 100%;
        max-width: 400px;
    }
    .footer-img.anne {
        width: 100%;
        max-width: 300px;
        margin: 10% auto;
        transform: translateX(-30px);
    }
    .coming-soon {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .coming-soon-mobile {
        width: 60%;
        margin: 10px auto;
    }
    .carl-mobile {
        margin: 80px auto 80px auto;
    }
    .footer-bkg {
        height: 40%;
        width: auto;
        aspect-ratio: 1;
    }
    .cc-footer {
        overflow: hidden;
    }
    .cc-banner {
        padding-bottom: 57%;
        margin-top: 5px;
    }
    .header-spacer {
        padding-bottom: 50%;
    }
    .view-pdf {
        font-size: 10vw;
    }
    .footer-phrase {
        width: 90%;
        max-width: 400px;
    }
    .footer-img.anne {
        width: 69%;
        max-width: 270px;
    }
    .coming-soon { 
        width: 65%;
        max-width: 250px;
    }
}
