@charset "utf-8";
/* CSS Document */
html {
    /*margin: 0;*/
    /*background-size: cover;*/
    /*background-blend-mode: darken;*/
    /*blend mode optional at this stage; will be used more in the next demo.*/
    /*transition: 3s;*/
}
body {
    color: #FFFFFF;
    background-repeat: no-repeat;
	background-position: center center;
    background-attachment: fixed;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.fixed-img {
	height: 100%;
	width: 100%;
	position: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.serv-bkg {
    background-image: url(../img/anim-3.jpg);
}
.careers-bkg {
    background-image: url(../img/anim-2.jpg);
}
.priv-bkg {
    background-image: url(../img/anim-4.jpg);
}
ol,ul {
    list-style: square;
}