 .navbar-header{
 	height: 100px;

 }

	.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
}
.hbg{
	background-image: url("../imgs/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: cover;
}
.cbg{
	background-image: url("../imgs/company.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: cover;
}
.abg{
	background-image: url("../imgs/about.jpg");
	background-position: center;
	background-repeat: no-repeat;
	display: center;
	}
.section{
	padding-left: 0px;
	padding-right: 0px;
}
#myNavbar{
	margin-top: 20px;
	margin-bottom: auto;
}
.intro{
	background-color: black;
	font-family: Helvetica;
	color: white;
	font-size: 18px;
	width: 80%;
	margin: 120px auto;
	padding: 50px;
	opacity: 0.7;

}
footer{
