.nav-link:hover {
    color: red;
}

.imgOne{
    width: 100%;
    max-width: 45px;
    border-radius: 100px;
}

.imgTwo{
    width: 100%;
    max-width: 250px;
    border-radius: 300px;
}



/*---Footer---*/
footer{
    background:#0f172a;
}

footer a{
    transition:.3s;
}

footer a:hover{
    color:#0d6efd !important;
}

footer ul li{
    color:#b9c2d0;
    margin-bottom:10px;
    cursor:pointer;
    transition:.3s;
}

footer ul li:hover{
    color:#fff;
    padding-left:5px;
}

footer .form-control{
    border-radius:8px 0 0 8px;
}

footer .btn{
    border-radius:0 8px 8px 0;
}

footer hr{
    opacity:.15;
}