/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * ===============================
1. Portfolio
================================ */

.bgimg {
	background-image: url("../img/bg2.png");
    background-repeat: no-repeat;
}

.bgimgAbout {
	background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
}
.bgimgServ {
	background-image: url("../img/bg4.png");
    background-repeat: no-repeat;
}

