#slideminimenu {
    background-color: #FC3E26;
    padding: 10px 0;
}

#slidesight ul li {
    margin: 0;
}

h2 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    color: #FC3E26;
    font-weight: bold;
    font-family: serif;
}

h2:before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}

table th {
    vertical-align: middle !important;
}

.table-subcontent span{
    display: inline-block;
    width: 5rem;
}
.uk-background-secondary{
    background-color: #F6F2E4;
}
#footer{
    height: 40px;
    margin-top: 120px;
}
#footer a{
    color: black !important;
    margin: 5px 15px;
    font-size: 1em;
}
#copyright{
    background: #e60012;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
#copyright a{
    color: white;
}
#footer{
    height: 40px;
    margin-top: 120px;
}
#footer a{
    color: black !important;
    margin: 5px 5px;
    font-size: .7rem;
}
#copyright{
    background: #e60012;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: .7rem;
}
#copyright a{
    color: white;
    font-size: .7rem;
}
.uk-text-lead{
        font-size: 1.1rem;
}

@media (min-width: 960px) {
    .uk-text-lead{
        font-size: 1.5rem;
    }
}

