body {
    background-image: url(../img/bgart.png);
    background-color: #202C5A;
    background-position-x: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

* {
  margin: 0;
  font-family: sans-serif;
  text-align: justify;
}

a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: rgb(12, 23, 66);
  color: white;
}

.back-to-top {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #202C5A;
  color: white;
  border-radius: 5rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: 0.2s all;
  opacity: 0;
  pointer-events: none;
}

.back-to-top.active {
  opacity: 1;
  pointer-events: all;
}

.back-to-top:hover {
  background-color: #384da1;
}

.break {
    color: white;
    font-size: xx-large;
    background-color:rgb(0, 0, 0);
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: center;
    position: relative;
}

.contact {
  background-color: #00000000;
  color: white;
  font-size: 30px;
  width: 30vw;
  min-width: 350px;
  max-height: fit-content;
  text-align: justify;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 20px;
}

.contact:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 51, 255);
}

.container {
  background-color: rgb(0, 0, 0);
  width: 80vw;
  min-width: 480px;
  max-height: fit-content;
  align-items: center;
  padding-bottom: 150px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  text-align: justify;
  justify-content: center;
  margin: auto; 
  
}

.crazy {
    color: rgb(255, 240, 156);
    font-size: 48px;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    max-width: 60vw;
    margin-top: 20vh;
}

.FIXIT {
    color: white;
    font-size: xx-large;
    width: 800px;
    background-color:rgb(0, 0, 0);
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.footer{
    position: relative;
    color: white;
    font-size: x-large;
    text-align: center;
    background-color:#202C5A;
    padding-top: 2vh;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 5vh;
}

.header {
    color: white;
    font-size: 25px;
    background-color:rgb(0, 0, 0);
    padding: 5px;
    align-items: center;
    text-align: center;
    position: relative; top: -8px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}

.height-relevant {
    height: 70vh;
}

html {
 scroll-behavior: smooth;
}

.links {
    background-color: rgb(0, 0, 0);
  color: white;
  width: 150px;
  text-align: justify;
  font-size: xx-large;
  position: relative;
  margin: 20px;
}

.link-lines {
  text-align: justify;
}

.main-text {
  max-width: 60vw;
  margin-bottom: 50vh;
  text-align: justify;
}

.me {
    position: absolute; left: 1050px;
    z-index: 1;
  }

.next {
  background-color: #202C5A;
  color: white;
  width: 150px;
  text-align: center;
  font-size: xx-large;
  position: relative; top: 120px;
  margin: 20px;
}

.nextone {
  background-color: #202C5A;
  color: white;
  max-width: 200px;
  min-width: 150px;
  border-radius: 25px;
  text-align: center;
  font-size: xx-large;
  position: relative; top: 50px;
  margin: 20px;
}

  .outcome {
    background-color: #202C5A;
    color: white;
    border-radius: 10px;
    font-size: 30px;
    width: 30vw;
    min-width: 430px;
    min-height: 300px;
    max-height: fit-content;
    text-align: justify;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 20px;
  }

  .outcome-container {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  
  .outcome img {
    border-radius: 10px;
    width: 30vw;
    min-width: 450px
  }

p {
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 25px;
    display: flex;
    align-items: center;
    text-align: justify;
    justify-content: center;
    max-width: 60vw;
}

.previous {
  background-color: #202C5A;
  color: white;
  font-size: xx-large;
  width: 150px;
  position: relative; top: 120px;
  margin: 20px;
}

.project-link {
  background-color: #202C5A;
  color: white;
  border-radius: 50px;
  font-size: 30px;
  width: 450px;
  height: 40px;
  margin: 20px;
}

.subheader {
  color: rgb(255, 240, 156);
  font-size: 35px;
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.welcome {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  max-height: fit-content;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto; 
}

.width-relevant {
  width: 50vw;
}

/* Navigation bar code stolen from w3schools.com hehe /*

/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #202C5A;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
  
.navbar img {
    width: 30px;
    margin-right: 10px;
    margin-left: 5px;
      }

  /* Links inside the navbar */
.navbar a {
    float: left;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(12, 23, 66);
  }
  
  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: block; /* Changes from "display: none" for animation purposes */
    position: absolute;
    background-color: #202C5A;
    min-width: 160px;
    max-height: 0; /* Starts with height 0 */
    overflow: hidden; /* Hide overflow for the sliding effect */
    transition: max-height 0.1s ease-in-out; /* Smooth transition */
    z-index: 1;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    max-height: 300px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: rgb(12, 23, 66);
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }