body {
    font-family: 'tahoma';
    margin: 0px;
    padding: 0px;
    background: #F5F1EE;
    background: url('/themes/base/images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    padding-top: 10px;
    background-color: var(--primary);
}

footer {
    background-color: var(--primary);
    bottom: 0px;
    position: fixed;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.menurow {
    width: 100%;
}

.menuitem {
    display: inline-block;
    width: auto;
    padding: 5px;
    font-size: 14px;
    min-width: 60px;
}

    .menuitem a {
        color: white;
    }

    .menuitem:hover {
        width: auto;
        padding: 5px;
        background: #2f487b;
    }

.menusplitor {
    display: none;
}

.sp-link {
    width: auto;
    min-width: 85px;
    min-height: 85px;
    text-align: center;
    padding-top: 5px;
    margin: 3px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.5s cubic-bezier(0.35, 0.04, 0.33, 1.01);
    border: 1px solid white;
    font-size: 13px;
    display: inline-block;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    max-height: 85px;
}

.button img {
    margin: 0px;
    padding: 2px;
    width: 40px;
    height: 40px;
}
