.container {
      display: flex;
}

.sidebarnav {
  background: linear-gradient(#FFFFFF, transparent);
  background: url('https://nxcromantik.neocities.org/BG/box.png');
  background-size: 5%;
  background-blend-mode: lighten;
  height: 104vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 300px;
  left: 0;
  top: 0;
  position: fixed;
  overflow-x: hidden;
  padding-top: 20px;
  border-right: ridge 5px white;
  word-wrap: break-word ;
  z-index: 5;
}

body { 
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: linear-gradient(#FFFFFF, transparent);
  height: 101vh;
  font-family: ms gothic;
  font-size: 0.875em;
  color:white;}

a:link{color: #dcacff;}

 a:visited {
  color: #242424 ;
}
    
 a:hover {
  color: #FFFFFF ;
     cursor:crosshair;
}

a:active  { color:#242424; }

h2{
  font-family: ms gothic;
  font-size: 46px;
  text-shadow: 2px;
  margin-bottom: 14px;
}

/*main*/

.main { 
  text-align: center;
  color:white;
  text-shadow:
    2px 2px 4px grey,
    0 0 1em grey,
    0 0 0.5em grey; 
  bottom: 0;
  margin-left: 300px;
  overflow-x: hidden;    
  position: relative;
  z-index: 4
}


.textsidebar {
  box-sizing: border-box;
  padding: 11px;
  align-content: flex-start;
  text-align: center;
}

ul.a {
  margin: 20px;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
  list-style-type: "⛧";
}


.menu {
  
  display: inline-block;
  position: relative;
  margin: 10px;
  padding:10px;
  width: 180px;
  height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color:white;
  text-shadow:
    2px 2px 4px grey,
    0 0 1em white,
    0 0 0.2em white;
  align-content: center;
  filter: drop-shadow(0 0 0.44rem #ffffff);
  overflow: auto;
  background-image: url("https://nxcromantik.neocities.org/BG/blugradient.png");
  background-size: contain;
  border: 4px solid #66B3FF;
  border-radius: 25px;
  transition: transform .1s;
}


.menu:hover{
  transform: scale(1.1);
  cursor: crosshair;
}

.footer{
  position: fixed;
  bottom: 100px;
  display: flex;
}

/*imagegallery*/

.image-gallery {
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width:37vw;
  min-height: 21vh;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
  1px 1px #000000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    
 
}


.image-item img {
  border-radius: 0px;
  cursor: crosshair;
  transition: 0.3s;
  max-width: 89%;
  height: auto;
  margin-bottom: 5px;
  margin-right: 0px;
  border: double white;
  border-width: thick;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  filter: drop-shadow(10px 10px 4px #F2F2F2);
}

.image-item {
  transition: transform .2s; /* Animation */
  display:inline-block;
  margin: 20px}

.image-item img:hover {
    
   transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}


.modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s linear;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  overflow: auto;
  background-color: rgba(5, 3, 12, 0.9);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
    
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  height: 70% !important;
  border-radius: 5px;
}

.close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 0px 0px 6px 0px;
  top: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  border-radius: 51%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: transform 0.3s;
}

button {
  background: none;
  border: none;
}

.close:hover {
  transform: scale(0.9);
  image-rendering: crisp-edges;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  white-space: pre-line;
  text-align: center;
  color: #ccc;
  padding: 25px 0px 42px 0px;
  height: 150px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s;
}

/*other shit*/

.bottomimage {
  position: fixed;
  right: 0px;
  bottom: -5px;
  z-index: 2;
  filter: drop-shadow(0 0 0.44rem #8e9ee5);
}

.bg2 {
  background: url('https://nxcromantik.neocities.org/BG/dithered-image.png');
  background-size: cover;
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 100%;

}
