/*FONTS*/
  .inter-400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .inter-700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .inter-italic {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
  }
  .inter-700-italic {
    font-family: "Inter", Sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: "Photonica";
    src: url('https://digitalvenus.neocities.org/fonts/Photonica_regular.ttf');
    font-style: normal;
  }
  @font-face {
    font-family: "Vipnagorgialla";
    src: url('https://digitalvenus.neocities.org/fonts/VipnagorgiallaRgIt.otf');
    font-style: italic;
  }
/*FONTS END*/
/*LAYOUT*/
    body {
        font-family: 'Inter', 'Helvetica', 'Arial', Sans-Serif;
        font-size: 14px;
        color: #4c4c4c;
        background: url('https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20my%20stuff/images/graphics/ncbackground2.png') repeat-x scroll center;
        background-size: 100% 100%;
        /*cursors*/
        cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1054.cur), default;
    }
    .container {
        margin: 0 auto;
        padding: 8px;
        height: 100%;
        width: 75%;
        box-shadow: 2px 2px 15px black;
        border-radius: 10px;
        background: linear-gradient(#bdbdbd, #9b9b9b, #7d7d7d 50%, #9b9b9b, #bdbdbd);
      }
    header {
        margin-bottom: 8px;
        height: 100%;
        width: 100%;
        border: 1px solid #c7bcb4;
        box-shadow: 0 0 5px #000;
        border-radius: 10px 50px 10px 50px;
        overflow: hidden;
        position: relative;
    }
    main {
        max-height: 1383px;
        width: 100%;
        display: flex;
      }
    footer {
        margin: 0 auto;
        padding: 2px;
        height: 100%;
        width: 70%;
        border-radius: 10px 10px 50px 50px;
        border: 1px solid #c7bcb4;
        box-shadow: 0 0 5px #000;
        text-shadow: 0 0 3px #000;
        font-size: 12px;
        text-align: center;
        color: white;
        background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
        justify-content: center;
        display: flex;
      }
    .left {
        width: 18%;
    }
    .right {
        width: 22%;
    }
    .content {
        width: 60%;
        margin-left: 8px;
        margin-right: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
    .tModule {
        width: 100%;
    }
    .lModule {
        width: 35%;
      }
    .rModule {
        margin-left: 8px;
        width: 63%;
    }
    .bModule {
        width: 100%;
    }
/*SINGLE ITEMS*/
    ol {
        margin: 0;
        padding-left: 25px;
    }
    ul {
        margin: 0;
        padding-left: 25px;
    }
    hr {
        width: 90%;
        color: #c7bcb4;
    }
    p {
      line-height: 125%;
      margin: 2px;
    }
    h3 {
      font-family: 'Vipnagorgialla', 'Comic Sans MS', serif;
      background-image: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
      color: transparent;
      background-clip: text;
      text-shadow: 0 0 1px grey;
      line-height: 125%;
      margin: 2px;
    }
    .btn {
        margin: 0 auto;
        padding: 2px;
        cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
        border: 1px solid #c7bcb4;
        border-radius: 10px 50px 10px 50px;
        box-shadow: 0 0 5px #000;
        text-align: center;
        color: #fff;
        text-shadow: 0 0 3px #000;
        font-size: 12px;
        background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
        transition-duration: 0.3s;
    }
    .btn a:link {
        color: #fff;
        text-decoration: none;
    }
    .btn a:visited {
        color: #fff;
        text-decoration: none;
    }
    .btn a:hover {
        text-decoration: none;
    }
    .btn:hover {
        color: #ededed;
        background: linear-gradient(#ebebeb 1%, #d9d9d9, #a99e96 50%, #ababa9);
    }
    a {
      cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
    }
    textarea {
      cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1047.cur), text;
    }
/*MODULES*/
    .module {
        margin-bottom: 8px;
        border-radius: 10px;
        background: linear-gradient(#fff, #eee);
        border: 1px solid #c7bcb4;
        box-shadow: 0 0 5px #000;
        overflow-x: scroll;
        scrollbar-width: none;
    }
    .scrollMod {
        max-height: 225px;
        overflow-y: scroll;
        overflow-x: scroll;
        scrollbar-width: thin;
        cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1040.cur), ns-resize;
    }
    .modBox {
        margin: 8px;
      }
    .scrollMod .modBox {
        border-radius: 10px;
        border: 1px solid #c7bcb4;
        padding: 5px;
        background: #fff;
    }
    .modTitle {
        margin-bottom: 5px;
        padding-left: 8px;
        padding-right: 8px;
        height: 20px;
        width: 75%;
        box-shadow: 0 0 5px #000;
        border-radius: 0 0 20px 0;
        font-family: "Vipnagorgialla", 'Comic Sans MS', Serif;
        color: #fff;
        text-shadow: 0 0 3px #000;
        font-size: 13px;
        background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
        align-content: center;
    }
    .banner {
        height: 250px;
        padding: 15px 30px 10px 30px;
        background: url('https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20my%20stuff/images/graphics/ncbackground.png') repeat-x center;
        background-size: 100%;
        align-content: flex-end;
    }
    .bannerTop {
        height: 25px;
        width: 600px;
        border-radius: 0 0 0 25px;
        box-shadow: 0 0 5px #000;
        font-family: "Vipnagorgialla", 'Comic Sans MS', Serif;
        font-size: 14px;
        color: white;
        text-shadow: 0 0 3px #000;
        background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
        text-align: center;
        align-content: center;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
    }
    .bannerText{
        text-align: right;
        font-family: 'Photonica', 'Comic Sans MS', Sans-Serif;
        color: white;
        line-height: 10px;
        font-size: 20px;
        text-shadow: 0 0 5px #ffc879;
    }
    .bannerBottom {
        height: 25px;
        width: 600px;
        border-radius: 0 25px 0 0;
        box-shadow: 0 0 5px #000;
        color: #fff;
        font-family: "Vipnagorgialla", 'Comic Sans MS', Serif;
        font-size: 14px;
        text-shadow: 0 0 3px #000;
        background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
        text-align: center;
        align-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .navBar {
        text-align: center;
    }
    .navBar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .navBar li {
        
        display: inline;
        padding-inline: 20px;
    }
    .navBar a:link {
        color: #fff;
        text-decoration: none;
    }
    .navBar a:visited {
        color: #fff;
        text-decoration: none;
    }
    .navBar a:hover {
        text-decoration: underline;
    }
    .navSubtitle {
        font-weight: 700;
        font-style: italic;
        font-size: 14px;
        margin-top: 1px;
        margin-bottom: 1px;
        color: white;
        background-image: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
        text-shadow: 0 0 1px grey;
        color: transparent;
        background-clip: text;
        letter-spacing: 2px;
    }
    .navBox {
        margin: 8px;
        overflow: scroll;
        scrollbar-width: thin;
    }
    .navBox ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .navBox a:link {
        color: #4c4c4c;
        text-decoration: none;
    }
    .navBox a:visited {
        color: #4c4c4c;
        text-decoration: none;
    }
    .navBox a:hover {
        text-decoration: underline;
        font-style: italic;
    }
    .buttonBox {
      text-align: center;
      margin-top: 16px;
      margin-bottom: 16px;
    }
    .buttonBox ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .buttonBox li {
        text-decoration: none;
        display: inline;
        padding-inline: 10px;
    }
/*MODULES END*/
/*ID ITEMS*/
    #cbox {
        border-radius: 10px;
        background: url('images/cboxbg.png') no-repeat center;
        background-size: 100%;
        max-height: 400px;
        border: 1px solid #c7bcb4;
        box-shadow: 0 0 5px #000;
        margin-bottom: 8px;
        overflow: scroll;
    }
    #ad1 {
        height: 255px;
        background: url('https://i.gifer.com/8yLP.gif') no-repeat center;
        background-size: 100% 100%;
        padding: 5px;
        margin-bottom: 8px;
        border-radius: 8px;
        box-shadow: 0 0 5px #000;
        border: 1px solid #c7bcb4;
        color: #fff;
        text-align: right;
        font-size: 8px;
        position: relative;
    }
    #ad2 {
        height: 225px;
        background: url('images/bbqdinner.gif') no-repeat center;
        background-size: 100% 100%;
        padding: 5px;
        margin-bottom: 8px;
        border-radius: 8px;
        box-shadow: 0 0 5px #000;
        border: 1px solid #c7bcb4;
        color: #fff;
        text-align: right;
        font-size: 8px;
        position: relative;
    }
    #ad3 {
        height: 60px;
        background: url('images/fallenangel.gif') no-repeat center;
        background-size: 100% 100%;
        padding: 5px;
        margin-bottom: 8px;
        border-radius: 8px;
        box-shadow: 0 0 5px #000;
        border: 1px solid #c7bcb4;
        color: #fff;
        text-align: right;
        font-size: 8px;
        position: relative;
    }
/*ID END*/
/*STATUS CAFE*/
    #statuscafe {
        margin: 5px;
        padding: .5em;
        background-color: white;
        border: 1px solid #c7bcb4;
        border-radius: 10px;
    }
    #statuscafe-username {
        margin-bottom: .5em;
    }
    #statuscafe-content {
        margin: 0 1em 0.5em 1em;
    }
    #statuscafe a:link {
    color: #4c4c4c;
    text-decoration: none;
    }
    #statuscafe a:visited {
    color: #4c4c4c;
    text-decoration: none;
    }
    #statuscafe a:hover {
    color: #4c4c4c;
    text-decoration: underline;
    }
/*STATUS CAFE END*/
/*SLIDESHOW*/
  * {box-sizing:border-box}
  /* Slideshow container */
  .slideshow-container {
    height: 360px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #c7bcb4;
    position: relative;
    margin: auto;
    box-shadow: 0 0 5px #000;
  }
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .mySlides img {
    height: 100%;
    width: 100%;
    align-self: center;
    border-radius: 10px;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 14px;
    color: white;
    font-size: 14px;
    text-shadow: 0 0 3px #000;
    transition: 0.6s ease;
    border-radius: 0 25px 25px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 25px 0 0 25px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(126,126,126,0.6);
  }
  /* Caption text */
  .text {
    padding-left: 15px;
    padding-right: 5px;
    height: 20px;
    width: 75%;
    box-shadow: 0 0 5px #000;
    border-radius: 0 20px 0 10px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-size: 12px;
    background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
    align-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    padding-left: 8px;
    padding-right: 5px;
    height: 20px;
    width: 10%;
    box-shadow: 0 0 5px #000;
    border-radius: 0 10px 0 20px;
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-size: 12px;
    background: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
    align-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/*SLIDESHOW END*/
/*SEARCH BAR*/
.search {
  display: flex;
  justify-content: center;
}
input[type=text] {
  width:69%;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 10px;
  border: 1px solid #c7bcb4;
  font-size: 14px;
  cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1047.cur), text;
}
.search .btn {
  width: 24%;
}
/*SEARCH BAR END*/
/*BACK TO TOP BUTTON*/
    #topButton {
        padding: 2px;
        cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
        border: 1px solid #c7bcb4;
        text-align: center;
        color: #000;
        font-size: 10px;
    }
/*B2TOP BUTTON END*/
/*MP3 PLAYER*/
#glenplayer02 {
    display: flex;
    z-index: 99;
}
#glenplayer02 > div {
  align-self:center; 
  -webkit-align-self:center; 
} 
.music-controls { 
  text-align: center;
  background-image: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
  color: transparent;
  background-clip: text;
  text-shadow: 0 0 1px grey;
  user-select:none; 
  -webkit-user-select:none; 
  width:14px; 
  cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
} 
.playy, .pausee {
cursor: url(https://file.garden/Z8BIXYTDmAd0rHYi/archive%20of%20other%20stuff/cursors/set143_chrome/Chrome%20Cursor%20Set/cur1049.cur), pointer;
} 
/* color of play & pause buttons */ 
.pausee {
  display:none;
} 
.sonata {
  margin-left:10px;
} 
.labeltext {
  background-image: linear-gradient(#fff 1%, #f7f7f7, #c7bcb4 50%, #c9c9c7);
  color: transparent;
  background-clip: text;
  margin-left:0px;
  text-shadow: 0 0 1px grey;
} 
/*MP3 PLAYER END*/
/*TABLE*/
table {
  border-radius: 10px;
  background: #fff;
  border: 1px solid;
}
th, td, tr {
  border: none;
}
td {
  align-content: center;
}