/**
 * Contains all changes applied by the slide mode
 */

 .slideOnly {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slideEnabled {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.slideEnabled .toc ul ul li {
    display: none;
}


.slideEnabled img {
    max-width: 100%;
    height: auto !important;
    margin: 0;
}

.slideEnabled .slideNumber {
    position: absolute;
    font-size: 20px;
    width: auto;
}

.slideEnabled .fullSlide {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slideEnabled .slide {
    width: 100%;
    padding: 20px;
    border-radius:5px;
    box-shadow: -10px 10px 12px #ccc
}

.contents.contentsSlideEnabled {
    background-color:transparent;
    box-shadow:none;
}

.slideEnabled h1 {
    font-size: 60px;
}

.slideEnabled h2 {
    border: none;
}

.slideEnabled h2:before {
    content: '';
}

.slideEnabled pre code {
    padding: 8px;
}

.slideEnabled .tocSlide {
    font-size: 60px;
}

.slideEnabled .tocSlide ul {
    font-size: 45px;
}

.slideEnabled .youtube {
    width: 800px;
    height: 470px;
}
