body,
html {
  margin: 0; /* Ensuring no default margin */
  padding: 0;
  background-color: #f8f7f3;

}

::selection {
  color: #f8f7f3;
  background: #434343;
}

h1 {

  font-size: 81.04px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #434343;
}

h3 {
  font-size: 39px;
}

h4 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 100px;
}

main{

  padding: 0px 15%;
  background-color: #f8f7f3;

}
#home{
  position: fixed;
  margin-top: 0 !important;
}
#home p{
  font-size: 18px;
  margin: 0;
  padding: 18px;
  text-align: right;
  padding-right: 40px;
  background-color: black;
  text-decoration: none;
  user-select: none;
}

#home a{
  text-decoration: none;
  color: white;
}

#tagline {
  color: #434343;

  padding-top: 31px;
  font-size: 4vh;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  width: 40%;

  z-index: 3;
}

p,
ul,
a,
#readmore {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  position: relative; /* Added to ensure absolute positioning within */
}

#header {
  padding-bottom: 5%;
}



#name {
  font-size: 10vh;
  z-index: 3;
}

#pfp {
  position: relative;
  width: 80%; /* Adjust as necessary to control image size */
  z-index: 3;
}

#pfp img {
  width: 100%; /* Make the image fill its container */
  border-radius: 0; /* Adjust if you want rounded corners */
}

img{
  padding: 0px, 50px;
}

#about {
  background-color: rgb(43, 43, 43);
  padding: 8%;
  text-align: center;
}

#about img {
  height: 10vh;
}

#about h3 {
  padding: 0px;
  margin: 0px;
  font-size: 39px;
  color: white;
}

#about p,
#about ul {
  margin-left: 8%;
  margin-right: 8%;

  text-align: left;
  line-height: 32px;
}

#aboutback {
  color: #f8f7f3;
  margin-left: 5%;
  margin-right: 5%;
}

#process {
  overflow: hidden;

  line-height: 32px;
  padding: 20px 0px;

}

#outcome {
  background-color: rgb(43, 43, 43);
  padding: 0% 8%;
  padding-bottom: 6%;
  margin-bottom: 6%;
}

#outcome h3,
#outcome p,
#outcome ul,
#outcome img, #outcome a {
  color: white;
  padding: 0px;
  margin: 0px !important;
  margin-left: 0px;
  margin-right: 0px;

  text-align: left;
  line-height: 32px;
}

#outcome p{
  padding: 10px 0px;
}

#outcome h3{
  text-align: center;

  padding: 40px 0px;
}

.image img {
  height: 450px; /* Set a height for the container */
  width: auto;
}

img {
  width: 100%
}



.wireframes-container {
  margin-right: 4%;
  width: 100%;
}

.wireframes-container img {
  width: 100%;
}

@media only screen and (max-width: 950px) {
  * {
    overflow-wrap: break-word;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
  }
  main{
    padding: 0px 8%;
  }
  img {
    margin-left: 0px;

    overflow-y: hidden;
    width: 100%;
    padding-right: 2%;
    height: auto;
  }

  .image img {
    height: 50%;
    width: 100%;
  }

  p,
  h2,
  h3,
  a {
    padding: 0px;
    margin: 0px;
  }

  h3 {
    font-size: 2rem;
  }

  p,
  li,
  a {
    font-size: 16px;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #name {
    font-size: 2.5rem;
  }
  #header p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  #tagline {
    font-size: 16px;
    width: 80%;

    padding-bottom: 10%;
  }

  #pfp img {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #about,
  #outcome {
    padding-right: 0px;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10%;
  }

  #about h3 {
    padding-top: 20px;
  }
  #about p,
  #about ul {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    line-height: 24px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  

  #process p,
  #process li {

    padding-bottom: 20px;
  }
  #outcome p, #outcome a{
    padding-top: 20px;

    padding-bottom: 10px;
    line-height: 28px;
  }

  #outcome img {
    margin-left: 0px;
  }

  #outcome h3 {
    padding-top: 20px;

    padding-bottom: 10px;
  }

  video {
    margin-left: 0px;

    width: 100%;
    height: 100%;
  }

  p,
  ul,
  a,
  #readmore {
    font-size: 16px;
  }

  #home {
    user-select: none;
    -webkit-tap-highlight-color:transparent;
    position: relative;
    padding: 0.2px;
    margin-bottom: 1.2% !important;

  }

  #home p{
    position: relative;
    padding: 5px;
    padding-right: 20px;
    margin-bottom: 10% !important;
  }
}
