:root {
    --lypy-green: #bde629;
    --lypy-yellow: #e6b429;
    --lypy-red: #e65c29;
    --lypy-lightblue: #42d0f7;
    --lypy-blue: #2093b3;
    --lypy-darkblue: #0d6b85;
    --lypy-white: #f7f7f7;
    --lypy-grey: #999999;
    --lypy-black: #333333;
}

body {
    color: var(--lypy-black);
}
pre code.hljs {
    display:block;
    overflow-x:auto;
    padding:1em;
    font-size: 10px;
}
code.hljs {
    padding:3px 5px
}
.hljs {
    color: var(--lypy-white);
    background: var(--lypy-black);
}
.hljs-comment,
.hljs-quote {
    color: var(--lypy-grey);
    font-style:italic
}
.hljs-doctag,
.hljs-formula,
.hljs-keyword {
    color: var(--lypy-orange);
}
.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
    color: var(--lypy-red);
}
.hljs-literal {
    color: var(--lypy-blue);
}
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
    color: var(--lypy-green);
}
.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
    color: var(--lypy-red);
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
    color: var(--lypy-blue);
}
.hljs-built_in,
.hljs-class .hljs-title,
.hljs-title.class_ {
    color: var(--lypy-orange);
}
.hljs-emphasis {
    font-style:italic
}
.hljs-strong {
    font-weight:700
}
.hljs-link {
    text-decoration:underline
}

body
{
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans',sans-serif;
    font-smooth: auto;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
}
body>header
{
    background-image: url("lypy.png");
    background-size: 2.3em 2em;
    background-repeat: no-repeat;
    background-position: 1em 1em; 
    background: var(--lypy-black);
    height: 4em;
}
section.intro
{
    height: 100%;
    display: block;
    padding-top: 10em;
    padding-bottom: 10em;
    text-align: center;
    background: var(--lypy-black);
    background-image: url("proposal-backgroud.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
section.intro>h1
{
    color: var(--lypy-white);
    display: none;
}
section.intro>p
{
    display: none;
    margin: auto;
    max-width: 20em;
    color: var(--lypy-white);
}
section.edgbaston
{
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    height: 70em;
    overflow-x: hidden;
}
body>section {
    flex: 100%;
    display: flex;
    align-items: center;
}
section.messaging {
    align-items: baseline;
}
body>section {
    flex-direction: column-reverse;
}
@media (min-width: 65rem) {
    body>section {
	flex-direction: row;
    }
}
section.edgbaston>div {
    width: 30em;
}
section.edgbaston>section
{
    width: 30em;
    position: relative;
    height: 40em;
}
section.edgbaston>section>section.rust
{
    box-shadow: #000000 0px 4px 30px 0px;
    position: absolute;
    width: 40em;
    top: 0em;
    left: 0em;
}
section.edgbaston>section>section.node
{
    box-shadow: #000000 0px 4px 30px 0px;
    position: absolute;
    width: 20em;
    right: -10em;
    bottom: 0em;
}
section.edgbaston>section>section.shell
{
    box-shadow: #000000 0px 4px 30px 0px;
    position: absolute;
    width: 36em;
    top: 2em;
    right: -20em;
}
section.edgbaston>section>section>header>h3 {
    text-align: center;
    margin: 0.25em;
}
section.edgbaston>section>section
{
    margin: 1em;
    background-color: var(--lypy-black);
    border-radius: 0.5em;
}
section.edgbaston>section>section>header {
    color: var(--lypy-white);

}
section.volumetric
{
    background-color: var(--lypy-darkblue);
}
section.volumetric>section
{
    width: 25em;
    height: 25em;
    background-image: url("annotation-volumetric.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;

}
section.messaging
{
    background-color: var(--lypy-lightblue);
}
section.messaging>section
{
    width: 25em;
    height: 25em;
    background-image: url("messaging.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}
section.volumetric>div,
section.messaging>div
{
    padding: 1em;
    width: 30em;
    color: var(--lypy-white);
}
section.messaging>div {
    color: var(--lypy-black);
}
section.volumetric>div,
section.messaging>div
{
    /*max-width: 30em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: auto;
    height: 14em;
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 5em;
    background-color: var(--lypy-white);
    box-shadow: 1px 1px 10px #000000;
    border-radius: 0.5em;*/
}
section.edgbaston>div
{
    padding: 1em;
}
section.about>div>p
{
    font-size: 60%;
}
hr {
    border: 0;
    height: 0;
}
