@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Mukta:wght@200;300;400;500;600;700;800&display=swap');


@font-face {
  font-family: 'bonefish';
  src: url('/theme/Bonefish.ttf');
}

@font-face {
  font-family: 'papernoise';
  src: url('/theme/_decterm.ttf');
}

@font-face {
  font-family: 'timesnewroman';
  src: url('/theme/UnknownTimesNewRoman19PixelBitmapFontTestFont.ttf');
}

body {
  background: #F4424F; /*background color*/
  cursor: url(), auto;
  
  }

  #backhome a {
        font-family: 'bonefish';
        font-size: 50px;
        font-weight: 100;
        margin-bottom: 0;
        margin-top: 10px;
        color: #050B2F;
        text-decoration: none;
    }

    #backhome a:hover {
        color: #fdfc6f;
        transition: 0.5s ease;
    }

  #media_navigate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;

  }

  #title h1 {
    font-family: 'timesnewroman';
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 10px;
    color: #050B2F;
  }
  #title h2 {
    font-family: 'timesnewroman';
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 0px;
    color: #050B2F;
  }
  #title h3 {
    font-family: 'timesnewroman';
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 5px;
    color: #050B2F;
  }

  .mediatalk_quote {
    width: 100%;
    display: none;
  }

  .mediatalk_quote p{
    font-family: 'papernoise';
    font-size: 16px;
    background-color: #050B2F;
    color: #fdfc6f;
    padding: 10px;
    margin: 10px;
   
  }

  .mediatalk_quote emphasis {
    color: #3f38ff;
  }

  .navtext {

    font-family: 'papernoise';
    font-size: 17px;
    background-color: #050B2F;
    color: #fdfc6f;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 30%;

  }

  .navlink {
    padding-top: 15px;
  }

  .navlink a {
    font-family: 'papernoise';
    font-size: 17px;
    color: #050B2F;
  }

  .navlink a:hover {
    color: #fdfc6f;
    transition: 0.5s ease;
  }



  #wrapper {
    width: 80%;
    margin-left: 10%;
  }

  .showcase {
    width: 100%;
    border-bottom: 3px dashed #fdfc6f;
    margin-top:3%;
    
  }

  .showcase h3 {
    font-family: 'bonefish';
    color: #fdfc6f;
    font-size: 50px;
    padding: 5px;
    margin: 0;
  }

  .reel {
    width: 90%;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    gap:3%;
  }

  .entry {
    width: 10%;
  }

  .entry img {
    width: 120px;
    height: 185px;
    object-fit: cover;
    
  }




.image-container > img {
  -webkit-filter:  brightness(105%) contrast(102%) grayscale(50%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(140%) sepia(9%);
          filter:  brightness(105%) contrast(102%) grayscale(50%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(140%) sepia(9%);
  mix-blend-mode: none;
}


.image-container img:hover {
    filter: none;
    transition: 0.5s ease;
}









  .entry p {
    font-family: 'papernoise';
    font-size: 14px;
    color: #050B2F;
  }