html {
    scroll-behavior: smooth;
  }
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: honeydew;
}
.home01{
    background-image: url('images/bg01.jpg');
    background-size: cover;
}
.about_p{
    text-align: center;
    font-size: 20px;
    max-width: 80%;
    margin: auto;
    color: white;
}
.navbar ul{
    color: white;
    list-style-type: none;
    margin: 0;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color:transparent;
}
.navbar{
    font: 18px 'opensans-bold', sans-serif;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;
}
.navbar ul li{
    display: inline;
    float: left;
    min-width: 20%;
}
.navbar ul li:last-child{
    display: inline;
    float: right;
}
.navbar ul li a{
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 8px;
    text-decoration: none;
    
}
.home01 navbar active{
    background-color: #4CAF50;
}
/* unvisited link */

/* unvisited link */
a:link {
color: greenyellow;
}

/* visited link */
a:visited {
color: rgb(0, 255, 0);
}

/* mouse over link */
a:hover {
color: rgb(255, 0, 128);
}

/* selected link */
a:active {
color: blue;
}
/* unvisited link */
#nav a:link {
color: greenyellow;
}

/* visited link */
#nav a:visited {
color: rgb(0, 255, 0);
}

/* mouse over link */
#nav a:hover {
color: rgb(255, 0, 128);
}

/* selected link */
#nav a:active {
color: blue;
}


span{
    font-weight: bold;
    font-size: large;
}
.profile-pic {
   position: relative;
   width: 120px;
   height: 120px;
   border-radius: 100%;
}
.certificates_all{
   justify-content: center;
   width: 100%;
   margin: auto;
   padding: 20px;
}
.cer-pic {
   border-radius: 10%;
   width: 100%;
}
.text-block{
    position: relative;
    text-align: center;
    color: #AAAAAA;
    font-weight: bold;
    background-color: honeydew;
    border-radius: 10%;
}
.row-f{
    justify-content: center;
    display: flex;
}
.row-f::after{
    content: "";
    clear: both;
    display: table;
}
.col-f{
    float: left;
    width: 30%;
    padding: 5px;
}

@media print {
    .home01{
        display: none;
    }
    .certificates_all{
        display: none;
    }
    .a3part{
        display: none;
    }
    .myBtn{
        display: none;
    }
}

@media screen and (max-width:800px) {
    .col-f{
        width: 100%;    
    }
    .row-f{
        display: grid;
    }
    
}

@media screen and (max-width: 800px) {
    .a3part{
        width: 100%;
    }
    .a3part .part1{
        width: 100%;
    }
    .a3part .part2{
        width: 100%;
    }
    .a3part .part3{
        width: 100%;
    }
    img:hover{
        transform: scale(1.02); 
    }
}

@media screen and (max-width: 800px) {
    .navbar a:not(:first-child){
        display: none;
    }
    .navbar a.icon {
        float: right;
        display: block;
    }
    .navbar ul li{
        display: inline;
        float: left;
        min-width: 10%;
    }
    .navbar ul li:last-child{
        display: inline;
        float: right;
    }
    
}
@media screen and (max-width: 800px) {
    .navbar.responsive{
        position: relative;
    }
    .navbar .responsive .icon{
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar .responsive a{
        float:none;
        display: block;
        text-align: left;
    }
    
}
#table01{
    width: 100%;
    margin: auto;
}
.table001{
    justify-content: center;
    display: flex;
    margin: auto;
    background: url("images/bg01.jpg");
    padding: 20px;  
}
.table001 table{
    background:honeydew;
    overflow: auto;  
}
.table001 table tr{
    padding-bottom: 5px;
    min-height: 50px; 
}
.table001 table tr td{
    overflow: auto;
    max-width: 50vw;
    font-weight: bold;
    padding-left: 20px; 
}
.table001 table tr td:first-child{
    padding-right: 20px;
    background:whitesmoke;
    font-weight: bold;
    padding-left: 20px; 
}

img:hover{
    transform: scale(1.05); 
}



#myBtn {
    display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: rgb(72, 255, 0);
color: white;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}

#myBtn:hover {
background-color: #555;
}


.a3part{
    float: left;
    width:98vw;
    text-align: center;
}
.part1,.part3{
    float: left;
    width: 18%;
    padding: 2%;
    min-height: 150px;
    background-color: whitesmoke;
}
.part2{
    float: left;
    width: 50%;
    padding: 2%;
    min-height: 150px;
    background-color: aliceblue;
}


.social-links{
    margin: 18px 0 30px 0;
   padding: 0;
   text-align: center;
   font-size: 30px;
}
.social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin:auto;
    color: #F06000;
}footer .social-links{
margin:auto;
   padding: 0;
   font-size: 30px;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 10px;
    margin:auto;
    color: #F06000;
}

h2{
    font-family: "Montserrat";
}
