﻿
#graphicContainer {
    z-index: 1000;
}
.videoContainer {
    z-index: 1000;
    position: absolute;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 140px);
    justify-content: center;
    justify-items: center;
    /*    display: flex;*/
    object-fit: cover;
}
#graphicContainer {
    display: inline-flex;
/*    align-content: end;
    position: absolute; */
}
.sourcefull {
    z-index: 0;
    align-self:end;
    /*    width: calc(100vw - 380px);
    height: calc(100vh - 170px);*/
}
.textcontainer {
    z-index: 1500;
    opacity: .9;
    width: calc(40vw);
    min-width: 400px;
    position: absolute;
    top: 60px;
    left: 10px;
    display: none;
    color: #000000;
    padding: 10px 20px 30px 50px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    border-color: #ffffffff;
    border-style: solid;
    border-width: 1px;
    max-height: calc(100vh - 200px);
    /*    text-align: justify;
    position: absolute;
    bottom: 100px;
    right: 100px;
    font-size: 20px;
    color: #ffffff;
    padding: 15px;
    font-weight: 100;*/
    background-color: #ffffffff;
    /* opacity: .9;*/
    box-shadow: inset 0px 14px 4px rgb(170, 170, 170, 0.08), 0 0 2px #000000c3;
    /* box-shadow: 0px 8px 16px 0px rgba(10,0,0,0.2);*/
    /*    font-family: 'Dosis', sans-serif;*/
}
.sideTextcontainer {
   /* width: 450px;*/
    height: calc(100vh - 200px);
    position: absolute;
    top:60px;
    left: 20px;
    margin:10px;
    display: block;
    color: #000000;
    padding: 10px 40px 30px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    /*    text-align: justify;
    position: absolute;
    bottom: 100px;
    right: 100px;
    font-size: 20px;
    color: #ffffff;
    padding: 15px;
    font-weight: 100;*/
    background-color: #ffffff5f;
    /* opacity: .9;*/
    /*  box-shadow: inset 1px 1px 1px rgba(250, 245, 18, 0.08), 0 0 24px #000000c3;*/
    /*    font-family: 'Dosis', sans-serif;*/
}
.titleLine {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: space-between;
}
.projectTitle {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 3px 3px 14px #ffffffff;
}
.projectLocation {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 3px 3px 14px #ffffffff;
}
.titleClient {
    display: flex;
    align-content: space-between;
}
.projectDate {
    display: flex;
    align-content: space-between;
}
.projectClientTitle {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 700;
    align-self: flex-start;
    text-shadow: 3px 3px 14px #ffffffff;
    /*   text-shadow: 0px 0px 2px #040303c2;*/
}
.projectClient {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 400;
    align-self: flex-end;
    text-shadow: 3px 3px 14px #ffffffff;
    /*   text-shadow: 0px 0px 2px #040303c2;*/
}
.projectDateTitle {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 700;
    align-self: flex-start;
    text-shadow: 3px 3px 14px #ffffffff;
    /*   text-shadow: 0px 0px 2px #040303c2;*/
}

.projectDate {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 400;
    align-self: flex-end;
    text-shadow: 3px 3px 14px #ffffffff;
    /*   text-shadow: 0px 0px 2px #040303c2;*/
}
.projectDescription {
    padding: 2px;
    margin: 2px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 400;
    align-self: flex-end;
    text-shadow: 3px 3px 14px #ffffffff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .textcontainer {
    display: block;
}
.authors {
    padding: 2px 2px 0px 0px;
    margin: 2px;
    display: flex;
    min-height: fit-content;
    align-content: space-between;
}

.authorTitle {
    border: none;
    padding: 2px 2px 0px 2px;
    margin-right: 3px;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 3px 3px 14px #ffffffff;
    /*   text-shadow: 0px 0px 2px #040303c2;*/
}
.authorGroup {
    padding: 2px 2px 4px 10px;
    display: flex;
    flex-wrap: wrap;
  
    align-content: space-between;
}
.authorData {
    overflow: hidden;
    padding: 2px 2px 4px 0px;
    border: none;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    font-weight: 400;
    /* align-self: flex-start;*/
    min-width: fit-content;
    /* width:320px;*/
    height: 25px;
    text-shadow: 3px 3px 14px #ffffffff;
    /*   text-shadow: 0px 0px 2px #040303c2;*/
}
/* The dots/bullets/indicators */
.photoDots {
    position: absolute;
    display: inline-flex;
    display: none;
    left: 30px;
    top: 48px;
    /*font-size: 18px;*/
    padding: 00px 0px 0px 0px;
    z-index: 2000;
}
.dot {
    display: flex;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #2d2c2c;
    /*    box-shadow: 0px 0px 2px #000000;*/
    border-radius: 5px;
    /*transition: background-color 0.6s ease;*/
}
.dotnegro {
    align-self: center;
    margin: 0px 0px -20px 0px;
   
    height: 10px;
    width: 10px;
    background-color: #ff037879;
    box-shadow: 1px 1px 9px #000000c3;
    border-radius: 0px 0px 5px 5px;
    display: inline-block; 
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Next & previous buttons */
.prev, .next {
    z-index:2000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #000000;
    text-shadow: 0px 0px 4px #ffffffff; 
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: #0000004e;
    }
 


/*body::-webkit-scrollbar {
    width: 12px;*/ /* width of the entire scrollbar */
/*}

body::-webkit-scrollbar-track {
    background: orange;*/ /* color of the tracking area */
/*}

body::-webkit-scrollbar-thumb {
    background-color: blue;*/ /* color of the scroll thumb */
    /*border-radius: 20px;*/ /* roundness of the scroll thumb */
    /*border: 3px solid orange;*/ /* creates padding around scroll thumb */
/*}*/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #ff037827;
/*    background-color: #f1f1f1;*/
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgb(228, 228, 228, 0.30);
    border-radius: 8px;
    background-color: #ff039d90;
   /* background-color: #d1d1d1;*/
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
