/* Custom CSS for logo image */
.logo img {
    max-width: 80px!important;
    /*width: 100%;*/
    height: auto;
}

/* Custom CSS for centering menu in mobile mode */
@media (max-width: 767.98px) {
    .menu {
        text-align: center;
    }

    .menu ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .menu li {
        display: block;
        margin-bottom: 10px;
    }

    h1
    {
        font-size: 28px;
        text-align: center;
    }
}

.button_a
{
    font-size: inherit;
    font-style: inherit;
    text-decoration: none;
    color: inherit;
}
.button_a:hover
{
    text-decoration: none;
}

.img-page-right
{
    border: 2px solid #518496;
    border-radius: 10px;
}

.button_on
{
    border: 1px solid #73a6b8;
    background-color: #bed9ee;
    border-radius: 6px;
    height: 26px;
    margin-right: 4px;
    margin-top: 8px;
    color: #518496;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-right: 8px; padding-left: 8px;
    font-weight: bold;
}
.button_on:hover
{
    cursor: pointer;
    background-color: #c6e1f6;
}

.button_off
{
    border: 1px solid transparent;
    border-radius: 6px;
    height: 26px;
    margin-right: 4px;
    margin-top: 8px;
    color: #73a6b8;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-right: 8px; padding-left: 8px;
}
.button_off:hover
{
    cursor: pointer;
    background-color: #bed9ee;
}

h1, h2
{
    margin-top: 16px;
}