﻿/* Theme Name: Arms Project
Author:FGV Prodata Sdn Bhd
Version: 2.0.0
File Description: Place here your custom CSS styles
*/

.img-bg {
    background: url(../images/test.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar {
    background-color: #B0C4DE;
    /*background: rgba(0,0,0,0.20);*/
    height: 90px;
}
