html{
  background-image: var(--page-background);
  background-color: #542365;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  cursor: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Normal%20Select.cur'), default;
  display: grid;
  margin: auto;
  font-family: 'Segoe UI';
}

a:hover, a:link, a:active, a:visited {
  color: #0015ff;
  text-decoration: underline;
cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

@font-face {
  font-family: "Segoe UI";
  src: url("https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/font/Segoe%20UI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

::selection {
  background: #74B8FC; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #74B8FC; /* Gecko Browsers */
}

/*#region navigation*/

nav {
position: fixed;
bottom: 0;
left: 0;
padding: 10px 0 10px 10px;
width: 100%;
background: linear-gradient(to bottom, #d4dadda4 0%,#363a38a4 50%,#1d281ea4 51%,#0a0809a4 100%);
border-top: rgb(41, 41, 41) solid;
border-width: 1.5px;
height: 3vh;
display: flex;
flex-direction: row;
z-index: 5;
}

#hidden {
  opacity: 0;           /* fully invisible */
  transition: opacity 0.4s ease; /* fade effect */
  pointer-events: none; /* prevent interaction when hidden */
}

#hidden.show {
  opacity: 1;           /* fully visible */
  pointer-events: auto; /* allow clicks */
}

.start_button{
  position: fixed;
  bottom: 1vh;
  left: 4vh;
  transform: translateX(-50%);
  background-image: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/images/w7_start.png');
  background-color: #093e7e;
  border-radius: 100%;  
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  z-index: 5;
}

.start_button:hover{
  background-blend-mode: screen;
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
  box-shadow: 0 0 10px #00fbff68;
}

.navspacer{
    margin-right:55px;
}

.navitem{
    display: flex;
    position: relative; 
    background: linear-gradient(to bottom, #d4dadda4 0%,#363a38a4 50%,#1d281ea4 51%,#0a0809a4 100%);
    border: solid .5px black;
    border-radius: 5%;
    margin-left: 15px;
    bottom: .175em;
    width: 150px;
    height: 25px;
    color:white;
    padding: 4px 10px 4px 5px;
    align-items: center;
    justify-content: left;
    transition: ease .6s;
    z-index: 5;
}

.navitem>img{
  width: auto;
  height: 100%;
  margin-right: 5px;
  margin-left: 2.5px;
}

.navitem:hover{
    background: rgba(255, 255, 255, 0.163);
    cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.entriesnav{
  position: fixed;
  bottom: 5vh;
  left: 0;
  width: 470px;
  height: 495px;
  background: linear-gradient(to bottom, #777f82a4 0%,#363a38a4 50%,#1d281ea4 51%,#0a0809a4 100%);
  z-index: 4;
  border-radius: 0 10px 0 0;
  border: rgb(86, 86, 86) solid 2px;
}

.entries{
  width: 320px;
  height: 85%;
  margin-top: 7px;
  margin-left: 10px;
  background: white;
  font-size: small;
  z-index: 4;
  border: black inset 2px;
  border-radius: 1%;
}

.entrieschild{
  display: flex;
  border-bottom: solid rgba(128, 128, 128, 0.137) 2px;
  height: 50px;
  padding: 5px;
  align-items: center;
}

.entrieschild>img{
  margin-right: 10px;
  height: 50px;
}

.entrieschild:hover{
  color: grey;
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.entriesprofile{
  position: absolute;
  right: 30px;
  top: -40px;
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%);
  border-radius: 3px;
  padding: 2px;
}

.entriesprofile>img{
  width: 100%;
}

.profileoptions{
  position: absolute;
  left: 345px;
  top: 55px;
  width: 90px;
  color: white;
  line-height: 3.15em;
  font-size: 12.5px;
}

.profileoptions>hr.solid{
  border-top: 1px solid #bbbbbb5d;
  margin-top: 5px;
  width: 125%;
}

.poweroptions{
  position: absolute;
  left: 339px;
  top: 445px;
  background: linear-gradient(to bottom, #777f82a4 0%,#363a38a4 50%,#1d281ea4 51%,#0a0809a4 100%);
  color: white;
  width: 114.5px;
  height: 23px;
  border: black inset 2px;
  padding: 3px 2px 3px 7px;
  border: solid .5px black;
  border-radius: 5%;
    display: grid;
    grid-template-columns: 40px 50px 20px;
    grid-template-rows: 1;
}

.powerbutton{
  grid-column-start: 1;
  grid-column-end: 2;
  border-right: rgba(0, 0, 0, 0.261) inset 1px;
  padding: 5px;
  background-image: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/images/navigation%20options/power%20icon.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: 8px;
  background-position-y: 4px;
}

.lockbutton{
  grid-column-start: 2;
  grid-column-end: 3;
  border-right: rgba(0, 0, 0, 0.261) inset 1px;
  padding: 5px;
  background-image: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/images/navigation%20options/padlock.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: 17px;
  background-position-y: 4px;
}

.extrabutton{
  grid-column-start: 3;
  grid-column-end: 4;
  padding: 5px;
  background-image: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/images/navigation%20options/triangle_windows.png');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position-x: 7.5px;
  background-position-y: 6px;
}

.search{
  position: absolute;
  height: 20px;
  color: rgba(128, 128, 128, 0.568);
  background: white;
  border: black inset 2px;
  border-radius: 1%;
  padding: 3px 2px 3px 7px;
  font-style: italic;
}

.searchicon{
  position: absolute;
  right: 7px;
  top: 5.5px;
  height: 1.5vh;
  width: 1.5vh;
  background-image: url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/images/icons8-search.svg');
  background-size: cover;
}

.search:hover, .searchicon:hover{
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.powerbutton, .lockbutton, .extrabutton{
      transition: ease .6s;
}

.lockbutton:hover, .extrabutton:hover, .powerbutton:hover{
  background-color: rgba(255, 255, 255, 0.234);
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.clock{
  position: absolute;
  bottom: 5px;
  right: 2vh;
  color: white;
  text-align: center;
  font-size: 15px;
}

.snav {
  top: 445px;
  left: 10px;
  width: 310px;
}

/*#endregion navigation*/

/*#region window */

.window{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%,rgba(255, 255, 255, 0.193) 50%,rgba(255,255,255,.6) 100%);
  border-radius: 5px;
  color: black;

  padding: 7px 3px 3px 4px;
  border: white .5px inset;
  border-style: solid;
}

.windowheader{
display: flex;
align-items: center;
height: 25px;
text-shadow: 0px 0px 2px #fff;
}

.windowheader>img{
margin-left: 5px;
margin-right: 5px;
height: 100%;
}

.windowtext{
  align-items: left;
  margin-top: 5px;
  padding: 5px 12px 5px 10px;
  max-width: 100%;
  background: white;
  color: black;
  overflow-y: scroll;
  border: grey 1px inset;
  border-style: solid;
}

/*#region windowbuttons*/

.windowbuttons{
  width: 100px;
  height: 20px;
  border-radius: 2px;
  display: grid;
  grid-template-columns: 25px 25px 50px;
}

.windowminimize{
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  text-align: center;
  line-height: 7.5px;
  background-color: rgba(255, 255, 255, 0.275);
  color: white;
  border-left: .2px solid rgb(184, 184, 184);
  border-top: .2px solid rgba(184, 184, 184);
  border-bottom: .2px solid rgba(184, 184, 184);
}

.windowfull{
  text-align: center;
  line-height: 15px;
  background-color: rgba(255, 255, 255, 0.275);
  color: white;
  border-top: .2px solid rgba(184, 184, 184);
  border-bottom: .2px solid rgba(184, 184, 184);
}

.windowclose{
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  line-height: 17px;
  background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
  color: white;
  border: .2px solid rgb(83, 0, 0);
}

.windowclose:hover{
  transition: .5s ease-in-out;
  background: linear-gradient(to bottom, rgb(255, 96, 68) 0%,rgb(255, 177, 164) 50%,rgb(255, 69, 44) 51%,rgb(240, 75, 53) 71%,rgb(234, 84, 70) 100%);
  box-shadow: 0px 0px 5px #ff0000;
}

.windowfull:hover, .windowminimize:hover{
    box-shadow: 0px 0px 5px #fff;
}

.windowminimize, .windowclose, .windowfull{
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
    transition: .5s ease-in-out;
}

/*#endregion windowbuttons*/

/*#endregion window*/

/*#region window-classes*/

.post{
  position: fixed;
  right: 50px;
  width: 900px;
}

.post .windowbuttons{
  position: absolute;
  right: 10px;
}

.post .windowtext{
    height: 500px;
}

.file_explorer{
  position: fixed;
  left: 120px;
  top: 7vh;
  width: 600px;
  height: 500px;
}

.file_explorer .windowbuttons{
  position: absolute;
  right: 10px;
}

.fex.windowtext{
  margin-top:40px;
  height:425px;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.fex.search{
  top: 37px;
  right: 2.5px;
  width: 200px;
}

/*#endregion window-classes*/

/*#region file-explorer*/

.fex.aside{
  border-right: solid rgb(133, 133, 133) 1px;
  width: 25%;
  height: 100%;
  padding: 5px;
  overflow-x: hidden;
  font-size: 14.5px;
}

.fex.cusheader{
  width: 100%;
  padding: 7px;
  background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
  border-bottom: solid rgb(133, 133, 133) 1px;
  display: flex;
  flex-direction: row;
}

.fex.extext{
  margin-left: 20px;
  color: rgb(32, 32, 68);
  font-size: 15px;
  transition: ease-in-out .3s;
}

.fex.extext:hover{
  color: rgb(52, 52, 110);
  text-shadow: 0px 0px 10px #4e23ba66;
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.fex.extext.other{
  margin-left: 30px;
}

.fex.atext{
  margin-left: 10px;
  margin-top: 10px;
}

.fex.atext>img{
  height: auto;
  width: 15%;
  vertical-align: bottom;
  margin-right: 2.5px;
}

.fex.achild{
  width: 110%;
  margin-top: 7px;
  margin-left: -16px;
  text-indent: 20px;
  padding: 3px;
}

.fex.achild.active{
  background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
  border: solid rgba(133, 133, 133, 0.25) 1px;
}

.fex.achild.active:hover{
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.fex.achild>img{
  vertical-align: bottom;
  height: auto;
  width: 15%;
}

.fex.main{
  width: 73.15%;
}

.fex.main.grid{
  display: grid;
  width: 100%;
  padding: 10px;
  gap: 5px;
  grid-template-columns: repeat(4, 100px);
  overflow-y: scroll;
  justify-items: center;
}

.fex.main.child{
  font-size: 15px;
  text-align: center;
  border: solid 1px rgba(128, 128, 128, 0.25);
  transition: ease-in-out .3s;
}

.fex.main.child:hover{
  box-shadow: 0 0 20px rgba(0, 0, 255, 0.175);
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.fex.main.child>img{
  height: auto;
  width: 80%;
  vertical-align: text-top;
  margin-bottom: 3.5px;
}

.location{
  display: flex;
}

.fex.location{
  position: absolute;
  height: 20px;
  color: black;
  background: white;
  border: black inset 2px;
  border-radius: 1%;
  padding: 3px 2px 3px 7px;

  top: 37px;
  left: 75px;
  width: 300px;
  vertical-align: middle;
  font-size: 14.8px;
}

.fex.location>img{
  height: 100%;
  width: auto;
  margin-right: 7px;
}

.fex.location>&nbsp{
  size: 7px;
}

.fex.exnav{
  position: absolute;
  top: 37px;
  left: 7px;
  width: 100px;
}

.fex.exnav>img{
  width: 30%;
  height: auto;
  border-radius: 100%;
  background-color: blue;
  transition: ease-in-out .3s;
}

.fex.exnav>img:hover{
  background-blend-mode: screen;
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
  box-shadow: 0 0 10px #00fbffb8;
}

/*#endregion file-explorer*/

body{
    font-family: "Segoe UI", sans-serif;
    height: 94vh;
}

.background_items{
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(1, 100px);
  grid-template-rows: repeat (5, 100px);
  gap: 20px;
  text-align: center;
}

.background_item{
  width: 65px;
  height: auto;
  color: white;
  cursor:url('https://file.garden/Z28q8gbA8Ge0bghJ/neocities/blog/cursors/Link%20Select.cur'), pointer;
}

.background_item>img{
  width: 100%;
  vertical-align: bottom;
}