* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
}

.container_repeat {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
  height: 100svh;
  width: 100%;
  align-items: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 92px left 0;
  /* Background layer with opacity for eligibility */
  background-image: linear-gradient(
      to bottom,
      rgb(0 0 0 / 50%),
      rgba(0, 0, 0, 0.73)
    ),
    url("/img/foto-main-final.jpg");
}

header {
  display: flex;
  justify-content: space-around;
  position: fixed;
  top: 0;
  opacity: 0.9;
  width: 100%;
  height: 80px;
  background-color: #000;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  padding-top: 25px;
  font-size: 50px;
}

header a:link {
  text-decoration: none;
}

#dropdown_menu_btn,
#dropdown_menu_links {
  display: none;
}

#inner_container {
  display: flex;
  align-items: flex-end;
  height: calc(100% - 120px);
  width: 90vw;
  margin: auto;
  justify-content: space-between;
}

#inner_container_repeat {
  display: flex;
  overflow: auto;
  height: calc(100% - 120px);
  margin: 120px auto 0 auto;
  width: 100%;
  justify-content: center;
  margin-right: 10px;
}
.section_title {
  text-align: center;
}

#menu_list_repeat {
  display: grid;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  align-content: center;

  padding-left: 20px;
  list-style-type: none;
  width: 15%;
}

#menu_background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background-color: black;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8463979341736695) 0%,
    rgba(0, 0, 0, 0.29177608543417366) 58%,
    rgba(0, 0, 0, 0) 100%
  );
}

#menu_list_repeat li {
  margin: 20px 0;
}

#menu_list_repeat a {
  position: relative;
  text-decoration: none;
  font-size: 25px;
  color: white;
}

#menu_list_repeat a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  opacity: 0.2;
  transition: all 450ms;
}

#menu_list_repeat a:hover::before {
  width: 100%;
}

#footer_home {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 100%;
  background-color: black;
  padding: 10px 0;
  z-index: 1;
}

#footer_home a {
  text-decoration: none;
  margin: 0 20px;
}

#footer_home span {
  position: absolute;
  right: 20px;
}
/* INDEX CSS STYLING, END */
/*  */
/*  */
/*  */
/* GENERAL STYLING, START */
.border_top {
  border-top: solid 2px;
}
.section_title {
  margin: 20px 0;
  font-size: 3rem;
}
#profile_container {
  width: 85%;
  margin-bottom: 50px;
}
/* GENERAL STYLING, END */
/*  */
/*  */
/*  */

/* PANORAMA VIEW, MOBILE */
@media (max-width: 900px) {
  header {
    z-index: 2;
    justify-content: space-between;
    height: 50px;
    font-size: 30px;
    padding: 0;
    align-items: center;
  }
  header a {
    padding: 0 20px 0 20px;
  }
  .container_repeat {
    background-position-y: 25px;
  }
  #inner_container_repeat {
    position: absolute;
    height: calc(100% - 120px);
    margin: 0;
  }
  #menu_list_repeat {
    display: none;
  }
  #dropdown_menu_btn {
    display: inline;
  }
  #dropdown_menu_links {
    position: absolute;
    top: 50px;
    right: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.8604035364145658) 100%
    );
    width: 20%;
    font-size: 1.5rem;
    text-align: right;
    padding: 20px 0;
  }
}

@media (max-width: 501px) {
  .container_repeat {
    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 50%),
        rgba(0, 0, 0, 0.73)
      ),
      url("/img/foto_new_version_1.jpeg");
  }
  /* MOBILE RESP-INDEX */
  #profile_container {
    font-size: 1rem;
  }
  #inner_container {
    justify-content: flex-end;
  }
  #menu_list_home {
    margin-bottom: 50px;
    text-align: end;
  }
  #menu_list_home li {
    margin: 0;
  }
  #footer_home span {
    display: none;
  }
  /* MOBILE RESP-BIOGRAFIE */
  #dropdown_menu_btn {
    display: inline;
  }
  #dropdown_menu_links {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
  }
  #dropdown_menu_links a {
    margin: 10px 0;
  }
  #menu_list_repeat {
    display: none;
  }
  #profile_container {
    width: 95%;
    padding: 0;
  }
}
