/***************************************************************
 *  Title slide
 ***************************************************************/
.remark-slides-area .remark-slide-container:first-child .remark-slide-content {
    background-color: white;
    padding: 200px 64px;
}
.remark-slides-area .remark-slide-container:first-child .remark-slide-content h4 {
    margin-bottom: 0;
    font-size: 1.75rem;
}

.remark-slides-area .remark-slide-container:first-child .remark-slide-content h1 {
    text-shadow: 1px 1px 3px;
}

.remark-slides-area .remark-slide-container:first-child .remark-slide-content :is(h3, h4) {
    letter-spacing: 1px;
}

/***************************************************************
 *  normal slide
 ***************************************************************/
.remark-slides-area .remark-slide-container:nth-child(1n+2) .remark-slide-content {
    background-color: white;
    padding: 100px 100px;

}
.remark-slides-area .remark-slide-container:nth-child(1n+2) .remark-slide-content > *:not(h1, h2):not(.remark-slide-number){
    font-size: 1.75rem;
}
.remark-slides-area .remark-slide-container:nth-child(1n+2) .remark-slide-content h1{
    font-size: 3rem;
}
.remark-slides-area .remark-slide-container:nth-child(1n+2) .remark-slide-content h2{
    font-size: 2.5rem;
}

/***************************************************************
 *  General styling
 ***************************************************************/

body {
    font-family: 'Liberation Sans', arial, helvetica, sans-serif;
    color: #222;
}

h1, h2 {
    color: #08c;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

a {
    color: #08c;
    text-decoration: none;
}

ul, ol {
    margin: 0.5rem 0;
}

li:not(:first-child) {
    margin-top: 0.5rem;
}
li:not(:last-child) {
    margin-bottom: 0.5rem;
}

hr {
    margin: 33px 0;
    border: 0;
    border-top: 3px solid #888;
}

code,
tt {
    font-size: 0.85em;
    background-color: #ebf1f5;
    display: inline-block;
    padding: 0 0.3em;
    border-width: 0;
    border-radius: 0;
}

blockquote {
    background-color: #ebf1f5;
    border-left: 10px solid #08c;
    border-radius: 4px;
    margin: 1.2em 10px;
    padding: 0.5em 0.75em;
}
blockquote p {
    display: inline;
}

/***************************************************************
 *  Code example styling
 ***************************************************************/

table {
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    border: 1px solid black;
}

table tr {
    font-size: 24px;
}

.remark-code {
    width: 81%;
}

/***************************************************************
 *  Better layout
 ***************************************************************/

.remark-slide > .center :is(ul, ol) {
    text-align: left;
    max-width: fit-content;
    margin: auto;
}

.remark-slide > .middle {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.remark-slide-content > :last-child {
    margin-bottom: 0;
}
.remark-slide-content > :has(+ .remark-slide-number) {
    margin-bottom: 0;
}

/***************************************************************
 *  Special per-slide styling
 ***************************************************************/

.remark-slide > .spread-out-list-items li {
    margin: 0.5em 0;
}

.remark-slide > .dark-background {
    background-image: url(background.jpg);
    color: #fff;
}

/***************************************************************
 *  Print slides in 4:3 format
 ***************************************************************/
@page {
    size: 908px 681px;.
    margin: 0;
}

@media print {
    .remark-slide-scaler {
         width: 100% !important;
         height: 100% !important;
         transform: scale(1) !important;
         top: 0 !important;
         left: 0 !important;
    }
}
