@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    background-color: rgba(0, 0, 0, 0.768);
  }
  header {
    min-height: 10vh;
    background-color: #1b1b1b;
    padding: 1.3rem 0rem;
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 99;
  }
  .overlay {
    top: -8rem;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 3px 3px;
    z-index: 2;
}

h1 .logoa img {
    display: flex;
    position: relative;
    width: 135px;
    height: 135px;
    top: -0.5rem;
}

nav {
    height: 15vh;
    width: 75vw;
    min-width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;

}

.aa {
    position: relative;
    top: -4cm;
    color: #f4f1f1;
    text-decoration: none;
    font-weight: bolder;
}

.aa:hover {
    color: #f7b07c;
}

.aa::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f7b07c;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.aa:hover::before {
    transform: scaleX(1);
}
.navbar-container{
  width: 100%; 
}
.navbar {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.navbar-links {
  display: flex;
  flex-direction: row;
}
.navbar-links .aa {
  position: relative;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .navbar-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      
  }
  .navbar-links .aa{
    display: flex;
    position: relative;
    margin: 10px;
  }
  .container-bio {
    padding-top: 550px;
    width: 100%;
    display: flex;
    flex-direction: row; 
    justify-content: flex-end;
    color: white;
    padding-right: 30px;
  }
  
  .container-bio .info {
    border-radius: 25px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.2); 
    -webkit-backdrop-filter: blur(8px); 
    backdrop-filter: blur(8px);
    font-size: 12px;
  }

}


  nav{
    display: flex;
    flex-direction: row;
  }
  
  #navImg {
    justify-content: flex-start;
    flex-grow: 3;
    padding-left: 50px;
  }
  
  #navImg img {
    height: 70px;
    color: white;
  }
  a{
    color: rgba(245, 245, 245, 0);
  }
  .ss {
    position: relative;
    top: 18.5rem;
    text-align: center;
    align-items: center;
    align-content: center;
    padding: 0.5rem;
}
.ss i {
  font-size: 30px;
}
  section {
    min-height: 100vh;
    background-color: red;
    background: url('files/lg6.jpg') no-repeat center 115px fixed;
    background-size: cover;
  }
  
  .container {
    padding-top: 250px;
    width: 100%;
    display: flex;
    flex-direction: row; 
    justify-content: flex-end;
    color: white;
  }
  
  .info {
    width: 40%;
  }
  .info h1 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 10px;
  }
  
  .info p {
    line-height: 2rem;
  }
  
  blockquote {
      font-family: Georgia, serif;
      position: relative;
      margin: 0.5em;
      padding: 0.5em 2em 0.5em 3em;
  }
  
  blockquote:before {
      font-family: Georgia, serif;
      position: absolute;
      font-size: 4em;
      line-height: 1;
      top: 0;
      left: 0;
      content: "\201C";
  }
  blockquote:after {
      font-family: Georgia, serif;
      position: absolute;
      float:right;
      font-size:4em;
      line-height: 1;
      right:0;
      bottom:-0.5em;
      content: "\201D";
  }
  
  
  
  
  #bio {
    background: url('files/lg5.jpg')no-repeat center center fixed;
    background-size: cover;
    
  }
  
  .container-bio {
    padding-top: 550px;
    width: 100%;
    display: flex;
    flex-direction: row; 
    justify-content: flex-end;
    color: white;
    padding-right: 30px;
  }
  
  .container-bio .info {
    border-radius: 25px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.2); 
    -webkit-backdrop-filter: blur(8px); 
    backdrop-filter: blur(8px);
  }
  
  footer {
    height: 100px;
    background-color: #1b1b1b;
    text-align: center;
    color: white;
    background-color: black;
    text-align: center;
  }
  
  footer h3 {
    padding-top: 50px;
  }
  
  footer h3 a {
      text-decoration: none;
      color: white;
  }
