
body{
    background-color: #000;
}
#Promo-Image_baru {
    margin-bottom: 0px;
    color: #777;
    display: flex;
    justify-content: center;
    vertical-align: top;
    /*padding-top: 30px;
    padding-left: 40px;*/
    
}

#Promo-Image_baru .Promo-Row {
display: inline-block;
margin-bottom: 0px;
}

#Promo-Image_baru .Promo-Row .Promo-item {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}

#footer .outer-footer {
    padding: 20px;
    text-align: center;
    background-color: #694f29;
    font-weight: bold;
    font-family: "Lora",serif;
    color: #FFF;
}

@media only screen and (min-width: 360px){

    #Promo-Image_baru {
        margin-bottom: 0px;
        color: #777;
        display: flex;
        justify-content: center;
        vertical-align: top;
        /*padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;*/
    }

    #Promo-Image_baru .Promo-Row .Promo-item .img-responsive {
        display: inline-block;
        width: 100%;
    }

    .style_banner{
        width: 100%;
    }

    .style_banner_button{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 2%;
    }

    .style_banner_button img{
        width: 113%;
    }
}


@media only screen and (min-width: 1366px){
    .style_banner{
        width: 75%;
    }
    .style_banner img{
        width: 100%;
    }
    
    .style_banner_button{
        width: 75%;
    }

    .style_banner_button img{
        width: 100%;
    }
}

@media only screen and (min-width: 1920px){
    .style_banner{
        width: 75%;
    }

    .style_banner img{
        width: 100%;
    }

    .style_banner_button{
        width: 75%;
    }

     .style_banner_button img{
        width: 100%;
    }
}


