.btn-group {
margin-top: 1%;
font-size: 1em;
}

.btn-group button {
    background-color: #4CAF50; /* Green background */
    border: 1px solid green; /* Green border */
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    font-weight: bold;
  }
  
  .btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
  }
  
  /* Clear floats (clearfix hack) */
  .btn-group:after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Add a background color on hover */
  .btn-group button:hover {
    background-color: #3e8e41;
  }

.profile-picture {
    border-radius: 50%;
    margin-top: 0%;
    margin-left: 4%;
}

.name{
    line-height: 10px;
    margin-left: 2%;
    margin-top: -8%;
}
.subtitle{
    /* line-height: 10px; */
    margin-left: 2%;
    /* margin-top: -8%; */
    font-size: 1.0em; /* 40px/16=2.5em */
}

.contact {
    margin-bottom: 3%;
    justify-content: center;
    line-height: 100%;
    margin-left: 2%;
}
.social-links{
    margin-bottom: 0%;
    list-style : none;
    margin-left: 10%;
    display: inline-flex;
    margin-top: -40%;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0%;
    /* overflow: hidden; */
  }

li {
    display: block;
    text-align: center;
    padding: 50%;
    text-decoration: none;
    font-size: larger;

  }


.table{
    /* margin-top: 10%; */
    float:right;
    border: 0.02em solid black;
    border-collapse: collapse;
    margin-right: 13%;
    margin-top: 0.5%;
    
}

th,td{
    border: 0.02em solid black;
    padding:0.2em;
}

.bio{
    margin-top: 0%;
    margin-left: 27%; 
    margin-right: 13%;
    text-align: justify;
    text-justify: inter-word;
}
.copyright{
    margin-top: 5%;
    float: right;
}

a{
    color:darkgreen;
    font-weight: bolder;
}

.education{
  display: none;
}

.bio1{
  display: none;
}

.about1{
  display: none;
}

.social-links-2{
  display: none;
}

@media screen and (max-width:1200px){
  .table{
    margin-left: 0%;
    margin-right: 0%;
  }

  .about{
    display:none;
  }

  .profile-picture{
    width:35%;
    margin-left: 30%;
    margin-top: 5%;
  }

  .name{
    display: none;
  }
  .subtitle{
    display: none;
  }

  .bio{
    margin-top: 0%;
    text-align: justify;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bio1{
    display: block;
  }

  h2{
    display: none;
  }

  .education{
    display: block;
  }

  .about1{
    display: block;
    }

  li{
    font-size: medium;
    /* padding: 10%; */
  }

  .social-links{
    margin-left: 0%;
  }

  .copyright{
    margin-top: 0%;
  }

.social-links{
  display: none;
}
.social-links-2{
  display: inline;
}
li {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5%;
    margin-left: 2%;
  }


}

/* <button onclick="document.location='index.html'">Home</button>
<button>Research Projects</button>
<button>Technical skills</button>
<button>Books & Courses Completed</button>
<button>Honors & achievements</button>
<button>Funding awards</button>
<button>Professional and academic affiliations</button>
<button>Teaching experiences</button>
<button>Interests</button>
<button>Intain</button>
<button>Resume</button> 
<button>Certifications</button>  */