
.bg-img {
    /* The image used */
    background-image: url("../img/bg1.jpg");
    height: 700px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Needed to position the navbar */
    position: relative;
}

/*CONTENT history-page*/
.img-history{
    float: right;
    margin: 2px 15px 10px 15px;
    width: 350px;
    height: 250px;
}
.img-his1{
    float: left;
    margin: 2px 15px 10px 5px;
    height: 250px;
    width: 550px;
}
.img-his2{
    float: left;
    margin: 2px 15px 10px 5px;
    height: 150px;
    width: 200px;
}
.img-his3{
    float: right;
    margin: 2px 15px 10px 15px;
    width: 250px;
    height: 150px;
}
h1, h4, h3{
    margin-top: 20px;
}
h3{
    margin-left: 20px;
}
h4{
    margin-left: 40px;
}
p{
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 18px;
}
.his-content li{
    margin: 5px 20px 5px 50px;
}
.his-link{
    margin-left: 50px;
}


