#overlaypopup {
    padding: 0 15px;
    z-index: 1000;
    box-sizing: border-box;
}
#overlaypopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    display: none;
}
#overlaypopup #gate {
    position: relative;
    top: 15%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#gate {
    z-index: 1;
    width: 600px;
    margin: 350px auto 60px auto;
    text-align: center;
    color: #fff;
    padding: 40px;
    border-radius: 10px;
}

#overlaypopup #gate a {
    color: #962E45;
    font-weight: bold;
}
#gate #enter {
    max-width: 100%;
    width: auto;
    border-radius: 10px;
    margin-bottom: 40px;
}

#gate a {
    color: #000;
    font-size: 14px;
    text-transform: none;
}
#enter {
    display: block;
    padding: 10px 20px;
    background: #962E45;
    width: 300px;
    text-align: center;
    margin: 10px auto;
    text-decoration: none;
    cursor: pointer;
    clear: both;
}
.bg-black {
    background-color: #000000;
}
#enter h1 {
    color: #fff;
}
#enter h4 {
    color: #000;
}
#gate #enter h4 {
    color: #ffffff;
}
#overlaypopup #gate {
    background: #ffffff;
    color: #000000;
}


.overlaypopup-closebtn #closeenter:hover {
    background-color: rgba(190,160,97,0.75);
}

.overlaypopup-closebtn #closeenter {
    font-family: "Lato", Lato;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    background-color: #bea061;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
    font-size: 16px;
    min-width: 220px;
}
.overlaypopup-content {
    font-size: 18px;
}
.overlaypopup-closebtn {
    margin-top: 40px;
}