@import url("reveal-hugo/themes/robot-lung.css");



*
{
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.slides
{
    inset: 0% auto auto 0% !important;
    transform: none !important;
    width: 100% !important;
}

.slide-background-content
{
    background-size: 100% 100% !important;
}





.slides:has([data-type="title"].present)
{
    width: 50% !important;
    inset: 50% 5% 50% auto !important;
    transform: none !important;
    text-align: right;
}

.slide:has([data-type="title"].present) .slide-background-content
{
    background-image: url("images/global/slide_title.png");
}

.slide:has([data-type="title"].present) .slide-number
{
    display: none !important;
}

.slide:has([data-type="title"].present):after
{
    content: url("images/global/cc_by_nc_sa.png") url("images/global/logo_white.png");
    position: absolute;
    bottom: 2vh;
    left: 1%;
    transform: scale(0.1);
    transform-origin: bottom left;
}

[data-type="title"].present h1
{
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 6vh;
    margin-bottom: 7vh;
}

[data-type="title"].present h2
{
    text-align: right;
    color: white;
    text-transform: unset;
    font-weight: unset;
    font-size: 3vh;
}






.slide:has([data-type="outline"].present) .slide-background-content
{
    background-image: url("images/global/slide_outline.png");
}

.slide:has([data-type="outline"].present) .slide-number
{
    display: none !important;
}

.slide:has([data-type="outline"].present):after
{
    content: url("images/global/cc_by_nc_sa.png") url("images/global/logo_black.png");
    position: absolute;
    bottom: 2vh;
    left: 1%;
    transform: scale(0.1);
    transform-origin: bottom left;
}

.slide:has([data-type="outline"].present):before
{
    content: "Outline";
    text-align: right;
    color: white;
    font-size: 7vh;
    text-transform: uppercase;
    position: absolute;
    top: 5vh;
    left: 3%;
    z-index: 1;
}

[data-type="outline"].present
{
    width: 63% !important;
    height: 70vh;
    text-align: left;
    font-size: 5vh;
    top: 15vh !important;
    overflow: auto;
    right: 5%;
}

[data-type="outline"].present li
{
    margin-bottom: 5%;
}







.slide:has([data-type="contents"].present) .slide-background-content
{
    background-image: url("images/global/slide_contents.png");
}

.slide:has([data-type="contents"].present) .slide-number
{
    color: black;
    background-color: #e6e6e6;
    font-weight: bold;
}

.slide:has([data-type="contents"].present) .slide-number a
{
    text-decoration: none;
}

.slide:has([data-type="contents"].present):after
{
    content: url("images/global/cc_by_nc_sa.png") url("images/global/logo_black.png");
    position: absolute;
    bottom: 2vh;
    left: 1%;
    transform: scale(0.1);
    transform-origin: bottom left;
    opacity: 0.1;
}

[data-type="contents"].present
{
    top: 0vh !important;
    left: 0%;
}

[data-type="contents"].present *
{
    text-transform: none;
    border: none;
    box-shadow: none;
    width: 100%;
}

[data-type="contents"].present h1
{
    position: fixed;
    top: 1vh;
    color: #03b8de;
    font-size: 6vh;
}

[data-type="contents"].present h2
{
    position: fixed;
    top: 8vh;
    color: #8fc016;
    font-size: 4.5vh;
    font-style: italic;
}

[data-type="contents"].present slide:after
{
    background-color: red;
    display: block;
    height: 100px;
}

[data-type="contents"].present slide
{
    margin-top: 15vh;
    height: 85vh;
    padding-top: 4vh;
    padding-bottom: 4vh;
    padding-left: 10%;
    padding-right: 10%;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

[data-type="contents"].present slide *
{
    font-size: 3.5vh;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 30px;
}

[data-type="contents"].present slide > :first-child
{
    margin-top: auto;
}

[data-type="contents"].present slide > :last-child
{
    margin-bottom: auto;
}

[data-type="contents"].present slide mjx-assistive-mml
{
    display: none !important;
}

[data-type="contents"].present slide h3
{
    color: #03b8de;
    font-size: 5vh;
    font-weight: bold;
}

[data-type="contents"].present slide h4
{
    color: #8fc016;
    font-size: 4.5vh;
    font-style: italic;
}

[data-type="contents"].present slide img
{
    margin-left: auto;
    margin-right: auto;
    width: revert;
}

[data-type="contents"].present slide .math
{
    display: ruby;
    text-align: center;
}

[data-type="contents"].present slide .math svg
{
    display: ruby;
    margin-bottom: 0;
}

[data-type="contents"].present slide mjx-container
{
    margin: 0;
}

[data-type="contents"].present slide .code-wrapper
{
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
}

[data-type="contents"].present slide .nohighlight
{
    display: contents;
}

[data-type="contents"].present slide .nohighlight *
{
    font-size: 20pt;
    margin: 0;
    font-family: monospace !important;
}

[data-type="contents"].present slide code
{
    font-family: monospace !important;
}

[data-type="contents"].present slide a
{
    color: #03b8de;
    text-decoration: underline;
}