body {
  /*background-color: #1e5000;*/
  /*background-color: #3c9600;*/
  background-color: white;
  font-family: "Roboto-Thin", sans-serif;
  font-weight: lighter;
  display: flex;
  margin: 0;
}



h1, h2, h3, h4 {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 500;

}

p {
  line-height: 1.5;
}

#start-screen {
  width: 100vw;
  height: 100vh;
  background-color: #ffdcc4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 10 * ease;
  display: grid;
  place-items: center;
}

#header-container {
  margin: 0%;
  position: fixed;
  background-color: white;
  height: 60px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#footer-container {
  margin: 0%;
  bottom: 0;
  position: fixed;
  background-color: white;
  height: 60px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container_footer {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
}

.container_footer a {
  margin-right: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_footer a:hover {
  text-decoration: underline;
}

.container {
  position: absolute;
  top: 20px;
}

.menu {
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: transparent;
}

.menu p {
  margin-right: 15px;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}

.menu p:hover {
  text-decoration: underline;
}

.menu a {
  margin-right: 15px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu a:hover {
  text-decoration: underline;
}

a:visited {
  color: black;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.space {
  height: 50px;
}

.description-text {
  position: absolute;
  left: 30px;
  width: 60%;
  margin-top: 66vw;
}

.description-section {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.text-left{
  margin-left: 40px;
}

h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 10px auto;
  background-color: black;
  border-radius: 3px;
}

.img {
  width: 125px;
  transition: transform 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.img1 {
  width: 200px;
  transition: transform 0.3s ease;
}

.img1:hover {
  transform: scale(1.1);
}

/* Styles for Image 2 */
.img2 {
  width: 200px;
  transition: transform 0.3s ease;
}

.img2:hover {
  transform: scale(1.1);
}

.smartphone {
  width: 225px;
  border: 4px solid black;
  border-radius: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.smartphone-small {
  margin-left: 15px;
  width: 195px;
  border: 4px solid black;
  border-radius: 35px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

figure.margin-0 {
  margin: 0; /* Remove default margin */
  margin-top: 15px;
  margin-left: 40px;
}

figcaption {
  margin-left: 25px;
  margin-top: 15px;
}

.copyright {
  font-size: 11px;
}

.empty-box-50 {
  height: 50px;
}

.email{
  color: black;
  font-weight: normal;
  text-decoration: none;
}

a.email:hover{
  text-decoration: underline;
  color: #1e5000;
}


@font-face {
  font-family: "Roboto";
  src: url("Font/Roboto/Roboto-Regular.ttf") format("truetype");
}

@media screen and (max-width: 700px) {

  #start-screen {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #ffdcc4;
    z-index: 2;
  }

  body {
    text-align: justify;
  }

  header{
    font-size: 90%;
  }


  footer{
    font-size: 90%;
  }

  .img {
    width: 75px;
  }

  .img1 {
    width: 125px;
  }

  .img2 {
    width: 125px;
  }

  .smartphone {
    width: 200px;
    border: 2px solid black;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .smartphone-small {
    margin-left: 15px;
    width: 170px;
    border: 2px solid black;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(31, 11, 11, 0.2);
  }

  .description-section {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .description-text {
    width: 85%;
    margin-top: 100vh;
  }

  .copyright {
    margin-top: 20px;
    font-size: 8px;
  }

  .empty-box-50 {
    height: 0px;
  }

  figure.margin-0 {
    margin: auto;
  }

  .text-left{
    margin-left: 0px;
  }
}

@media screen and (max-height: 500px) {
  body {
    font-size: 70%;
    text-align: justify;
  }

  .img {
    width: 50px;
  }

  .img1 {
    width: 100px;
  }

  .img2 {
    width: 100px;
  }

  .smartphone {
    width: 160px;
    border: 2px solid black;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .smartphone-small {
    margin-left: 10px;
    width: 140px;
    border: 2px solid black;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  .copyright {
    margin-top: 20px;
    font-size: 8px;
  }

  .empty-box-50 {
    height: 0px;
  }

  figure.margin-0 {
    margin: auto;
  }

  .text-left{
    margin-left: 0px;
  }
}
