ul {
  display: flex;
  justify-content: center;
}

/* for the banner ///////////////////////////////////////////////*/



.body-container {
  display: flex;
  flex-direction: column;
  background-color: #ffffffcf;
  border-radius: 25px;
  margin: auto;
}

.list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.list-container li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.banner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2b303a;
  max-width: 1600px;
}

.banner {
  text-decoration: none;
  background-color: #AFF;
  color: #2b303a;
  padding: 0.9%;
  border-radius: 6px 4px 15px 4px;
  font-size: 100%;
  margin: 1px;
  min-width: 55px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;

}

.banner:hover {
  text-decoration: none;
  background-color: #2ff;
}

.banner a:visited {
  text-decoration: none;
}

.banner a:link {
  text-decoration: none;
}

#name:hover {
  background-color: #aff;
}



p {
  padding-left: 5%;
  padding-right: 5%;
}

h1{
  text-align: center;
}

h2 {
  padding-left: 2%;
}

h3 {
  padding-left: 4%
}

h4 {
  text-align: center;
  font-weight: bold;
}

body {
  font-family: Arial, Helvetica, sans-serif;
    
    background-repeat: no-repeat;
    background-image: linear-gradient(205deg, cyan, #0088FFBB);
    background-image: url("../media/BackgroundTest.webp");
    background-image: url("../media/BackgroundTest.png");
    background-position: center;
    background-size: cover;
  background-attachment: fixed;

  margin: auto;
  padding: 0;
  height: 100%;
  max-width: 1600px;
}

html {
  min-height: 100vh;
  overflow-y: scroll;
}


footer {
  text-align: center;
  
  background-color: #ffffff9f;
  
  border-radius: 15px;
  margin: auto;
  margin-top: 20px;
  
  width: 250px;
  padding-top: 12px;
  padding-bottom: 1px;
  padding-left: 50px;
  padding-right: 50px;
}

.image {
  max-width: 300px;
}


#webtitle {
  
  text-align: center;
  font-size: 60px;
  text-shadow: 2px 2px orange, 4px 4px red;
  margin-top: 0px;
  margin-bottom: 0px;
}

head {
  font-family: Arial, Helvetica, sans-serif;
  
}

#sub1 {
  margin-right: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#sub2 {
  margin-left: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.projects-container {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2b303a;
  max-width: 1600px;
}

.projects{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.projects {
  display: flex;
  margin: auto;
  width: 300px;
  justify-content: center;
  background-color: #40476d;
  color: #eee5e9;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 6px 4px 15px 4px;
  height: 50px;

}





span {
  display: none;
}
ul {
  list-style-type: none;
}

footer {
  text-align: center;
  h4 {
    font-size: 80%;
    color: #35353b;
  }
}

#all-projects-tl {
  
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 50px;
  padding-top: 15px;
  padding-bottom: 65px;
  background-color: black;

  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  
  background-image: repeating-linear-gradient(90deg, #ff0 0 25px, #0000 0 55px);
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: center center;

  border-radius: 20px;
}


#logo {
  align-items: center;
  display: flex;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}





.legacy-img {
  width: 80%;
  border-radius: 10px;
}



.shortcut-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}


.legacy-container {
  columns: 3 200px;
  column-gap: 1%;
  margin: 1%;
  div {
    width: 150px;
    background: #FF45002B;
    size: 50px;
    color: white;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: system-ui;
    font-weight: 600;
    font-size: 1.3rem;
  } 

  .text-tl {
    background: #aa440088;
  }

  h3 {
    padding: 0px;
  }

  
  
  
  div {
    position: relative;
    overflow: hidden;
    clip-path: polygon(
      0 40px,
      40px 0,
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%
    );
  }
  .legacy:hover {
    background: #FFD7005B;
    div {
      background: #DD94005B;
    }
    .text-tl {
      background: #aa940098;
    }
  }
}

.digital-legacy {
  background: #FFD7007B;
  position: relative;
    overflow: hidden;
    clip-path: polygon(
      0 40px,
      40px 0,
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 40px) 100%,
      0 100%
    );

    margin: 0 20% 0 20%;
}




@media only screen and (max-width: 600px) {
  #name {
    display: none;
  }
  .banner {
    
  }
  #webtitle {
    font-size: 250%;
  }
  #sub1 {
    margin-right: 150px;
  }
  
  #sub2 {
    margin-left: 150px;
  }
  h1 {
    font-size: 150%;
  }
  .body-container{
    align-items: center;
  }

  #logo {
    max-width: 300px;
  }

  .digital-legacy {
    margin: 0 20% 0 20%;
    clip-path: polygon(
      0 20px,
      20px 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%
    );
  }

  .legacy-container {
    display: flex;
    flex-direction: column;
    columns: 1 100px;
    align-items: center;
    margin: 0;
    .legacy {
      max-width: 400px;
      margin: 0.5% 0.5% 0.5% 0.5%;
    }
  }
  
  .legacy-img {
    width: 80%px;
  }

  .shortcut-links {
    flex-direction: column;
  }
}