/* //////// PAGE DOLLS //////// */
.tallpagedoll {height:100%;width:40%;}
.widepagedoll {height:0%;width:100%;display:none;}
/* //////////////////////////// */

/* ///// CONTENT SIZING ELEMENTS ///// */
.content {height:100%;width:60%;}
.titlecard {height:20%;width:100%;}
.navigation {height:80%;width:100%;}
.directory{height:50%;width:100%;}
.internal{height:50%;width:100%;}
.linknarrow{height:50%;width:50%;text-decoration:none;}
.linkwide{height:50%;width:100%;text-decoration:none;}
.external{height:30%;width:100%;}
.social{height:100%;width:16.66%;}
/* /////////////////////////////////// */

/* ////// CAROUSEL MAIN ELEMENTS ////// */
.carousel{position:relative;height:50%;width:90%;font-color:white;color:white;font-size:2.5vh;font-size:2.5dvh;margin-left:5%;}
.carousel #next,.carousel #prev{z-index:4;position:absolute;top:0;width:35%;height:100%;cursor:pointer;}
.carousel #prev{left:0%;}
.carousel #next{left:65%;}
.carousel>ul{list-style: none;margin:0;padding:0;width:100%;height:100%;}
.carousel .slide{margin:0;padding:0;bottom:0;position:absolute;transition:1s;}
.carousel .slide:hover{transition:.3s}
.slide img{height:auto;width:auto;max-height:100%;max-width: 100%;object-fit:contain;}
.slide a{max-height:100%;height:100%;width:100%;display:flex;justify-content:center;align-items:end;}
/* //////////////////////////////////// */

/* ///// CAROUSEL SLIDE ELEMENTS ///// */
.slide:nth-child(1){z-index:0;max-height:50%;min-height:50%;height:50%;max-width:35%;min-width:35%;width:35%;top:25%;left:0%;opacity:0;filter:brightness(0%)grayscale(0%)contrast(100%)opacity(50%);}
.slide:nth-child(2){z-index:1;max-height:50%;min-height:50%;height:50%;max-width:35%;min-width:35%;width:35%;top:25%;left:0%;contrast:1;filter:brightness(30%)grayscale(100%)contrast(100%)opacity(50%);}
.slide:nth-child(3){z-index:2;max-height:75%;min-height:75%;height:75%;max-width:35%;min-width:35%;width:35%;top:12.5%;left:15%;opacity:1;filter:brightness(50%)grayscale(50%)contrast(100%)opacity(70%);}
.slide:nth-child(4){z-index:3;max-height:100%;min-height:100%;height:100%;max-width:50%;min-width:50%;width:50%;top:0%;left:25%;opacity:1;}
.slide:nth-child(5){z-index:2;max-height:75%;min-height:75%;height:75%;max-width:35%;min-width:35%;width:35%;top:12.5%;left:50%;opacity:1;filter:brightness(50%)grayscale(50%)contrast(100%)opacity(70%);}
.slide:nth-child(6){z-index:1;max-height:50%;min-height:50%;height:50%;max-width:35%;min-width:35%;width:35%;top:25%;left:65%;opacity:1;filter:brightness(30%)grayscale(100%)contrast(100%)opacity(50%);}
.slide:nth-child(7){z-index:0;max-height:50%;min-height:50%;height:50%;max-width:35%;min-width:35%;width:35%;top:25%;left:65%;opacity:0;filter:brightness(0%)grayscale(0%)contrast(100%)opacity(50%);}
.slide:nth-child(7) ~ .slide{display:none;z-index:0;height:0%;width:0%;left:0%;opacity:0;}
/* /////////////////////////////////// */

/* ////////// MEDIA QUERIES ////////// */
@media only screen and (max-aspect-ratio: 157/100) 
    {.masterdiv{width:80vw;width:80dvw;height:80vh;height:80dvh;max-height:80vh;max-height:80dvh;}}
@media only screen and (max-aspect-ratio: 95/100) 
    {.tallpagedoll{height:100%;width:0%;display:none;}
    .widepagedoll{height:30%;width:100%;display:flex;}
    .masterdiv{width:70vh;width:70dvh;max-width:80vw;max-width:80dvw;height:80vh;height:80dvh;max-height:80vh;max-height:80dvh;}
    .mastercontent{height:90%;width:100%;max-height:200vw;max-height:200dvw;}
    .content{width:100%;}
    .navigation{max-height:55%;}
    .titlecard{height:20%;max-height:15%;}
    .carousel{margin-left:0%;width:100%;max-height:50%;margin-top:5%;}}
/* /////////////////////////////////// */