body{
    background-color: #111111;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( -webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and ( min-resolution: 200dpi), only screen and ( -webkit-min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 1.25dppx) {  
    -webkit-font-smoothing: subpixel-antialiased;
} 

#container {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #000000;
}


.pure-g > div {
    box-sizing: border-box;
}

@media screen and (max-width: 47.999em) {
    .addedBackground {
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .reordered{
        -webkit-box-ordinal-group:2;
        -webkit-order:2;
        -ms-flex-order:2;
        order:2;
    }
    
    .reordered3{
        -webkit-box-ordinal-group:3;
        -webkit-order:3;
        -ms-flex-order:3;
        order:3;
    }
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}


.backgroundOverlay {
     background-color: rgba(0, 0, 0, 0.8);
}


hr {
    display: block;
    border-style:solid;
    border-width: 1px;
    color: #FFFFFF;
}

.menubtn {
    visibility: hidden;
}

@media (min-width: 450px) {
    .menubtn {
        visibility: visible;
    }
}

.buttonOrder {
    background: #955F20; /* this is a green */
    color: white;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    font-family: "NexaXbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.buttonBase {
    background: #955F20; /* this is a green */
    color: white;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nexa", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.buttonListMargins {
    margin: 10px 5px 10px 5px;
    line-height: 55px;
}

.iconbutton {
    color: #666666;
}

.iconbutton:hover {
    color: #955F20;
}
