.main-container {
    background-color: #5e5870;
    background-color: #66c4d0;
}

.bg2 {
    background: url('https://playtext.thelandventure.com/plugins/images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover
}


.header_mobile {
    background: white;
}

.logo_holder img.logo-blue  {
    display: inline-block;
}
.circlebg {
    background-color: #5e5870;
}
.info_holder .circlebg a {
    color: #fff;
}


#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    background: #fff;
}

.title1 {
    color: #fff;
}

.title2 {
    color: #5e5870;
}


.arrow_box1 {
    background: #5e5870;
    border: 0px solid #c2e1f5;
    color: #fff;
}

.arrow_box1:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #5e5870;
}


.arrow_box2 {
    background: #5e5870;
    border: 0px solid #c2e1f5;
    color: #fff;
}

.arrow_box2:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #5e5870;
}

.playcode_input_holder .playcode_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #eee;
}
.playcode_input_holder .playcode_input::-moz-placeholder { /* Firefox 19+ */
    color: #eee;
}
.playcode_input_holder .playcode_input:-ms-input-placeholder { /* IE 10+ */
    color: #eee;
}
.playcode_input_holder .playcode_input:-moz-placeholder { /* Firefox 18- */
    color: #eee;
}




.button_big {
    padding: 6px 22px 6px 22px;
}
.button-red {
    color: #fff;
    background:  #e31e25;
}


.button-2ndcolor {
    color: #212121;
    background: #ffde00;
    border: 0px solid #fff;
}
.button-white {
    color: #202020;
    background: #fff;
    border: 0px solid #fff;
}


.inventory_button {
    background-color: #ffde00;
}


.inventory_bg {
    background: #ffde00;
}


.dirlock_cursor {
    width: 50px;
    height: 50px;
    background: url('https://play2.thelandventure.com/plugins/images/directionlock_cursor_blue.png');
    background-size: 50px 50px;
}

.cover .window1 .title_holder {
    background: #66c4d0;
    color: #5e5870;;
}
.cover .window1 .window_close {
    color: #5e5870;;
}
.cover .window1  .window_content {
    background: white;
    color: #5e5870;;
}

