﻿body {
    /*padding-right: 0 !important;*/
    font-family: Cambria;
    color: black;
    background: white;
    background-size: 4000%;
    -webkit-animation: Gradient 60s ease infinite;
    -moz-animation: Gradient 60s ease infinite;
    animation: Gradient 60s ease infinite;
}


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.mp-logo {
    font-family: cursive;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

    .mp-logo .left-top {
        font-size: 37px;
        line-height: 0;
        text-decoration: none;
        letter-spacing: 2px;
        font-weight: 600;
    }

.mp-nav {
    margin-top: 2px;
    padding-top: 5px;
    box-shadow: 0 0 10px #BE5935;
    position: sticky;
    padding: 9px;
}

    .mp-nav .menu {
        color: white;
        text-decoration: none;
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px;
        border: 2px solid #BE5935;
        border-radius: 9px;
        background: linear-gradient(to bottom, black, #5F5D5D);
    }

.notborder {
    border: 0px !important;
}

.mp-logo .dotkz {
    color: #337AB7
}

.mp-logo .right-top {
    font-family: 'Segoe UI',Arial,sans-serif;
    float: right;
}

.left-top, .right-top, .mp-logo {
    /*border: 1px solid black;*/
    /*padding-top:10px;*/
    color: #337AB7;
}

.float-right {
    float: right;
}

#date_time {
    font-size: 18px;
}

    #uident:hover, #date_time:hover {
        background-color: #337AB7;
    }
