body, html {
    color: #333;
}
h1, h2, h3, h4, h5, h6, p {
    color: #fff;
}
em {
    color: #d8d8d8;
}
header {
    border-bottom: 20px solid #76787a;
}
header h3 {
    color: #525252;
}
#banner-bg {
    background-image: url("../img/omega-banner-home-2.jpg");
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#content {
    width: 100vw;
    height: 100%;
}
#content #left {
    background: rgba(0,0,0,0.7);
    height: 100%;
}
#content #right {
    
}

a {
    color: #DEB200;
    transition: all 0.3s ease-in-out;
}
a span {
    color: #333;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

.uk-button-default {
    color: #fff;
    background: #deb200;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary {
    color: #fff;
    background: #deb200;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-default:hover {
    color: #deb200;
    background: #fff;
}
.uk-button-primary:hover {
    color: #333;
    background: #deb200;
}

h2.uk-modal-title { color: #deb200; }
.uk-modal-body p { color: #333; }

.uk-modal-body a {
    color: #DEB200;
    transition: all 0.3s ease-in-out;
}
.uk-modal-body a:hover {
    color: #DEB200;
    text-decoration: underline;
}


footer {
    background: #262626;
        border-top: 20px solid #d8d8d8;
}
footer a {
    color: #fff;
}
