@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
   }

body{
    padding: 0;
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
* {
    box-sizing: border-box;
}

.author-link{
    color: inherit;
    text-decoration: underline;
}

.description-text{
    position: relative;
    margin: 20px;
}
.description-text p{
    position: relative;
}

.known-word{
    color: green;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.tooltip-full.tooltip-show{
    opacity: 1;
    top: 30px;
    transition: 0.3s ease-in;
    z-index: 3;
    display: inline;

}
.tooltip-full img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.tooltip-full{
    display: none;
    color: black;
    opacity: 0;
    padding: 20px;
    font-weight: normal;
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 0;
    width: 300px;
    transform: translate(-5%, 0);
    background: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    transition: 1s ease-out;
}
.tooltip-full::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}


.fadein-content{
    opacity: 1;
    animation: fadein 0.3s;
}

@keyframes fadein{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes fadeout{
    0%{
        filter: contrast(100%) brightness(100%);
    }
    50% {
        filter:  contrast(0%) brightness(300%);
    }
    100%{
        filter: contrast(100%) brightness(100%);
    }
}




header.hero{
    width: 100%;
    height: 100%;
}

header.hero img.hyper{
    animation: fadeout 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
header.hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    filter: contrast(100%) brightness(100%);
}
    
header.hero .hero-centered{
    text-align: center;
    color: white;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 30px;
}
.hero-centered h1 {
    font-size: 80px;
    margin-top: 10px;
}

.hero-centered h2 {
    font-size: 65px;
}


header.hero .flex-links-hero .big-link{
    font-weight: bold;
    font-size: 30px;
    width: 400px;
    display: inline-block;
    color: white;
    text-decoration: none;
    background: rgba(255,255,255,0.5);
    border: 3px solid white;
    border-radius: 50px;
    padding: 10px;
    margin: 10px auto;
}


#svg-img{
    width: 100%;
    height: 100%;
}
.cell-header{
    position: relative;
    z-index: 5;
    height: 100px;
    text-align: center;
    background: #fff;
}
.cell-main{
    width: 100%;
    background: #eee;
    display: flex;
    flex-flow: wrap;
    position: relative;
}
.cell-display{
    flex: 1;
    min-width: 500px;
    position: relative;
    width: 50%;
    -webkit-box-shadow: inset -5px 5px 20px -11px rgba(0,0,0,1);
    -moz-box-shadow: inset -5px 5px 20px -11px rgba(0,0,0,1);
    box-shadow: inset -5px 5px 20px -11px rgba(0,0,0,1);
    min-height: 1000px;
}
.cell-info{
    flex: 1;
    min-width: 500px;
    width: 50%;
    background-color: #fff;
    padding: 10px;
}

.table-intro-1{
    border-collapse:collapse;
    border-spacing:0;
    border: 1px solid black;
}
.table-intro-1 td{
    padding: 10px;
    border: 1px solid black;
}
.table-intro-1 th{
    border: 1px solid black;
    padding: 10px;
    background: rgb(0,255,0,0.5);
}
.table-intro-1 .bolder{
    font-weight: bold;
}
.table-intro-1 .blank{
    color: white;
    background: repeating-linear-gradient(
        -55deg,
        rgba(0,0,0,0),
        rgba(0,0,0,0) 10px,
        rgba(0,0,0,0.2) 10px,
        rgba(0,0,0,0.2) 20px
    );
}

.default-iframe{
    width: 100%;
    height: max-content;
    border: none;
}
.cell-intro{
    display: flex;
    background: rgb(0,0,0, 0.4);
    width: 100%;
}
.content-text{
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
    margin: 0 auto;
    flex: 1;
    max-width: 1200px;
    width: 60%;
    min-width: 400px;
    padding-bottom: 50px;
    background: white;
}
.content-text h3{
    text-align: center;
    font-weight: bold;
}

.content-text h1{
    text-align: center;
}

.content-info{
    padding: 10px;
    padding-bottom: 40px;
    padding-right: 15px;
    padding-left: 15px;
    width: 80%;
    margin: 0 auto;
    background: white;
    text-align: justify;
}

#tsparticles {
    z-index: -2;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.organite-title{
    margin: 0 auto;
    min-width: 200px;
    max-width: 700px;
    width: 50%;
    flex: 1;
    padding: 20px;
    font-size: 35px;
    position: absolute;
    z-index: 2;
    text-align: center;
    background: white;
    top: -50px;
    transform: translate(-50%, 0);
    left: 50%;
    -webkit-box-shadow: 0px 12px 19px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 19px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 19px -6px rgba(0,0,0,0.75);
}

.img-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.img-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
  
.img-container {
    padding: 2px 16px;
}

.cell-display-inner{
    width: 100%;
    height: 100%;
}
.cell-img-container{
    height: 100%;
    width: 100%;
    position: absolute;
}

#modal-img{
    top: 0;
    position: fixed;
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
}
#modal-close{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
#modal-display-img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: auto;
    max-width: 80%;
    max-height: 80%;
    height: auto;
    background: white;
    -webkit-box-shadow: 0px 12px 19px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 12px 19px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 12px 19px -6px rgba(0,0,0,0.75);
}

.letter-up{
    font-size: 11px;
    vertical-align: super;
}
.letter-down{
    font-size: 11px;
    vertical-align: sub;
}
.tooltip-subtitle{
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.info-quiz{
    padding: 10px;
    box-shadow: 0 0 5px -2px;
    border: 1px solid blue;
    border-radius: 7px;
}
.info-quiz .quiz-box h2{
    font-size: 20px;
}
.table-wrapper{
    width: 100%;
    overflow-x: scroll;
}

.flex-links-hero{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 50px;
}
.cell-display-inner iframe{
    border: none;
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1);
}

@media screen and (max-width: 1000px) {
    .cell-info{
        margin: 0px;
        width: 100%;
        min-width: 0px;
    }
    .content-text{
        padding-right: 6px;
        padding-left: 6px;
        min-width: 0px;
    }
    .content-info{
        padding: 0px;
        margin: 6px;
        width: 100%;
    }
    .cell-main{
        flex-flow: column;
    }
    .cell-display{
        min-width: 0px;
        width: 100%;
        min-height: 500px;
    }
    .cell-display-inner iframe{
        width: 90%;
    }
}