@charset "utf-8";
/* CSS Document */
html{
	scroll-behavior:smooth;
}
.navbar{
	box-shadow:2px 2px 5px #000;
}

.navbar .nav-item.nav-link{
	color: #FFFFFF;
}

.main-header{
	position: relative;
	background: url(../img/background.jpg);
	background-size: cover;
	min-height: 700px;
}

.background-overlay{
	position: absolute;
	background: rgba(48, 51, 107, .7);
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.form-control, .btn{

	border-radius: 0px;
}

.team, footer{
	background:#30336b; 
}