body {
    background-color: #21255e;
    background: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
}
.logo {
    width: 150px;
}
.nav-link {
    color: #fff!important;
}
.header {
    border-bottom: 3px solid #bda99c;
}
#idx_banner {
    margin: 25px auto;
}
#idx_banner img {
    border-radius: 35px;
    width: 100%;
    height: 500px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-control-prev {
    margin-left: -100px;
}
  
.carousel-control-next {
    margin-right: -100px;
}
.home_banner {
    width: 100%;
    height: 250px;
}
.idx_content_box {
    margin: 50px auto 35px auto;
}
.draw_info {
    text-align: center;
    margin: 35px auto;
}
.draw_info .row, .lr_draw_info .row{
    justify-content: center;
    align-items: center;
}
.lr_draw_info {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
#changeDate {
    margin: 35px auto;
}
.btn-show {
    background-color: #6f4129;
    border: 1px solid #ffea70;
    color: #fff;
    margin-bottom: 25px;
}
.btn-show:hover {
    color: #ffea70;
}
.right_box {
    border: 2px solid #301322;
    background-color: #47528f;
    padding : 15px 30px;
    margin-bottom: 35px;
    border-radius: 25px;
}
.box_midday_header .row, .box_midnight_header .row{
    padding: 10px 0;
}
.result_num {
    width: 60px;
}
.box_midday {
    border : 2px solid #301322;
    border-radius: 25px;
    margin-bottom: 15px;
}
.box_midnight {
    border : 2px solid #301322;
    border-radius: 25px;
}
.draw_info .box_midday_header .row:nth-child(1) {
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #a8b3c0;
    color: #000;
}
.draw_info .box_midnight_header .row:nth-child(1) {
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #21255e;
}
.lr_content {
    text-align: center;
}
.lr_content h1 {
    margin: 15px auto;
    text-transform: uppercase;
}
.lr_draw_info p {
    background-color: #8d5157;
    padding: 10px;
    margin: 0 auto;
    width: 70%;
    border-radius: 15px;
    border: 3px solid #f2cb8c;
    color: #ffea70;
    text-shadow: 2px 2px 5px #000;
}
.lr_draw_info > p {
    margin-bottom: 25px;
}
.lr_draw_info .box_midday, .lr_draw_info .box_midnight {
    border: 1px solid #f2cb8c;
    border-radius: 25px;
    margin: 0 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.lr_draw_info .box_midday_header .row:nth-child(1){
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #a8b3c0;
    color: #000;
    animation: bg_header_midday 5s infinite ease-in-out;
}
.lr_draw_info .box_midnight_header .row:nth-child(1){
    border-radius: 23px 23px 0 0;
    margin: 0;
    background-color: #21255e;
    animation: bg_header_midnight 5s infinite ease-in-out;
}
.modal-content {
    background-color: #21255e;
}
.inline {
    display: inline-block;
}
.info_box {
    text-align: center;
    margin: 15px;
    padding : 15px;
    background-color: #301322;
}
.modal_contact {
    display: block;
    margin: 0 auto;
}
.info_box h3:nth-child(1) {
    color: #fff;
    animation: blink1st 5s infinite linear;
}
.info_box h3:nth-child(4) {
    color: #fff;
    animation: blink2nd 5s infinite linear;
}
#hour, #minute, #second, #hour2, #minute2, #second2 {
    display: inline-block;
}
.time-draw {
    text-align: center;
    display: block;
}
.nav-item.active {
    background-color: #21255e;
    border: 2px solid #ffea70;
}
.footer {
    border-top : 3px solid #bda99c;
    padding: 25px;
}
.footer_content {
    text-align: center;
}

@keyframes bg_header_midday {
    10% {
        background-color: #a8b3c0;
    }
    50% {
        background-color: #519fff;
    }
}

@keyframes bg_header_midnight {
    10% {
        background-color: #21255e;
    }
    50% {
        background-color: rgb(0, 0, 0);
    }
}

@keyframes blink1st {
    50% {
        color: #ffea70;
        text-shadow: 2px 2px #fff;
    }
}

@keyframes blink2nd {
    50% {
        color: #21255e;
        text-shadow: 2px 2px #fff;
    }
}
@media screen and (max-width : 991px) {
    .left_box, .right_box {
        border: 2px solid #301322;
        border-radius: 25px;
    }
}
@media screen and (max-width : 768px) {
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .carousel img {
        min-height: 250px;
    }
}
@media screen and (max-width : 425px) {
    .carousel img {
        min-height: 150px;
    }
    .result_num {
        width: 45px;
    }
}
