/*MOFont jsou moje nahrane fonty od designera*/
@font-face {
    font-family: 'MO2025Font_bold';
    src: url('fonts/CivilPremium-Bold2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MO2025Font_light';
    src: url('fonts/CivilPremium-Light2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    /*MOFont jsou moje nahrane fonty od designera*/
    font-family: 'MO2025Font_light', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    color: #333;
}

h1 {
    font-family: 'MO2025Font_bold';
    color: #515151;
}

/* potrebuji prepsat barvu u primary buttonu kuli registraci */
.btn-primary {background-color: #00bcd4; border: #00bcd4;}


.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('images/mrak2_urizly.png') no-repeat center center/cover;
    opacity: 1.0;
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
}

.sidebar {
    min-width: 250px;
    padding: 15px;
    border-radius: 8px;
    padding-top: 400px;
}

.content {
    margin-left: 100px;
    flex-grow: 1;
    padding-left: 0px;
}

.hero {
    width: 500px;
    padding-top: 100px;
    text-align: center;
    color: black;
}
.btn-custom {
    background-color: #f8f9fa;
    border: 1px solid #333;
    color: #333;
}
.btn-custom:hover {
    background-color: #333;
    color: #fff;
}