#bar {
    background-image: linear-gradient(90deg,#002e54,#174a79,#2c69a1,#3f8aca,#51acf4)
}

#search-card {
    background-color: #fff;
    background-image: url(../statics/backgrounds/search.svg) !important;
    background-attachment: fixed;
    background-size: cover
}

#categories-container a:active, #categories-container a:hover, #categories-container a:link, #categories-container a:visited {
    text-decoration: none;
    color: #000
}

.maxwd {
    max-width: 1400px
}

#footer-container {
    font-size: 16px
}

    #footer-container a:active, #footer-container a:hover, #footer-container a:link, #footer-container a:visited {
        text-decoration: none;
        color: #fff
    }

.maxwd {
    max-width: 1250px;
    width: 100%
}

#container {
    margin-top: 20px
}

#footer-container-main {
    background-image: url(../statics/backgrounds/footer.png) !important;
    background-repeat: no-repeat;
    background-size: cover !important
}

#top {
    background-image: linear-gradient(90deg,#002e54,#174a79,#2c69a1,#3f8aca,#51acf4);
    width: 100%;
    height: 4px;
    position: fixed !important
}
