@import url(https://fonts.googleapis.com/earlyaccess/amiri.css);

.title_h2 {
    border-radius: 4px;
    background-color: #333333;
    margin-top: 0px;
    margin-left: 0px;
    padding: 6px;
    color: #ecf0f1;
}

.table_bg {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 7px;
    padding: 5px
}

.sale_form {
    padding: 4px;
}

.bg_nav {
    background-color: #154490;
    color: #ecf0f1 !important;
}

.tableStyle {
    background-color: rgba(255, 255, 255, 0.7);
}

.tableStyle th {
    text-align: center;
}


body {
    background-color: rgb(211, 211, 211);
    background-image: url('../img/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: ‘Amiri’, serif;
}

.mb-3 {
    margin-bottom: 0.3rem !important;
}
.bg{
    /* The image used */
    background-color: rgb(211, 211, 211);
    background-image: url('../img/bg1.jpg');

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
