html {
    scroll-behavior: smooth;
  } 
  
:root{
    --primary-color: #86a9c4;
}

body{
    background-color: hsl(0, 0%, 100%);
    color:#080808;
    font-family: 'Poppins';
}
.side-bar{
    position: sticky;
    left: 0;
    top: 0;
    background-color:var(--primary-color);
}

.profile-small{
    background-image:url('/images/profile.jpeg');
    background-size:200%;
    background-repeat: no-repeat;
    background-position:center;
    top:0;
    position:fixed;
    border-radius: 50%;
    padding: 50px;
}
.menu-bar{
    margin-top: 150px; 
    position: fixed; 

}
.menu-bar a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color:#ffffff;
    line-height: 70px;
    padding: 10px;
 }
 .menu-bar i{
    padding-right: 15px;
 }

 .container-fluid{
    /* padding:0 20px; */
    justify-content: center;
 }



.btn-branding-outline{
    border:1px solid var(--primary-color);
    padding: 2px 15px;
    color:#000000;
    border-radius: 15px;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
}

.hero{
    background-color: #86a9c4;
    color:#ffffff;
    top:0;
    padding: 10px 50px 50px;
    border-bottom-right-radius: 15cm;
    border-top-right-radius:1cm ;
}
.hero h4{
    background-color: #c0cdd8bd;
    background-repeat: no-repeat;
    background-position:center;
    padding: 30px;
    border: 6px solid #ffffff;
    border-bottom-right-radius: 5cm;
    border-top-right-radius:15cm ;

}

.btn-branding-contact{
    display: block;
    margin: 0 auto;
    width:fit-content;
    margin-top: 50px;
    margin-bottom: 50px;
    color:#ffffff;
    background:#000000;
    font-weight: bold;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}
.row{
    margin: 0;
}

.profile-links{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.profile-links a{
    font-size: 25px;
    opacity: 0.7;
    padding:15px;
    color:rgb(0, 0, 0);
    border-radius: 50%;
}

.skill{
    border: 1px solid #86a9c4;
    border-radius: 15px;
    width: 100px;
    padding: 4px 10px;
    margin-bottom: 5px;
}
.skill p{
    text-align: center;
    font-weight: bold;
}
.skill i{
    font-size: 50px;
    opacity: 0.7;
}

.contact-me-box{
    background: #ffffff;
    opacity: 0.7;
}


span{
    padding: 4px;
    border-radius: 8px;
    font-size: small;
    font-weight: bold;
}
.project {
    padding: 0, 3rem;
    border-bottom: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    border-radius: 8px;
}
.project h6{
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: var(--primary-color);
    border-bottom-left-radius:5cm;
    border-bottom-right-radius: 5cm;
}
.nav-links a{
    margin-top: 15px;
    color:rgb(15, 15, 15);
    text-decoration: none;
    font-size: 14px;
}
h1{
    text-align: center;
    margin: 40px 0;
    font-family: 'Playfair display'
}


h6{
    font-weight: bolder;
    font-size: large;
    color: #ffffff;
}
a:hover{
    color:rgb(255, 255, 255);
    background:#86a9c4;
}
.menu-bar a:hover{
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 15px;
}

@media screen and (max-width: 800px) {
    .menu-bar a{
        font-size: 10px;
        padding: 0;
        padding-left: 2px;
        line-height: 40px;
    }
    .profile-small{
        background-size: 150%;
        border-radius: 50%;
        padding: 40px;
        left: 6%
    }
    h1, h2{
        font-weight: bold;
        font-size: medium;
    }
    .skill i{
        font-size: 20px;
    }
    p{
        font-size: 14px;
    }
    .btn-branding-contact{
        font-size: 14px;
    }

}
