body
{
    a{
        &.icon-home{
            img{
                &.logo{
                    height: 80px;
                }
            }
        }
    }

    .wy-grid-for-nav{
        .wy-nav-content-wrap{
            div{
                &.wy-nav-content{
                    max-width: 90%;
                }
            }
        }
    }

    .nav-button {
        display: inline-block;
        padding: 10px 18px;
        margin: 10px 0;
        background-color: #2a7ae2;
        color: white !important;
        font-weight: bold;
        border-radius: 6px;
        text-decoration: none;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    .nav-button:hover {
        background-color: #1c5bbf;
    }
}
