/* navbar design starts here */

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


.nav-logo{
    text-align: left;
}

.nav-heading h1{
    text-align: right;
}

.nav-menu{
    flex-direction: row;
    justify-content: flex-end;
}
.nav-menu a{
    margin: 20px 10px;
    padding: 5px 10px;
    background-color: transparent;
}

/* navbar design ends here */

/* profile design starts here */

.profile .top-weather-icon{
   
    right: 100px;
   
    transition: width 2s, transform 2s;
}
.profile .top-weather-icon:hover{
   width: 120px;
}


.profile-desc p{
    color: gray;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 55%;
}


.profile .bottom-weather-icon{
   bottom: 20px;
    left: 140px;
   
    transition: width 2s, transform 2s;
}
.profile .bottom-weather-icon:hover{
   width: 120px;
}

/* profile design ends here */


/* About me starts here */

.aboutme-image{
    margin-top: 100px;
}
.aboutme-image img{
    width: 250px;
    height: 270px;
}
.aboutme-desc p{
    text-align: left;
}

/* About me ends here */

/* professional experience starts here */

.professional-experience{
    padding: 1% 5%;
}


/* professional experience ends here */


/* achievement-contact starts here */

.achievement{
    padding-right: 50px;
    }
    
.contact button{
    width: 150px;
}  

.contact-links{
    position: relative;
    
}

.media-buttons{
    
    margin-top: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}


/* achievement-contact ends here */


/* footer starts here  */

.footer-menu{
   margin-top: 10px;
}
.footer-menu a{
    display: inline;
    margin: 15px;
    font-size: 0.8rem;
   
    
}

/* footer ends here  */