body {
    background: #000 url(../img/body-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-menu-dark {
    background: #ed1c24;
}

.main-menu-dark li a {
    padding: 8px 30px !important;
    border: 1px solid #ff686e;
}

.main-menu-dark li a:hover {
    text-decoration: none !important;
    background: #9a0006;
}

.main-menu-dark li:hover li a {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #ff686e;
}

.main-menu-dark li:hover li a:hover {
    background: #9a0006;
    color: #fff;
}

.enter-btn {
    width: 200px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 15px 25px;
    border: 1px solid #9a0006;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: normal 16px/normal 'OmnesRegular', Arial, Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #ed1c24;
    margin-right: 10px;
    margin-bottom: 10px;
}

.enter-btn:hover {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #c50007;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.cta2-button {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    text-transform: uppercase;
    font-family: Arial;
    letter-spacing: 0.05em;
    z-index: 0;
    float: right;
}

.cta2-button {
    background: #ed1c24;
}

.cta2-button:hover {
    background-color: #d81c23;
    text-decoration: none;
}
