/*header section*/
.navbar {
	background-color: #F6F6F6;
}
.navbar .logo {
	text-decoration: none;
	font-size: 30px;
	color: black;
	font-weight: bold;
}

.navbar-nav .nav-item > .nav-link {
	font-size: 19px;
}


.bg {
	height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(../imgs/img3.jpg);
}

.title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 550px;
}

.title > h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 60px;
	font-weight: bold;
}

.title > p {
	color: white;
	font-size: 25px;
}

.title > .by {
	font-style: italic;
}

.about-wrap > p {
	font-size: 35px;
}

.about-wrap .inner-wrap .text > p {
	font-size: 20px;
}

.teams {
	background-color: #F6F6F6;
	height: 100%;
}

.teams .team-wrap > p {
	font-size: 35px;
}

.team-wrap .inner-wrap .card > .jinjin {
	height: 357.5px;
}

.team-wrap .inner-wrap .card > .welmark {
	height: 357.5px;
}

.team-wrap .inner-wrap .card > .bernie {
	height: 357.5px;
}

.team-wrap .inner-wrap .card .card-body > p {
	font-size: 25px;
}

.projects {
	background-color: gray;
	height: 100%;
}


.projects-wrap > p {
	font-size: 35px;
	color: white;
}

.projects-wrap .carousel-inner .carousel-item > .inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}


.contact-wrap > p {
	font-size: 35px;
	
}

.img {
	height: 640px;
}
