/* #body * {
    border: 1px dashed blue;
} */

:root {
    --text-color: #444;
}

* {
    font-family: sans-serif;
    color: var(--text-color);
}

#body {
    text-align: center;
    margin: auto;
}

#title {
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    max-width: 80%;
    margin: auto;
}

#conference {
    color: #666;
    font-weight: 100;
    font-size: 1.5rem;
}

#author-list {
    margin: auto;
    max-width: 80%;
}

#author-list a {
    text-decoration: none;
    font-size: 1.25rem;
    color: #219bef;
}
#author-list a:hover {
    text-decoration: underline;
}

#affiliation-list span {
    font-size: 1.125rem;
}

#button-list {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}

#button-list a {
    margin:10px;
    padding: .5rem .75rem .75rem .75rem;
    background-color: var(--text-color);
    border: 2px solid var(--text-color);
    border-radius: 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    align-items: center;
    height: 2rem;
}

#button-list a:hover {
    background-color: white;
    color: var(--text-color);
}

#button-list a img {
    max-height: 1rem;
    -webkit-filter: invert(100%);
    vertical-align: middle;
}

#button-list a:hover img {
    -webkit-filter: invert(18.75%);
}

#button-list a span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    color: white;
}

#button-list a:hover span {
    color: var(--text-color);
}

.landscape {
    width: 960px;
    margin: auto;
}

#abstract {
    text-align: justify;
    max-width: 960px;
    margin:auto;
}

#abstract-container {
    width: 65%;
    margin: auto;
}

#video {
    width: 420px;
    height: 315px;
}

#bibtex-container {
    position: relative;
    width: 60%;
    margin: auto;
}

#bibtex {
    background-color: #F4F4F4;
    margin: auto;
    overflow-x: auto;
    padding: 1rem;
    text-align: left;
    font-size: .75em;
}

#copy-button {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    margin: 5px;
}

#copy-button:hover {
    cursor: pointer;
}

#copy-button img {
    width: 100%;
}

#copy-button:hover img {
    -webkit-filter: invert(100%);
}

#overview {
    display: inline-block;
    width: 60%;
    min-width: 800px;
    margin: auto;
    border-right: 3px solid var(--shadow);
    border-bottom: 3px solid var(--shadow);
    border-radius: 1rem;
    overflow: hidden;
    background-color: white;
}


#stages {
    margin: auto;
}

img {
    max-width: 100%;
}

summary {
    font-size: 1.25rem;
    text-align: left;
    margin-left: 5em;
    user-select: none;
}

summary:hover{
    cursor: pointer;
    font-size: 1.5rem;
}

details > *:not(summary) {
    max-width: 600px;
    margin: 1rem auto 1rem auto !important;
}

#full_steps {
    max-width: 800px;
}

#full_steps div {
    width: 15% !important;
    display:inline-block
}

#full_steps div * {
    width: 100%;
}

#data > .slider-wrapper {
    max-width: 480px;
    margin: 1rem auto;
}

#results > .slider-wrapper {
    max-width: 960px;
    margin: 1rem auto;
}

.video_label {
    display: inline-block;
    width: calc(25% - 1rem);
}

.video_label video {
    display: block !important;
    width: 100% !important;
}

#wind > .slider-wrapper {
    max-width: 320px;
    margin: 1rem auto;
}

#wind video {
    max-width: 320px;
}

#qualitative {
    max-width: 960px;
    margin: 1rem auto;
}

#qualitative video {
    width: calc(100% - 1rem);
}

#more {
    max-width: 960px;
    margin: 1rem auto;
}

#failures {
    max-width: 640px;
    margin: 1rem auto;
}

#failures video {
    width: calc(100% - 1rem);
}