body{
    font-family: 'Josefin Sans' !important;;
    background-color: #374c61;
}

.top{
    width: 800px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}
h1{
    color: #2C3E50;
}
.center{
    text-align:  center;
    margin-left: auto;
    margin-right: auto;
}
.navbar{
    background-color: #2C3E50;
    height: 66px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
}
.nav-list{
margin-top: 16px;
}
.nav-list li{
    display: inline; 
}
.nav-list li a{
    font-size: 30px;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
    padding-left: 25px;
}
.nav-list li a:hover{
    color: #18BC9C;
    background-color: transparent;
    
}
.border{
    background-color: #18BC9C;
    border: 1px solid white;
   color:white;
    margin-left: auto;
    margin-right: auto;
    
}
.img-circle {
    height:240px;
    width: 320px;
    border-radius: 90%;
}
.div1{
    height: 100px;
    margin-left: auto;
}
.div1 img:hover{
    opacity: .8;
    
}

.div2{
    height: 200px;
    color: #2C3E50;
    text-align: center;
    padding-top: 150px;
}
.cen{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-me{
    text-align: center;
    padding-top: 10px;
    height: auto;
    font-size: 20px;
    color: #2C3E50;
    
}
.icon{
    padding-top: 50px;
}
.list-inline{
    padding-left: inherit;
}
.list-inline li{
    display: inline;   
}
.list-inline li a{
    color: #2C3E50;
}
.icon-outline{
    
    border: 2px solid #2C3E50;
     display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.fa-fw{
    width: 1.28571429em;
    text-align: center;
}
.icon-outline:hover{
    color: #18BC9C;
    border-color: white;
}
.data{
    padding-top: 100px;
}
.story{
    margin-top: 400px;
}
.skill{
    margin-top: 50px;
}
.achi{
    margin-bottom: 50px;
}
.exp{
    margin-top: 0px;
}
.story-img{
    margin-left: auto;
    margin-right: auto; 
}
.skills-img{
    margin-left: auto;
    margin-right: auto;    
}
.exp-bold{
    font-weight: bold;
    font-size: 16px;
}
.exp-plain{
    font-size: 14px;
    color: #18BC9C;
}
.ref-table{
    margin-bottom: auto;
}
.pluse2{
    color:rgba(165, 25, 25, 1);
}