@font-face {
  font-family: myFirstFont;
  src: url('fonts/Charm-Regular.ttf');
}

body {
  width: 100%; /* Ensures full width */
  margin: 0; /* Removes default margin */
  color: #000000 !important;
  font-family: myFirstFont !important;
  
}


/* Centering the links on the page */
.centered-links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Styling for individual links */
a {
  display: block;
  margin: 10px;
  font-size: xx-large;
  color: blue;
  text-decoration: none;
}

.background {
    background-color: #740a0a;
}

.top-centre {
  text-align: center;
  margin-top: 0px; /* Adjust as needed */
}

.bot-centre img {
  width: auto; /* Or set a fixed width */
  height: auto; /* Or set a fixed height */
}

/* Existing styles... */


.container {
  position: relative;
  top: -100px; /* Shifts the container up by 50px. Adjust as needed */
  /* Other styles as needed */
}


.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Or any color you prefer */
}


/* Rest of your styles... */


.overlay-text p {
    color: #15b000; /* Or any color you prefer */
}

.scale-up {
  transform: scale(2.5); /* Adjust the scaling factor as needed */
  transform-origin: center;
  transition: transform 0.5s ease;
}

.opacit {
opacity: 50%;
}


/* FOR LINKS */

.overlay-text .custom-link-color {
    color: #15b000; /* Example color; replace with your desired color */
}

.custom-link-color {
background-color: #00ff28; /* Example color; replace with your desired color */
}

.custom-link-color:hover {
color: #201ac4; /* Example color; replace with your desired color */
background-color: #201ac4; /* Darker shade for hover effect, adjust as needed */
}


.centered-links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.tight-paragraph {
  margin-top: 5px; /* Reduces space above the paragraph */
  margin-bottom: 5px; /* Reduces space below the paragraph */
}


.overlay-text p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.overlay-text a {
  margin-top: 0px;
  margin-bottom: 0px;
  transform: scale(1); 
}


.gap-at-bot {
  margin-bottom: 10px; /* Adjust this value to increase/decrease space */
  display: block; /* Makes it behave like a <br> */
}


/* Base styles for larger screens (default) */
.container {
  width: 80%;
  margin: auto;
}

.image {
  width: 100%;
  height: auto;
}

.gif-display {
display: block;
}


/* styles for image viewer */
/* .photos-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 10px;
}

.photo-item { */
/* Optional: Style for individual photo containers */
/* } */


/* LINKS TO PAGES STYLES */

.pages-parent {
  position: relative; /* This makes the child elements position relative to this container */
  /* Add width and height if necessary, or other styling that you need */
}

.mv, .gig, .dump {
  position: absolute; /* Positions the element relative to the nearest positioned ancestor (non-static) */
}

.mv {
  top: 358px; /* Distance from the top edge of the parent */
  left: 20px; /* Distance from the left edge of the parent */
}

.gig {
  top: 309px; /* Distance from the top edge of the parent */
  left: -160px; /* Distance from the left edge of the parent */
}

.dump {
  bottom: -272px; /* Distance from the bottom edge of the parent */
  right: -172px; /* Distance from the right edge of the parent */
}


/* Styles for screens less than 600px wide */

/* make text a bit smaller */
/* scale of speech box larger */



/* for making the photo preview grid scrollable  */

.files-grid {
  overflow-y: auto;
  max-height: 500px; 
}

@media (max-width: 600px) {
  .container {
      width: 95%;
  }

  .navbar {
      /* Styles for a mobile-friendly navbar */
  }

  .image {
      /* Adjust image styles for mobile */
  }

  /* Additional mobile-specific styles */

    .overlay-text p{
        margin-top: 0px;
        margin-bottom: 0px;
        transform: scale(1); /*Adjust the scaling factor as needed */
        font-size: 9px; /* Adjust the font size as needed */
    }

    .overlay-text a{
        margin-top: 0px;
        margin-bottom: 4px;
        transform: scale(1.5); /*Adjust the scaling factor as needed */
        font-size: 10px; /* Adjust the font size as needed */
    }


  
  .gif-display {
    display: none;
  }



    .mv {
      top: 220px; /* Distance from the top edge of the parent */
      left: 20px; /* Distance from the left edge of the parent */
    }

    .gig {
      top: 215px; /* Distance from the top edge of the parent */
      left: -88px; /* Distance from the left edge of the parent */
    }

    .dump {
      bottom: -168px; /* Distance from the bottom edge of the parent */
      right: -90px; /* Distance from the right edge of the parent */
    }
    /* Added styles for filesDiv */
    .files-grid {
      overflow-y: scroll;
      max-height: 200px; /* Adjust this value as needed for mobile view */
  }
}


/* STYLES FROM THE INTERNET */

/* SPIKEY BOX */

.new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new {
  position: absolute;
  width: 80px;
  height: 10px;
  background: red;
  z-index: 1;
  
  flex-direction: column;
  justify-content: space-evenly;
}
.new:before, .new:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: red;
  z-index: -1;
}
.new:before { transform: rotate(60deg); }
.new:after { transform: rotate(30deg); }
.price-new, .text-new {
  color: #FFF;
  font-weight: bold;
  margin: 0;
}
.price-new {
  font-size: 100px;
}
.text-new {
  font-size: 30px;
  font-variant: small-caps;
  transform: rotate(-10deg);
  margin-bottom: 5%;
}

/* SALE RIBBONS */

/* common */

.box {
  position: relative;
  max-width: 600px;
  width: 240px;
  height: 240px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  margin-right:20px;
}

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 3px solid #1eb5ff;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  padding: 5px 0;
  background-color: #1eb5ff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

/* top left*/
.ribbon-top-left {
  top: -3px;
  left: -3px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -22px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -3px;
  right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -22px;
  top: 30px;
  transform: rotate(45deg);
}

.wdp-ribbon{
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 0px;
    top: 20px;
    line-height: 24px;
    height:24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #1eb5ff !important;
}

.wdp-ribbon-two:before, .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 40px solid #3498db;
    border-right: 40px solid transparent;
    border-top: 20px solid #3498db;
    border-top-left-radius: 10px;
  }




/* FOR GIFS */

.gif {
  display: block;
}

.gif-hover {
  display: none;
}

.gif-button:hover .gif {
  display: none;
}

.gif-button:hover .gif-hover {
  display: block;
}


/* FOR CENTERING */

.centered-body {
  margin: 0;
            height: 100vh;
            /* display: flex;  causing moodboard to appear next to other content */
            justify-content: center;
            align-items: center;
        }

  .center-container {
      text-align: center;
  }
  

  .center-container > div {
      margin: 10px 0;
  }

  #files {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#files img {
    width: calc(100% / 3 - 20px); /* 20px gap between images */
    height: auto;
    margin: 10px;
    object-fit: cover; /* Stretch the image to fill the cell */
}


/* moodboard styles */
/* will need to make phone width = to 300px */
/* will need to make noraml width = to 400*/
.grid-item {
  width: 400px;
  background-color: #68686861; /* Background color for the grid item */
  border: 1px solid #00ff66; /* Border for the grid item */
  padding: 5px; /* Space for the description */
  box-sizing: border-box;
}
.grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.grid-item p {
  margin: 0; /* Remove the default margin of the paragraph */
}


/* meant to say click to delete wehn hovering over image in preoview grid */
.deletable:hover::after {
  content: "Click to delete";
  color: white;
  background-color: black;
  position: absolute;
}

.normal-button {
  width: 150px; 
  height: 40px;
  padding: 10px;
}
