﻿html {
    font-size: 0.9rem !important;
}

body {
    background-image: url('../images/web_pozadi_-_uni.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.logoavp {
    background-image: url('../images/UP_logo_AVP_UP_cerna.png');
    background-size: 250px;
    background-repeat: no-repeat;
    padding-top: 75px;
    width: 250px;
    height: 150px;
    float: left;
}

.logocvt {
    background-image: url('../images/UP_logo_CVT_UP_cerna.png');
    background-size: 250px;
    background-repeat: no-repeat;
    padding-top: 75px;
    width: 250px;
    height: 150px;
    float: left;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
   /* padding-bottom: 0 !important;
    width: 100%;*/
    white-space: nowrap;
    background-color: #f3f5f9;
    font-size: 0.85rem;
}

.bg-upol {
    background-color: #006FAD !important;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar {
    padding: 0 !important;
}

.onhover {
    cursor: pointer !important;
}
container {
    min-height: 0px !important;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

footer {
    margin-top: 20px;
}
