footer {
  position: fixed;
}

section {
  width: 100%;
  height: 100vh;  
  display: flex;
  align-items: center; 
  overflow: hidden;   
}

.intro {
  width: 100%;
  height: 100vh;
}

#bio {
  height: 200vh;
  display: flex;
  justify-content: flex-start;
  top: 160px;
  overflow: hidden; 
}

#agenda { 
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden; 
}

#bio .bio-content {
  width: 70%;
  height: relative;
  margin-top: 100px;  
  display: flex;
  flex-direction: column;
}

#agenda .bio-content {
  width: 70%;
  height: 70vh;
}

#agenda .bio-date {
  display: inline-block;
  width: auto;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 4px;
}

.bio-title-n {
  width: 100%;  
}

.bio-title-n ul { 
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-around;     
}

.bio-title-n h1 {
  font-size: 26px;  
  font-weight: 200;
  letter-spacing: 64px;
  text-align: justify;
}

.bio-title h1 {
  font-size: 26px;  
  font-weight: 100;
  letter-spacing: 64px;
  text-align: center;
}

.bio-table { 
  width: 96%;
  border-collapse: collapse;
  align-content: center;
}

.cv a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.bio-date {
  width: 20%;
  font-weight: 100;
  vertical-align: top;
  padding: 4px 8px;
  letter-spacing: 4px;
}

.bio-info {
  width: 80%;
  padding: 4px 8px;  
  letter-spacing: 2.2px;
}

.bio-content a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.bio-date-c {
  width: 20%;
  font-weight: 100;
  vertical-align: top;
  padding: 4px 8px;  
  /* font-style: italic; */
  letter-spacing: 4px;
}

.bio-info-c {
  width: 80%;
  padding: 4px 8px;  
  font-style: italic;
  letter-spacing: 3px;  
}

@media (max-width: 1024px) {

  .bio-content { 
    width: 90%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;    
  }

  .bio-title-n h1 {
    font-size: 18px;  
    font-weight: 200;
    letter-spacing: 16px;
    text-align: center;    
  }
  
  .bio-title h1 {
    font-size: 20px;
    letter-spacing:  60px;
  }
  .bio-text {     
    width: 90%; 
    text-align: left;
  }  

  .bio-text h1 { 
    font-size: 18px;   
    text-align: center; 
  }

  .bio-text p {
    font-size: 18px;  
    line-height: 20px;
    text-align: left;    
    padding-right: 0px;
  }
    
  .bio-img {
    width: 80%;  
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bio-img img {
    height: 90%;  
  }
}

@media (max-width: 724px){ 
  
  #bio {
    flex-direction: column;
    display: flex;
    align-items: center;
    align-content: center;
    top: 80px;
    width: 100%;
  }

  #agenda {
    flex-direction: column;
    display: flex;
    align-items: center;
    align-content: center;
    top: 80px;
  }

  #bio .bio-content { 
    height: 200vh;
    width: 96%; 
  }  

  #agenda .bio-content {
    width: 96%;
  }

  .bio-date, .bio-date-c{
    font-size: 12px;
  }

  .bio-info, .bio-info-c {
    font-size: 13px;
  }

  .bio-info, .bio-info-c a {
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }   

  .bio-date, .bio-date-c {
    width: 4%;
    padding-left: 0px;  
  }
  
  .bio-text {
    position: absolute;    
    bottom: 20%;
  }

  .bio-title h1 {
    font-size: 22px;  
    font-weight: 100;
    letter-spacing: 24px;
    text-align: center;
  }

  .bio-text h1 {
    height: 10%;
  }

  .bio-text p {
    height: 90%;
    font-size: 14px;  
    line-height: 15px;
    text-align: left;    
  }
}

/* ====== WITH ====== **/
#with {     
  display: flex;
  align-items:center;
  justify-content: center;
  -webkit-justify-conent: center;
}

#members {       
  width: 90%;
  height: 70vh;   
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
} 

#fotoCV {    
  width: 50%;   
  height: 28%;
  padding-left: 40px;      
  justify-content: space-around;  
}

#fotoCV img {     
  width: 60px; 
  margin: 3px;
  border-radius: 5px;
  cursor: pointer;  
  transition: 0.3s; 
}

#fotoCV img:hover {  
  transform: scale(1.2);  
  transition: 0.3s;
}

#textCV {  
  padding: 0px;        
  width: 50%;
  height: 72%;  
  align-items: center;  
  justify-content: center; 
  animation-name: fadeIn;
  animation-name: fadeOut;
  animation-duration: 1s;  
}

.title {
  font-style: italic;
}

#cvIntro {
  height: 100%;
    display: flex;
    flex-direction: column;    
    justify-content: center;
    align-items: center;
  font-size: 24px;
  line-height: 24px;
  animation-name: fadeIn;
  animation-duration: 1s;  
}

.with-name {
  text-align: center;
}

.cv h4 {
  font-size: 16px;
  font-weight:300;   
  text-align: center; 
}

.cv {  
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  display: none;
  animation-name: fadeIn;
  animation-duration: 1s; 
}

@media (max-width: 1024px){  

  #members{ 
    width: 100%;
    height: 60vh;       
  } 

  #fotoCV {      
    width: 84%;
    height: 30%;   
  }

  #fotoCV img {     
    width: 60px;
  }

  #textCV {      
    width: 84%;
    height: 70%;
  }
  
  .cv {  
    font-size: 17px;    
    line-height: 18px;
    font-weight: 200;      
  }
}

@media (max-width: 724px){  

  #members{     
    width: 100%;
    height: 78vh;      
  } 

  #fotoCV {             
    width: 100%;
    height: 20%; 
  }

  #fotoCV img {     
    width: 40px;
  }

  #cvIntro {
    height: 100%;
    display: flex;
    flex-direction: column;    
    justify-content: center;
    align-items: center;
  }

  #cvIntro p {
    width: 100%;
    font-size: 16px;
    line-height: 17px;
  }

  #textCV {
    margin-top: 20px;
    width: 90%;
    height: 80%;            
  }

  .cv {  
    font-size: 14px;
    line-height: 16px;
    font-weight: 200;      
  }
  
}

#credits {
  height: 100vh;  
}

.credits { 
  position: absolute;
  width: 80vh;
  height: 60vh;
  top: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.credits a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.title-credits {
  height: 50px;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.credits h1 {
  font-size: 26px;
  letter-spacing: 12px;
  font-weight: 200;
}

.credits h2 {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 200;
}

.scrolling {
  position: absolute;
  bottom: 70px;
}

@media (max-width: 724px){
  #credits {
    height: 100vh;  
  }

  .credits {  
    width: 45vh;
    height: 70vh;    
    top: 80px;
  }

  .title-credits {
    height: 25px;
  }

  .credits h1 {
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: 200;
  }

  .credits h2 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 200;
  }

  .credits a {
    font-size: 14px;    
  }
}


form {
  max-width: 400px;
  margin: 40px auto;
  padding: 25px;
  border: 1px solid greenyellow;
  border-radius: 12px;
  background: #000000d9;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
  font-family: sans-serif;
  color: white;
}

form label {
  display: block;
  font-weight: 600;
  margin-top: 15px;
  font-size: 14px;
  color: white;
}

form label input,
form label textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background-color: white;
  color: black;
  box-sizing: border-box;
}

form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background: greenyellow;
  color: black;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background: #b2ff00;
}

