/*TEXT*/
h1, p1 {
    font-family: Arial, Helvetica, sans-serif; 
}

h1 {
    font-size: 45px; padding-left: 5%; padding-top: 10px; 
}
p1 {
    font-size: 35; 
}
/*MAIN PAGES BACKGROUND COLOR*/ 
body {
    background-color: #d1d1d1; margin: 0; 
}

/*TOP NAVBAR */
a:link {
    all: unset; cursor: context-menu; 
}
a:visited{
        all: unset; cursor: context-menu; 
}

.top-navbar {
    display: flex; max-width: 100%; align-items: center; background-color: #d60000;
}
.me-icon-left-navbar {
    padding-left: 30; padding-top: 7;  
}

.top-nav-bar-headings {
    width: 80%;  margin-left: auto; justify-content: end; padding-right: 35px; white-space: pre-line; display: flex; flex-wrap: wrap;
}

.topnavbar {
    font-family: Luminari, fantasy; font-weight: bold; color: #d60000; font-size: 20; 
    background-color: white; border: 2px solid white; border-radius: 20px; cursor: pointer; 
    text-align: center; padding: 8px 7px; margin: 3; white-space: nowrap; 
}

.topnavbar:hover, .topnavbardropgal:hover, .topnavbardropmore:hover {
    color: white; background-color: #d60000; border: 2px solid #d60000;
}

.topnavbardropgal, .topnavbardropmore {
    font-family: Luminari, fantasy; font-weight: bold; color: #d60000; font-size: 20; 
    background-color: white; border: 2px solid white; border-radius: 20px; cursor: pointer; 
    text-align: center; padding-top: 5px; padding-bottom: 7px; padding-left: 7px; padding-right: 7px;
    margin: 3; white-space: nowrap; 
    position: relative; display: inline-block;
}

/* DROP DOWN BUTTON STUFF */
.gal-dropdown {
    display: none; position: absolute; background-color: white; min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 99; font-size: 20; right: 0; margin-top: 7px; border-radius: 50px;
}

.gal-dropdown a {
    color: #d60000; background-color: white; padding: 12px 16px; text-decoration: none; display: block;  font-size: 20px; 
    border-radius: 50px;
}

.gal-dropdown a:hover {
    color: white; background-color: #d60000; padding: 12px 16px; text-decoration: none; display: block;  font-size: 20px; 
    border-radius: 50px;
}

.topnavbardropgal:hover .gal-dropdown {
    display: block; 
}

.more-dropdown {
    display: none; position: absolute; background-color: white; min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 99; font-size: 20; right: 0; margin-top: 7px; border-radius: 50px;
}

.more-dropdown a {
    color: #d60000; background-color: white; padding: 12px 16px; text-decoration: none; display: block;  font-size: 20px; 
    border-radius: 50px;
}

.more-dropdown a:hover {
    color: white; background-color: #d60000; padding: 12px 16px; text-decoration: none; display: block;  font-size: 20px; 
    border-radius: 50px;
}

.topnavbardropmore:hover .more-dropdown {
    display: block; 
}


/*PORTFOLIO PAGE*/

.etsy:hover {
    transform: scale(1.1);
}

.portfolio-page-title {
    display: flex; justify-content: center; margin: auto; 
}

.portfolio-gallery:hover {
    transform: scale(1.1);
}
.portfolio-container {
     display: flex; justify-content: center;
    flex-wrap: wrap;  
}
.responsive-portfolio , .shop-portfolio-mega {
  width: 30%; 
}
.portfolio-gallery {
    margin-left: 20px; margin-right: 20px; margin-top: 10px; margin-bottom: 10px; text-align: center; 
}
.desc {
    display: none; font-family: Arial, Helvetica, sans-serif; justify-content: center; margin: auto; align-content: center; 
}


@media only screen and (max-width: 700px) {
  .responsive-portfolio, .shop-portfolio-mega {
    width: 30%;
  }
}

@media only screen and (max-width: 500px) {
  .responsive-portfolio, .shop-portfolio-mega {
    width: 80%;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow:auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 60%; 
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding-top: 10px; padding-bottom: 100px; 
  height: 150px;
    font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 25px; 
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* BOTTOM COPYRIGHT THINGIE */
.bottom-runner {
    position: fixed; bottom: 0; background-color: black; color: white; width: 100%; 
    z-index: 999; 
}



/* GENERAL FLIPBOOK STUFF */

.bj21-flipbook-container {
    display: flex; justify-content: center; 
}

.sketch-prev-btn, .sketchbook, .sketch-next-btn {
    display: inline-block; 
}

.bujo-prev-btn, .bujo, .bujo-next-btn {
    display: inline-block;  vertical-align: middle; 
}

#sketch-prev-btn, #sketch-next-btn {
    background-color: transparent; border-color: transparent; padding-top: 300px; background-position: center;
}

#sketch-prev-btn {
    background-image: url(flips/left%20arrow.png); width: 60px; height: 400px; background-repeat: no-repeat; padding-left: 100px; 
}

#sketch-next-btn{
    background-image: url(flips/right%20arrow.png); width: 60px; height: 400px; background-repeat: no-repeat; padding-left: 100px; 
}

#bujo-prev-btn, #bujo-next-btn {
    background-color: transparent; border-color: transparent; background-position: center; padding-bottom: 450px; 
}

#bujo-prev-btn {
    background-image: url(flips/left%20arrow.png); width: 60px; height: 50px; background-repeat: no-repeat; padding-left: 100px; 
} 

#bujo-next-btn{
    background-image: url(flips/right%20arrow.png); width: 60px; height: 50px; background-repeat: no-repeat; padding-left: 100px; 
}



/* SKETCHBOOK FLIPBOOK */
.sketchbook {
    position: relative;
    width: 400px;
    height: 400px;
    transition: transform 0.5s;
}

.SketchPaper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    perspective: 1500px;
    transition: transform 0.5s;

}

.BUJO {
    position: relative;
    width: 400px; 
    height; 500px; 
    transition: transform 0.5s;
}

.BUJOPaper{
    position: absolute;
    width: 400px;
    height: 500px;
    top: 0;
    left: 0;
    perspective: 1500px;
    transition: transform 0.5s;
}

.front,
.back {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
} 

.front {
    z-index: 1;
    backface-visibility: hidden;
    border-left: 5px dashed black; background: transparent; 
}

.back {
    z-index: 0; border-left: 5px dashed black; 
}

.Bfront,
.Bback {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
} 


.Bfront {
    z-index: 1;
    backface-visibility: hidden;
    
}

.Bback {
    z-index: 0; 
}

.front-content,
.back-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-content {
    transform: rotateY(180deg)
}

.Bfront-content,
.Bback-content {
    width: 400px;
    height: 500px;
}

.Bback-content {
    transform: rotateY(180deg)
}

/* Paper flip effect */
.flipped .front,
.flipped .back {
    transform: rotateY(-180deg);
}

.Bflipped .Bfront,
.Bflipped .Bback {
    transform: rotateY(-180deg);
}


/* IDLE Paper stack order */
#ip1 {
    z-index: 10;
}
#ip2 {
    z-index: 9;
}
#ip3 {
    z-index: 8;
}
#ip4 {
    z-index: 7;
}
#ip5 {
    z-index: 6;
}
#ip6 {
    z-index: 5;
}
#ip7 {
    z-index: 4;
}
#ip8 {
    z-index: 3;
}
#ip9 {
    z-index: 2;
}
#ip10 {
    z-index: 1;
}


/* dusty Paper stack order */
#dp1 {
    z-index: 14;
}
#dp2 {
    z-index: 13;
}
#dp3 {
    z-index: 12;
}
#dp4 {
    z-index: 11;
}
#dp5 {
    z-index: 10;
}
#dp6 {
    z-index: 9;
}
#dp7 {
    z-index: 8;
}
#dp8 {
    z-index: 7;
}
#dp9 {
    z-index: 6;
}
#dp10 {
    z-index: 5;
}
#dp11 {
    z-index: 4;
}
#dp12 {
    z-index: 3;
}
#dp13 {
    z-index: 2;
}
#dp14 {
    z-index: 1;
}


/* POD Paper stack order */
#pp1 {
    z-index: 29;
}
#pp2 {
    z-index: 28;
}
#pp3 {
    z-index: 27;
}
#pp4 {
    z-index: 26;
}
#pp5 {
    z-index: 25;
}
#pp6 {
    z-index: 24;
}
#pp7 {
    z-index: 23;
}
#pp8 {
    z-index: 22;
}
#pp9 {
    z-index: 21;
}
#pp10 {
    z-index: 20;
}
#pp11 {
    z-index: 19;
}
#pp12 {
    z-index: 18;
}
#pp13 {
    z-index: 17;
}
#pp14 {
    z-index: 16;
}
#pp15 {
    z-index: 15;
}
#pp16 {
    z-index: 14;
}
#pp17 {
    z-index: 13;
}
#pp18 {
    z-index: 12;
}
#pp19 {
    z-index: 11;
}
#pp20 {
    z-index: 10;
}
#pp21 {
    z-index: 9;
}
#pp22 {
    z-index: 8;
}
#pp23 {
    z-index: 7;
}
#pp24 {
    z-index: 6;
}
#pp25 {
    z-index: 5;
}
#pp26 {
    z-index: 4;
}
#pp27 {
    z-index: 3;
}
#pp28 {
    z-index: 2;
}
#pp29 {
    z-index: 1;
}

/* CARTON Paper stack order */
#cp1 {
    z-index: 36;
}
#cp2 {
    z-index: 35;
}
#cp3 {
    z-index: 34;
}
#cp4 {
    z-index: 33;
}
#cp5 {
    z-index: 32;
}
#cp6 {
    z-index: 31;
}
#cp7 {
    z-index: 30;
}
#cp8 {
    z-index: 29;
}
#cp9 {
    z-index: 28;
}
#cp10 {
    z-index: 27;
}
#cp11 {
    z-index: 26;
}
#cp12 {
    z-index: 25;
}
#cp13 {
    z-index: 24;
}
#cp14 {
    z-index: 23;
}
#cp15 {
    z-index: 22;
}
#cp16 {
    z-index: 21;
}
#cp17 {
    z-index: 20;
}
#cp18 {
    z-index: 19;
}
#cp19 {
    z-index: 18;
}
#cp20 {
    z-index: 17;
}
#cp21 {
    z-index: 16;
}
#cp22 {
    z-index: 15;
}
#cp23 {
    z-index: 14;
}
#cp24 {
    z-index: 13;
}
#cp25 {
    z-index: 12;
}
#cp26 {
    z-index: 11;
}
#cp27 {
    z-index: 10;
}
#cp28 {
    z-index: 9;
}
#cp29 {
    z-index: 8;
}
#cp30 {
    z-index: 7;
}
#cp31 {
    z-index: 6;
}
#cp32 {
    z-index: 5;
}
#cp33 {
    z-index: 4;
}
#cp34 {
    z-index: 3;
}
#cp35 {
    z-index: 2;
}
#cp36 {
    z-index: 1;
}


/* BUJO21 Paper stack order */
#b21bp1 {
    z-index: 25;
}
#b21bp2 {
    z-index: 24;
}
#b21bp3 {
    z-index: 23;
}
#b21bp4 {
    z-index: 22;
}
#b21bp5 {
    z-index: 21;
}
#b21bp6 {
    z-index: 20;
}
#b21bp7 {
    z-index: 19;
}
#b21bp8 {
    z-index: 18;
}
#b21bp9 {
    z-index: 17;
}
#b21bp10 {
    z-index: 16;
}
#b21bp11 {
    z-index: 15;
}
#b21bp12 {
    z-index: 14;
}
#b21bp13 {
    z-index: 13;
}
#b21bp14 {
    z-index: 12;
}
#b21bp15 {
    z-index: 11;
}
#b21bp16 {
    z-index: 10;
}
#b21bp17 {
    z-index: 9;
}
#b21bp18 {
    z-index: 8;
}
#b21bp19 {
    z-index: 7;
}
#b21bp20 {
    z-index: 6;
}
#b21bp21 {
    z-index: 5;
}
#b21bp22 {
    z-index: 4;
}
#b21bp23 {
    z-index: 3;
}
#b21bp24 {
    z-index: 2;
}
#b21bp25 {
    z-index: 1;
}

/* BUJO22 Paper stack order */
#b22bp1 {
    z-index: 30;
}
#b22bp2 {
    z-index: 29;
}
#b22bp3 {
    z-index: 28;
}
#b22bp4 {
    z-index: 27;
}
#b22bp5 {
    z-index: 26;
}
#b22bp6 {
    z-index: 25;
}
#b22bp7 {
    z-index: 24;
}
#b22bp8 {
    z-index: 23;
}
#b22bp9 {
    z-index: 22;
}
#b22bp10 {
    z-index: 21;
}
#b22bp11 {
    z-index: 20;
}
#b22bp12 {
    z-index: 19;
}
#b22bp13 {
    z-index: 18;
}
#b22bp14 {
    z-index: 17;
}
#b22bp15 {
    z-index: 16;
}
#b22bp16 {
    z-index: 15;
}
#b22bp17 {
    z-index: 14;
}
#b22bp18 {
    z-index: 13;
}
#b22bp19 {
    z-index: 12;
}
#b22bp20 {
    z-index: 11;
}
#b22bp21 {
    z-index: 10;
}
#b22bp22 {
    z-index: 9;
}
#b22bp23 {
    z-index: 8;
}
#b22bp24 {
    z-index: 7;
}
#b22bp25 {
    z-index: 6;
}
#b22bp26 {
    z-index: 5;
}
#b22bp27 {
    z-index: 4;
}
#b22bp28 {
    z-index: 3;
}
#b22bp29 {
    z-index: 2;
}
#b22bp30 {
    z-index: 1;
}

/* BUJO23 Paper stack order */
#b23bp1 {
    z-index: 22;
}
#b23bp2 {
    z-index: 21;
}
#b23bp3 {
    z-index: 20;
}
#b23bp4 {
    z-index: 19;
}
#b23bp5 {
    z-index: 18;
}
#b23bp6 {
    z-index: 17;
}
#b23bp7 {
    z-index: 16;
}
#b23bp8 {
    z-index: 15;
}
#b23bp9 {
    z-index: 14;
}
#b23bp10 {
    z-index: 13;
}
#b23bp11 {
    z-index: 12;
}
#b23bp12 {
    z-index: 11;
}
#b23bp13 {
    z-index: 10;
}
#b23bp14 {
    z-index: 9;
}
#b23bp15 {
    z-index: 8;
}
#b23bp16 {
    z-index: 7;
}
#b23bp17 {
    z-index: 6;
}
#b23bp18 {
    z-index: 5;
}
#b23bp19 {
    z-index: 4;
}
#b23bp20 {
    z-index: 3;
}
#b23bp21 {
    z-index: 2;
}
#b23bp22 {
    z-index: 1;
}


#flipbook-icons {
  padding-left: 20px; padding-right: 20px; 
}

#flipbook-instructions {
    font-family: font-family: Arial, Helvetica, sans-serif; 
    font-size: 30; max-width:95%; text-align: center; display: flex; justify-content: center; 
}

.flip-add-directions {
    font-size: 20; font-family: Arial, Helvetica, sans-serif; 
}

.idle-flipbook-icon:hover{
    transform: scale(1.1) 
}
.dusty-flipbook-icon:hover{
    transform: scale(1.1) 
}
.pod-flipbook-icon:hover{
    transform: scale(1.1) 
}
.carton-flipbook-icon:hover{
    transform: scale(1.1) 
}
.bujo21-flipbook-icon:hover{
    transform: scale(1.1) 
}
.bujo22-flipbook-icon:hover{
    transform: scale(1.1) 
}
.bujo23-flipbook-icon:hover{
    transform: scale(1.1) 
}


th, td {
    border: 1px solid black;
    border-radius: 10px; 
    text-align: center; 
    width: 1000px; 
    font-family: monospace; 
}

th {
    font-size: 30px; 
    background-color: darksalmon;
}

td {
    font-size: 25px; 
}
