body {
    background-image: url('background.jpg');
    background-size: cover;
    height:100%;
}

.container {
    margin-top: 100px;
}

.img-responsive {
    width: 400px;
    margin-bottom: 30px;
}

.normal_msg{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #222222;
}

.small_msg{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #222222;
}

.important_msg{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #222222;
}

.normal_msg_en{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #828282;
}

.important_msg_en{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #828282;
}

.row{
    margin-top: 20px;
}

.contacts {
    color: #872534;
}

.footer_box{
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    /* start of large tablet styles */
    .img-responsive {
      width: 300px;
      margin-bottom: 10px;
    }

    .container {
        margin-top: 40px;
    }

    .footer_box{
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .img-responsive {
      width: 200px;
      margin-bottom: 0px;
    }
    .container {
        margin-top: 0px;
    }
    .footer_box{
        margin-top: 10px;
    }
}
/*
@media screen and (max-width: 479px) {
    .img-responsive {
      width: 150px;
    }
}
*/