body{
	font-family:  Helvetica, Arial, sans-serif;;
}
#firstPage{
	background: url('../image/BG-1.jpg')center / cover no-repeat; width: 100%; height: 100vh;
}
#SecondPage{
	background: url('../image/BG-2.jpg')center / cover no-repeat;
}
#secondPage{
	padding-top: 150px;
	padding-bottom: 50px
}
#ThirdPage{
	background: #EEEEEE;
	padding-bottom: 100px;
}

#FourthPage{
	width: 100%;
	height: 100vh;
	background: #EEEEEE;
}
.nav-item{
	font-size: 19px;
	font-weight: bold;
}

#homepage{
	font-size: 60px;
}

#faculty{
	background: #EEEEEE;
}
.footer {
	flex-shrink: 0; padding: 20px;
}

.row-bg{
	background: url('../image/img0.1.jpg')center / cover no-repeat; width: 100%; height: 50vh;
}

.row-Web{
	background: url('../image/img7.jpg')center / cover no-repeat; width: 100%; height: 50vh;
}