/*TEXT*/
h1, p1 {
    font-family: Arial, Helvetica, sans-serif; 
}

h1 {
    font-size: 45px; padding-left: 5%; padding-top: 10px; 
}
p1 {
    font-size: 35;  padding: 20px; text-align: center; 
}
/*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%; 
}



/* SHOP PAGE */
.shop-portfolio-mega {
    display: flex; justify-content: center; width: 80%; margin: auto; 
}

.teeth-shop-button, .teeth-shake-shop-button, .spike-shop-button {
    z-index: 1; 
}

.shop-titles {
    font-size: 25px; font-family: Arial, Helvetica, sans-serif; 
}

.shop-disc {
    font-size: 18px; 
    overflow: scroll; 
    height: 400px; 
    font-family: Arial, Helvetica, sans-serif; 
}



.get-it-on-etsy:hover{
    transform: scale(1.1)
}

/*TEETH ITEM*/

.teeth-shop-button {
    background-color: transparent; 
    border-color: transparent; 
}


.teeth-keychain-pop-items {
    justify-content: center; 
    align-content: center; 
}

.teeth-popup, .teeth-shake-popup, .spiked-popup, .meat-popup, .bug-meat-popup, .monster-popup, .dvd-popup,
.foxy-popup, .bonnnie-popup, .eclipse-popup, .leeku-popup, .brain-popup, .cat-keychain-popup, 
.bitter-rabbit-popup, .pink-goop-popup, .bug-pins-popup, .lady-flowers-popup, .portal-pup-popup{
  display: none;
  position:fixed;
  top:100;
  left:15%;
  padding: 10px;
  width: 70%;
  height: 70%;   
  background: #f4f4f4;
  border: 3px solid #414141;
  z-index: 200; 
}

#popup-teeth:after {
  position:fixed; 
  content: "";
  top: 200; ;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

#popup-teeth:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #efefef;
  z-index: -1;
}

.TeethPopSlide, .TeethShakePopSlide, .SpikePopSlide, .MeatPopSlide, .BugPopSlide, .MonsterPopSlide, .DVDPopSlide, 
.FoxyPopSlide, .BonniePopSlide, .EclipsePopSlide, .LeekuPopSlide, .BrainPopSlide, .CatKeychainPopSlide, 
.BitterRabbitPopSlide, .PinkGoopPopSlide, .BugPinsPopSlide, .LadyFlowersPopSlide, .PupPopSlide{
    display:none; padding-left: 25%; 
}

/* Next & previous buttons */
.teeth-prev, .teeth-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  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 */
.teeth-next {
  left: 43%;  
  border-radius: 3px 0 0 3px;
  color: crimson; 
}

.teeth-prev {
    left:3.5%; 
    border-radius: 3px 0 0 3px;
    color: crimson; 
}

/* On hover, add a black background color with a little bit see-through */
.teeth-prev:hover, .teeth-next:hover {
  transform: scale(1.5)
}

.teeth-close {
    position: absolute; 
    bottom:5;
    left:50%; 
    background-color: crimson;
    text-decoration: none; 
    border-color: transparent; 
    color: white; 
    text-decoration: none; 
}

.teeth-close-button {
    color: azure; 
    text-decoration: none; 
    font-family: monospace; font-size: 15;
}

.teeth-column-one {
    float:left; 
    width: 50%; 
    height: 100%; 
    justify-content: center;
    align-content: center; 
}

.teeth-item-info {
    float:left;
    width:45%; 
    height: 85%; 
    justify-content: center; 
    align-content: center; 
}
