body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed; 
top: 0; 
left: 0; 
z-index: 100;
background-image: url(https://i.pinimg.com/originals/f2/ff/82/f2ff82037fcc5a2305be0ee82d79e893.gif);
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 3s ease 0s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }

body {
  color: white;
  margin: 0;
  min-height: 100vh;
  position: relative;
}

.navbar {
  background-color: rgba(75,0,110, 0.1);
  Background-size: cover;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(10px);
  position: top;
}
.navbar ul{
  list-style-type: none;
  display: flex;
}
.navbar ul li{
  margin-right: 3.5rem;
  margin-left: 3.5rem;
  padding: 1rem;
  display: grid;
}
.MusicMini{
  position: fixed;
  top: 30%;
  left: 10%;
}

.body-overlay {
  background: url("/Blissful Serenity Classic Edn.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
h1.section-title {
  margin: 0;
  margin-top: 1rem;
  text-shadow: 1px 1px 10px grey
}
.window{
     background-color: rgba(0, 28, 88, 0.623);
     backdrop-filter: blur(5px);
     width: 1000px;
     border-radius: 8px;
     box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
     position: fixed;
     top: 0;
     left: 0;
}
.window.intro {
  width: 700px;
  height: 350px;
  position: absolute;
}
.window.interests-tab {
  width: 500px;
  position: absolute;
}
.window.nkOS {
  width: 600px;
  height: 320px;
   position: absolute;
}
.window.Blinkies {
  width: 500px;
  position: absolute;
  background-color: rgba(0, 28, 88, 0.623)
}

.window.neighborhood{
  width: 400px;
  height: 250px;
  position: absolute;
  
}

.window.site-progress{
  width: 400px;
  height: 500px;
  position: absolute;
}

.strips{
  background: repeating-linear-gradient(45deg,
  transparent -70px,
  transparent 0px,
  rgba(255, 255, 255, 0.05) 5px,
  rgba(255, 255, 255, 0.1) 117px);
}
.window-header{
  padding: 0.6rem;
}
.window-header p{
  margin-top: 10px;
}
.window-body-wrapper{
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.window-body{
  background-color: rgba(0, 28, 88, 0.623);
  border-radius: 7px;
  width: 100%;
  height: 200px;
  position: fill;
}
.window-body.introduction{
  background-color: rgba(0, 28, 88, 0.623);
  width: 100%;
  height: 280px;
  position: fill;
}

.window-body.images{
  background-color: rgba(0, 28, 88, 0.623);
  width: 100%;
  height: 450px;
  position: fill;
}

.window-body.nkOS{
  background-color: rgba(18, 88, 0, 0.623);
  width: 100%;
  height: 250px;
  position: fill;
}

.buttons{
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
}

.window-header .buttons .button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.35);
}

.window-header .buttons .button:hover {
 background: linear-gradient(
  rgba(0, 130, 124, 0.6) 20px,
  rgba(192, 192, 192, 0.3) 17px,
  rgba(0, 130, 124, 0.6) 20px
 );
}

.window-header .buttons .button.close{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-bottom-right-radius: 5px;
}
.window-header .buttons .button.close:hover {
  background: linear-gradient(
    rgba(192, 192, 192, 0.6) 6px,
    rgba(255, 0, 0, 0.7) 15px,
    rgba(192, 192, 192, 0.6) 27px
  );
}
.window-header .buttons .button.minimize{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-bottom-left-radius: 5px;
}

.window-header .buttons .button.maximize{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.progress-images{
  display: flexbox;
  padding: 1.5rem;
 position: absolute;
}

.glass-borders {
	background-color: rgba(48, 9, 63, 0.685);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.12),inset 0 0 8px rgba(255,255,255,.1),0 5px 5px rgba(0,0,0,.5);
	border: 1.5px solid #001C58;
    border-radius: 3px;
	padding: 5px;
	margin: 8px auto 8px auto;
    width: 80%;
    height: 65%;
    position: fixed;
    top: 30%;
    left: 10%;
}

@font-face{
      font-family: frutigerbold;
      src: url(Font/Frutiger_bold.ttf);
      
      font-family: frutiger;
      src: url(Font/Frutiger.ttf);
}

p, h1{
  margin: 0;
}

h1 {
  font-family: frutiger;
  font-size: 150%;
}
h2{
  font-family: frutiger;
  font-size: 250%;
}
p, li{
font-family: frutiger;
font-size: 110%;
}


ul, li {
  margin-bottom: 7px;
  margin-left: 15px
}

