.uk-margin-xsmall-left {
    margin-left: 5px;
}

.homepage-header-small-text {
    font-size: 38px;
    font-weight: 300;
}

.homepage-header-section>.uk-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.uk-margin-top\@m {
    margin-top: 20px;
}

@media (min-width: 960px) {
    .homepage-header-section>.uk-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .uk-margin-top\@m {
        margin-top: 0;
    }
}

.el-border-right {
    border-right: 5px solid #e8e8e8;
    padding-right: 30px;
}

.el-border-left {
    border-left: 5px solid #e8e8e8;
    padding-left: 30px;
}

.uk-background-green, 
.uk-background-child-green > .uk-tile {
    background: #38b6ab;
    color: #fff;
}

.uk-background-yellow,
.uk-background-child-yellow > .uk-tile {
    background: #ffd000;
    color: #fff;
}

.uk-background-red,
.uk-background-child-red > .uk-tile {
    background: #fc5b47;
    color: #fff;
}

.uk-offcanvas .uk-offcanvas-close {
    color: #595a5a;
}

.mh-210 > .uk-tile {
    max-height: 210px;
}