body {
    font-family: Arial;
}

h1 {
    font-family: Georgia;
    font-weight: normal;
}

ul {
    margin-left: 1em;
    list-style-type: circle;
}

ul li {
    list-style: disc;
}

ul li,
ol li {
    padding-left: 1em;
}

p,
ol {
    margin: 0px;
}

td,
th {
    font-size: 1.5vw;
    vertical-align: top;
    text-align: left;
    border: 0px;
}

th {
    border-bottom: 1px solid black;
}

.even {
    background-color: #F8F8F8;
}

pre {
    /*border-color: #0277d0;*/
    border-left-width: thin;
    background-color: #282c34;
    color: white;
    border-radius: 5px;
}

code span.st {
    color: rgb(214, 157, 133);
}

code span.sc {
    color: #d04a02;
}

code span.at {
    color: rgb(155, 155, 155);
}

code span.co {
    color: rgb(87, 166, 74);
}

code span.kw,
code span.cf,
code span.va {
    color: #569cd6;
}

code span.op {
    color: #fff;
}

code.sourceCode {
    white-space: pre-wrap;
    word-break: break-all;
}

pre>code {
    display: inherit;
    line-height: 1em;
    font-size: 1.25vw;
    display: block;
}

code {
    font-weight: normal;
    white-space: pre-wrap;
    background: #333;
    color: white;
    border-radius: 5px;
    padding: 0px 5px;
    font-family: 'Ubuntu Mono', monospace;
    font-weight: normal;
}

sup {
    color: #d04a02;
    font-size: 0.83em;
    vertical-align: super;
    line-height: 0;
}


div.slide {
    padding: 40px !important;
    font-size: 2vw !important;
    overflow-y: hidden;
}


div.slide h1 {
    height: 3em;
}

div.slide h1+.sourceCode {
    margin-top: -3.5em;
}

div.slide h2 {
    font-weight: normal;
    margin: 0;
    margin-top: -3.1em;
    font-size: 2.4vw;
    margin-bottom: 2em;
}

/* Banner */
div.slide>h1+p:only-of-type:nth-last-child(3) {
    text-align: center;
    font-size: 3vw !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #EB8C00;
    padding: 5% 0;
    color: white;
}

/* Section divider */
div.slide>h1:only-of-type:nth-last-child(3) {
    background: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    max-width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden;
    padding-left: 20%;
    padding-top: 15%;
    font-size: 5vw;
}

/* Video */
div.slide>video:only-of-type:nth-last-child(3) {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 20%);
}

/* Title page */

.one.titlepage {
    background-color: #464646 !important;
}

.one>.block {
    background-color: #d04a02;
}

.block {
    background-color: #464646;
    position: absolute;
    z-index: -1;
}

#block1 {
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
}

#block2 {
    top: 13%;
    bottom: 0;
    left: 0;
    width: 45%;
}

#block3 {
    top: 30%;
    bottom: 0;
    left: 0;
    width: 55%;
    padding-top: 20px;
    padding-left: 30px;
}

#block3>h1 {
    padding: 0px;
    margin-bottom: 0.5em;
    font-size-adjust: 0.75;
    text-size-adjust: 75%;
}

#block3>h1,
.finalpage>h1 {
    font-size: 4.5vw !important;
}

#block3>p {
    margin: 0px;
}

#block4 {
    top: 70%;
    bottom: 0;
    left: 0;
    width: 65%;
}

#pwc-logo {
    margin-left: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 30%;
    margin-bottom: 20px;
}

#pwc-logo>img {
    width: auto;
    height: 100%;
}

.titlepage {
    background-color: #d04a02 !important;
    color: white;
    text-align: left !important;
}

.titlepage>.bg {
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    left: 40%;
}

.titlepage>h1 {
    width: 50%;
}

/* Final page */

.finalpage {
    background-color: #464646 !important;
    color: white;
    line-height: 80% !important;
}

.finalpage>h1 {
    margin-top: 100px !important;
}

.copyright-box {
    background-color: #d04a02;
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 1vw !important;
    padding: 20px;
}

.copyright-box>div {
    width: 50%;
}

/* Split page images */

.split {
    height: 100%;
    width: 40%;
    right: 0;
    left: 60%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    object-fit: cover;
}

/* Full width images */
img.full-width {
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width:100%;
}

img.full-width-title {
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    width:100%;
}

img.full-width+figcaption,
img.full-width-title+figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-style: italic;
}
