/* navbar */
.navbar{
    padding: 4px 0px;
}

.navbar-icon{
    margin-right: 8px;
}

.navbar-title{
    text-align: center;
}


.navbar-brand,
.navbar-brand:focus{
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s;
}
.navbar-brand:hover{
    color: #7b7b7b;
}


.navbar-toggler-icon {
    box-shadow: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(225, 225, 225, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler{
    margin-right: 30px;
    color: transparent; 
    box-shadow: none;
}

.navbar-toggler:active{
    color: #6a6a6a; 
    background-color: #161617; 
    border-color: #494F57;
    box-shadow: none;
}

.nav-item a.nav-link {
    font-size: 18px;
    color: rgb(255, 255, 255, 0.85);
    transition: color 0.3s;
}
.nav-item a.nav-link:hover {
    color: #7b7b7b;
}


/* showcase section */

.footer-button-left{
    display: block;
    text-decoration: none;
    color: whitesmoke;
    margin: 10px 0px;
}

.footer-button-left:hover{
    color: gray;
    text-decoration: none;
}