html{
    background: url("../img/bg.png") no-repeat center center;
}

a{
    color: #f7a723;
}

a:hover, a:focus{
    color: #f7a723;
}

@media screen and (max-width: 767px){
    .uk-container{
        margin-top: 30px!important;
    }
}
