html, body {
    margin: 0;
    height: 100%;
    background-color: white !important;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #000000;
    /* background-color: #e5ee55; */
}

.video-container {
    position: relative;
    display: inline-block;
  }
  #segmentation-video {
    display: block;
    width: 100%;
    height: auto;
  }
  .arrow-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

#shrec19-video {
    transition: transform 0.3s ease;
  }
  #shrec19-video.zoomed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 1000;
    filter: drop-shadow(1px 1px 2px grey);
  }

.blue {
    color: #04B2D9;
}
.green {
    color: #67BF63;
}

.red {
    color: #D90479;
}

.yellow {
    color: #f3c300;
}

.black {
    color: #000000;
}

.dark-grey {
    color: #999999;
}

.retro {
  font-family: "Press Start 2P", system-ui;
}

.no-lower-margin {
  margin-bottom: 0.08em !important;
}

.bricolage-grotesque {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.italic {
  font-style: italic;
}

/* https://css-tricks.com/css-link-hover-effects/ 😊 */

.link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.link {
    position: relative;
}

.author-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #04B2D9;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
.button-link {
    font-size: 1em;
    background-color: white;
    color: black;
    filter: drop-shadow(1px 1px 2px grey);
    
}

.controller {
    z-index: 1000;
}

.button-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background-color: #04B2D9;
    bottom: -1px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}


.wavy {
    animation-name: wavy;
    animation-duration: 1.3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    position: relative;
    top: 0;
    left: 0;
}

@keyframes wavy {
    0% {
        top: 0px;
        color:#df0024;
    }
    25% {
        color:#f3c300;
    }
    50% {
        top: -10px;
        color:#f3c300;
        filter: drop-shadow(2px 2px 2px grey);
    }
    75% {
        color:#00ab9f;
    }
    100% {
        top: 0px;
        color:#2e6db4;
    }
}



.buffer-top {
    margin-top: 0.25em;
}

section {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}

.hero-body {
    padding-top: 1em !important;
    padding-bottom: 1.8em !important;
}

video {
    /* border: 2px solid white; */
    /* border-radius: 5px; */
    background-color: white;
}

img {
    border-radius: 5px;
}

.drop-shadow {
    filter: drop-shadow(5px 5px 2px grey);
}

.button {
    border: 0px solid black !important;
}

#welcome {
    margin-left: -4px;
}


.button-green {
    background-color: #67BF63; 
}
.button-red {
    background-color: #D90479;
}
.button-yellow {
    background-color: #f3c300;
}
.button-blue {
    background-color: #04B2D9;
}

th {
    color: #000000 !important;
}

table {
    margin: 0 auto;
}

.highlight-blue {
    font-weight: 600;
    color: #04B2D9;
    background-color: rgba(143, 145, 152, 0.2);
    /* box-shadow: 2px 1.5px 0.2px rgba(0, 0, 0, 0.2); */
    padding: 0.5px 1.5px;
    border-radius: 3px;
}

.highlight-red {
    font-weight: 600;
    color: #D90479;
    background-color: rgba(143, 145, 152, 0.2);
    /* box-shadow: 2px 1.5px 0.2px rgba(0, 0, 0, 0.2); */
    padding: 0.5px 1.5px;
    border-radius: 3px;
}


.description{
    margin-bottom: 0 !important;
}

.my-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid black;
    color: white;
    font-size: 1.4em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.my-button:hover {
    opacity: 0.8;
}

.my-button:active {
    /* background-color: #3e8e41; */
    box-shadow: 0 2px grey;
    transform: translateY(4px);
}

.zoom {
    font-size: 1.1em;
    /* text-align: center;
    vertical-align: middle; */
    /* line-height: 48px; */
    transition: 0.1s;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */   
}


.zoom:hover {
    filter: drop-shadow(1px 1px 1px grey);
}




pre{
    background: white;
    /* border: 1px solid black; */
    border-radius: 5px;
    color: black;
    filter: drop-shadow(5px 5px 2px grey);
}

.animation-text {
    /* font-style: italic; */
    font-weight: 500;
}

#source_description{
    margin-top: -1.6em;
}


.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}
  
.source-text {
    flex: none;
    width: 15%;
}