body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0070af !important;
}

a {
    cursor: pointer!important;
}

/* Hlavička */
#header {
    background-image: url(../img/header_sm.png);
    height: 10rem;
    background-repeat: no-repeat;
}

/* Navigace */
.link-1,
.link-2,
.link-3,
.link-4,
.link-5,
.link-5,
.link-6,
.link-7 {
    background-size: contain, contain;
    width: 6rem;
    background-repeat: no-repeat;

}

@media screen and (max-width: 768px) {
    #navbarSupportedContent {
        background-color: #ffd962 !important;
    }

    .my_link {
        background-color: #ffe288 !important;
        margin: 0.1rem;
    }

    #navbarSupportedContent ul li a {
        padding-left: 1rem;
    }

    .navbar-toggler {
        border-color: rgba(0, 0, 0, 0) !important;
        margin-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .navbar .container {
        /* background-color: #ffd962; */
        background-image: url(../img/menu_sm.png);
        background-size: contain contain;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 768px) {
    .link-1 {
        background-image: url(../img/1.png);
    }

    .link-2 {
        background-image: url(../img/2.png);
    }

    .link-3 {
        background-image: url(../img/3.png);
    }

    .link-4 {
        background-image: url(../img/4.png);
    }

    .link-5 {
        background-image: url(../img/5.png);
    }

    .link-6 {
        background-image: url(../img/6.png);
    }

    .link-7 {
        background-image: url(../img/7.png);
    }
}

.my-brand-1,
.my-brand-2 {
    background-image: url(../img/panak.png);
    width: 2rem;
    height: 2rem;
    background-size: 2rem 2rem;
}

/* Úkoly, kategorie, obrázky ideálů */
.categories {
    filter: grayscale();
}

.categories:hover {
    filter: none;
}

.categories-task:hover {
    filter: grayscale();
}

.ideal {
    font-size: 3rem;
}


@media screen and (max-width: 992px) {
    .category-name {
        font-size: larger;
    }
}

@media screen and (min-width: 992px) {
    .category-name {
        font-size: x-large;
    }
}

@media screen and (max-width: 768px) {
    .category-name {
        font-size: smaller;
    }
}

@media screen and (max-width: 550px) {
    .category-name {
        font-size: xx-small;
    }
}

@media screen and (max-width: 400px) {
    .category-name {
        display: none;
    }
}

.yellow {
    background-color: #ffd962;
}
