/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.btn-icon {
    padding: 0;
    background: none;
    border: none;
}

.btn-icon:hover, .btn-icon:focus {
    filter: brightness(80%);
    outline: 0;
}

.link {
    position: relative;
    color: #484848;
    transition: all .3s ease;
}

.link:hover {
    color: #2250fc;
}

.link-active {
    color: #2250fc;
}