body {
  background-image: url("/windows_vista_beta_15 draft.jpg");
	background-position: fixed;
  font-size: 18px;
  margin: 0;
}

.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: fixed;
}
.navbar ul{
  list-style-type: none;
  display: flex;
}
.navbar ul li{
  margin-right: 4.1rem;
  margin-left: 4.1rem;
  padding: 1rem;
  display: grid;
}

.window{
     background-color: rgba(23, 199, 7, 0.425);
     backdrop-filter: blur(5px);
     width: 1000px;
     border-radius: 8px;
     box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
     position: relative;
     top: 0;
     left: 0;
     z-index: 9;
}

.window.interests-tab {
  width: 400px;
  position: absolute;
}

.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: 100px;
  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;
}

.glass-borders {
	background-color: rgba(53, 53, 53, 0.342);
	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: 1px solid #e4e4e4;
    border-radius: 3px;
	padding: 5px;
	margin: 8px auto 8px auto;
    width: 80%;
    height: 65%;
    position: fixed;
    top: 30%;
    left: 10%;
}


.Gallery-images{
  display: flexbox;
  padding: 1.5rem;
 position: absolute;
}

@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;
}
p, li{
font-family: frutiger;
font-size: 110%;
}