@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');


body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.small-text {
    font-size: 19px;
    line-height: 24px;
    padding-top: 93px;
}


hr {
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;

    margin: 25px 15px;
}
 hr.line{
     color: #AE9752;
     border-top: 2px solid #AE9752;
     height: 0;
     background: none;
     margin: 15px 0;
}

.form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.form-group label {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}

.header-text {
    margin-bottom: 25px;
    padding-bottom: 25px;
}


.reg_form {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.form-control {

    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

b {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    margin: 25px 0;

}


h1 {
    font-size: 25px;
    line-height: 33px;
    margin-top: 15px;
    color: #AE9752;
}

h2 {
    font-size: 23px;
    font-weight: 300;
    color: #ffffff;


}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #AE9752;

}

.text-yellow{
    color: #AE9752;
}
.text-white{
    color: #ffffff;
}

.text-bold{
    font-weight: bold;
}

p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.btn-yellow {
    background-color: #AE9752;
    border-radius: 0;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
}



.btn-brown {
    background-color: #958047;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 80px;
}

.btn-brown:hover{
    background-color: #7d6b3b;
    color: #ffffff;

}


.modal-content {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}



.rulesModal.modal {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


.agecheckModal.modal {
    text-align: center;
    padding: 0 !important;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.agecheckModal .modal-logo{
    margin-bottom: 30px;
}

.agecheckModal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.agecheckModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.agecheckModal .modal-content {
    border: 1px solid #AE9752
}

.agecheckModal strong {

    font-size: 36px;
    font-weight: 400;
    color: #AE9752;
    margin-bottom: 15px;
    line-height: 61px;
}

.agecheckModal p {

    font-size: 25px;
    font-weight: 300;
    color: #AE9752;
}

.agecheckModal .modal-content {
    border: 0px solid #AE9752;
    box-shadow: none;
    background-color: transparent;
}

.agecheckModal .modal-body {
    border-top: 1px solid #AE9752;
    border-left: 1px solid #AE9752;
    border-right: 1px solid #AE9752;
    padding: 50px 50px 25px 50px;
}

.agecheckModal .modal-footer {
    border-bottom: 1px solid #AE9752;
    border-left: 1px solid #AE9752;
    border-right: 1px solid #AE9752;
    border-top: 0;
    padding: 10px 50px 50px 50px;


}

.agecheckModal .modal-header {
    border-bottom: 0;
    border-top: 0;
}


.agecheckModal .btn {
    margin-bottom: 15px;
}

.modal-backdrop.in {
    opacity: 1;
}

.rulesModal.modal-header, .rulesModal.modal-footer {
    border: none;
}

.modal-header {
    border-bottom: 0px solid #AE9752;
}

.modal-footer {
    border-top: 0px solid #AE9752;
}

.close {
    color: #AE9752;
    opacity: 1;
    font-size: 35px;
}

.close:focus, .close:hover {
    color: #ffffff;
    opacity: 1;

}


.black-bg {
    background-color: #000000;
}

.border-yellow {
    border: 1px solid #AE9752;
}

ul {
    list-style-type: none;
    padding-left: 0px;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.img-center {
    margin: 0 auto;
}

.img-right {
    float: right;
}

.row {
    position: relative;
}


.footer-bottom {
    font-size: 16px;
}

footer {
    margin: 60px 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

#mobile-buttons{
    margin-bottom: 25px;
}

@media (max-width: 767px ) {

    .btn-yellow {
        font-size: 12px;

    }
}
@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {
}