/*
 * Emigre web font kit xDZTnPU303CzwWR5LA==
 *
 * These fonts are not shareware.
 * Use of these fonts requires the purchase
 * of a license from Emigre, www.emigre.com
 * Please contact sales@emigre.com
 *
 * To purchase a license to use this font go to:
 * http://www.emigre.com/
 *
 * © 2024 Emigre, Inc
 */

@font-face {
    font-family: "MrsEavesBold";
    src: url("../../jl/assets/fonts/mrseavesot-bold-webfont.woff2") format("woff2"),
         url("../../jl/assets/fonts/mrseavesot-bold-webfont.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "MrsEavesRoman";
    src: url("../../jl/assets/fonts/mrseavesot-roman-webfont.woff2") format("woff2"),
         url("../../jl/assets/fonts/mrseavesot-roman-webfont.woff") format("woff");
    font-display: swap;
}

#jl-terms-app,
#jl-privacy-app,
#jl-cookies-app,
#jl-policy-app,
#jl-colouringapp-faq,
#jl-colouringapp-others {
    background-color: #FDFCF7;
    font-family: 'MrsEavesRoman' !important;
    padding-bottom: 0;
}

#app-page p,
#app-page li,
#app-page ul,
#app-page ol {
    color: #666;
    font-size: 20px;
    margin: 0 0 14px 0;
}

#app-page ol,
#app-page ul {
    list-style: none;
}

#app-page h1 {
    color: #446D7E !important;
    font-size: 22px !important;
    font-family: 'MrsEavesBold';
    margin-bottom: 30px;
    text-align: center;
}

#app-page h2 {
    font-size: 20px !important;
}

#app-page h3 {
    font-size: 18px;
}

#app-page h2,
#app-page h3 {
    color: #666 !important;
    font-family: 'MrsEavesBold';
    margin: 0 0 5px;
}

#app-page a {
    color: #BD4A1F !important;
    font-weight: bold;
}

#jl-app-wrapper {
    padding: 25px;
}

.sr-only {
    border: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

table {
    color: #666;
    font-size: 20px;
}

address {
    color: #666;
    font-style: normal;
    font-size: 20px;
}


/* JL App Privacy Page */
.table-scroll {
    margin: 14px auto;
    overflow-x: auto;
}

.table-scroll strong {
    font-size: 18px;
    font-family: 'MrsEavesBold';
}

ul, ol {
    padding-left: 0;
}

/* JL App Terms page  */

.definitions {
    list-style-type: disc;
    padding-left: 20px;
}

/* JL App cookies page  */

button.jl-teal {
    background: transparent;
    border: 0px;
    color: #006;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    padding: 0px;
    text-decoration: underline;
    text-align: left;
}


/* About us page */
#app-page .aboutus-content nav {
    display: none;
}

#app-page .aboutus-content h1 {
    text-align: left;
}

#app-page .aboutus-content {
    background-color:#FDFCF7 !important;
    font-family: 'MrsEavesRoman' !important;
    margin: 25px !important;
    width: auto !important;
}

.aboutus-app {
    background-color:#FDFCF7 !important;
}

/*JL Colouring App pages*/
#jl-colouringapp-faq h1,
#jl-colouringapp-others h1 {
    font-weight: normal;
    font-size: 25px !important;
}

#jl-colouringapp-faq h2 {
    font-size: 16px !important;
    margin-bottom: 10px;
}

#jl-colouringapp-faq p {
    margin-bottom: 20px;
}

.app-image-wrapper img {
    max-width: 100%;
}

#jl-app-wrapper .app-description h2 {
    padding: 5px 0;
    text-align: center;
}

@media only screen and (min-width: 767px) {
   .app-section {
        display: flex;
   }

   .app-description,
   .app-image-wrapper {
        flex: 1;
        padding: 10px;
   }

   #jl-app-wrapper .app-description h2 {
       margin-bottom: 20px;
       text-align: left;
   }
}