/* Rise blank theme component file insert the line below in the index.html file above the <div id="app></div>
<link type="text/css" rel="stylesheet" href="theme/custom.css">
*/



div[style*="--color-background: #470054"] {
    background-image:url(ai-course-bg-2.png);
    background-attachment:fixed;
}

div.block-divider.block-divider--spacing.block-wrapper.bg.bg--range-light.bg--type-image {
  background-color: red !important;
  background-image: url(lines.png) !important;
}


/* Hide top lesson header 

.lessonNavigation__wrapper--full .lesson-nav--next, .lessonNavigation__wrapper--full .lesson-nav--previous {
    display: none;
}

.blocks-lesson {
    background: #470054 !important; 
}*/

.navigation, .lesson-header, .lesson-footer {
  display: none !important;
}
iframe {
  height: 100vh !important;
}

.classic .lesson-header-wrap--small {
    display: none !important;
}

    .blocks-lesson {
        padding-block-end: 0;
    }