h1 {
 color: #FFFFFF;
 text-align: center;
 font: Bold 00%;
}

h2 {
  text-align: left;
  color: #FFFFFF;

}

li {
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 5px

}


a:link, a:visited {
  color: rgba(39, 245, 196, 0.8);
  text-decoration: underline;
  cursor: auto;
}

a:link:active, a:visited:active {
  color: rgba(97, 39, 168, 1);
}

.relative-text {
  position: relative;
  top: -50px;
  left: 20px;

}

.MediaCenter {
  color: white;
  margin: 20px;
  padding: 20px;
  top: 20px;
  left: 0;
}

@font-face {
  font-family: 'Frutiger';
  src: url('Fonts/frutiger.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

body { 
  font-family: 'Frutiger', sans-serif;
  background-image: url("Images/ultimate_extras_2.gif");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

} 

.Windows7Aero { 
  position: relative;
  width: 1365px;
  height: 796px;
  background-size:cover;
  color: black;
  margin: 50px auto;
  overflow: hidden;
 } 

.WinAero {
  width: 100%;
  height: 100%;
  display: block;
}


.Text {
  position: absolute;
  top: -50px;
  left: 227px;
  text-align: left;
  color: black;
  font-family: "Frutiger", sans-serif;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}


.Text h2 {
  margin: 50px 30px;
  position: relative;
  top: 20px;
  left: 50px;
  font-size: 24px;
  text-shadow: 0 0 6px #d1e7eb;

}

.Text p {
 line-height: 1.5;
 font-size: 24px;
 width: 130%;
 max-width: 873px;
 margin: 0 auto;
 box-sizing: border-box;

}


.sidenav { 

  height: 100%; 

  width: 345px; 

  position: relative; 

  z-index: 1; 

  top: -50px; 

  left: 0; 

  overflow-x: hidden; 

  padding-top: 20px; 
  
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px) saturate(180%);

  -webkit-backdrop-filter: blur(12px) saturate(180%);

  border: 1px solid rgba(255, 255, 255, 0.3);
 
  border-radius: 12px;

  box-shadow: 
	0 4px 6px rgba(0, 0, 0, 0.1),
	inset 0 1px 0 rgba(180, 244, 248, 0.3);


}

.sidenav .taskbar-container{
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
}

.taskbar-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  height: 500px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  color: black;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
  padding-left: 5px
}

.taskbar-bar.index {
  background-image: url("Taskbar pieces/Index Bar 2.png");
  height: 100px;
  max-width: 100%;
  transition: background-image 0.5s
}

.taskbar-bar.index:hover {
  background-image: url("Taskbar pieces/Index Bar Glowing.png");
  filter: drop-shadow(0 0 10px #8ffffb);
}

.taskbar-bar.connect {
  background-image: url("Taskbar pieces/Connect Idea bar.png");
  height: 100px;
  max-width: 100%;
  transition: background-image 0.5s
}

.taskbar-bar.connect:hover {
  background-image: url("Taskbar pieces/Connect Idea Bar Glowing.png");
  filter: drop-shadow(0 0 10px #8ffffb);
}

.taskbar-bar.bottom {
  background-image: url("Taskbar pieces/Connect Idea Bar.png");
  height: 100px;
  max-width: 100%;
  transition: background-image 0.5s
}

.taskbar-bar.bottom:hover {
  background-image: url("Taskbar pieces/Connect Idea Bar Glowing.png");
  filter: drop-shadow(0 0 10px #8ffffb);
}

.taskbar-bar.non-interactive {
  background-image: url("Taskbar pieces/Non-Interactive Bar 2.png");
  background-size: cover;
  height: 450px;
  width: 400px;
}



.sidenav a { 

  padding: 6px 8px 6px 16px; 

  text-decoration: none; 

  font-size: 30px; 

  color: #FFF; 

  transition: transform 0.2s ease, filter 0.3s ease;

  

  display: block; 

} 

  

.sidenav a:hover { 

  color: #000;

} 

  

.main { 

  margin-left: 160px; /* Same as the width of the sidenav */ 

  font-size: 28px; /* Increased text to enable scrolling */ 

  padding: 0px 10px; 

} 

.button a {
  background-color: var(--primary-color);
  color: var(--text-color);
}


.button b {
  background-color: var(--primary-color);
  color: var(--text-color);
}


// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

#myImgVista {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgVista:hover {opacity: 0.7;}

#myImgStart {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgStart:hover {opacity: 0.7;}

#myImgGlow {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgGlow:hover {opacity: 0.7;}

#myImgStartAlt{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImgStartAlt:hover {opacity: 0.7;}
  

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 80px;
  height: 80px;
  background: url("Images/X button.png") no-repeat center;
  background-size: contain;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: transparent;
  font-size: 0px;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  background-image: url("Images/Hover X button.png");
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.taskbar-icon {
  width: 64px;
  height: 64px;
  margin-right: 12px;
  margin-left: 10px;
  vertical-align: middle;
  filter: drop-shadow(0 0 3px rgba(255,255,255,0.3));
  transition: transform 0.2s ease, filter 0.3s ease;
}

.taskbar-bar:hover .taskbar-icon {
  transform: scale(1.1);
}

@media screen and (max-height: 450px) { 

  .sidenav {padding-top: 15px;} 

  .sidenav a {font-size: 18px;} 

  .background {width: 100%}

} 
