body {
	font-size: 1.2rem;
}     

#navbarNav .nav-link {
	text-transform:uppercase;
	font-size: 1.4rem;
	color:#61619d;
	margin-left:20px;
}
#navbarNav .nav-link:hover,#navbarNav .nav-link.active {
	text-decoration:underline;
	color:#000080;
}
#banner {
	color:white;	
	background:url('../img/header.jpg') no-repeat right;
	background-size:cover;
	height:350px;
	margin-top: 118px;
}
#top-menu {
    border-bottom: 1px solid #020355;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1;
		top: 0;
}
.banner-title1 {
	font-size: 2rem;
	text-transform:uppercase;
}
.banner-title2 {
	font-size: 1.3rem;
}
#content {
	margin-top:30px;
}
#content h1 {
	color:#000080;	
}
#projects {
	margin-top:20px;
}

#footer {
	padding:50px 0;
	background-color: #000080;
	color:white;
	font-size:0.7rem;
}
#footer a {
	color:white;	
	text-decoration:underline;
}
#footer1 a:hover {
	text-decoration:none;
}

#logos {
	display:flex;
	margin-top:50px;
	justify-content: space-between;
	border-top:1px solid #f0f0f0;
	align-items:center;
}
#logos img {
	height: 30px;
	display:flex;
}
#logos a {
	margin-bottom:30px;
}

.project-item {
	margin-top:30px;	
	position:relative;
	background-color:#fdfdfd;
	padding:15px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	font-size:1.1rem;
	height:100%;
	/*
	-webkit-box-shadow: 0px 0px 5px 0px rgba(102,102,102,0.49);
	-moz-box-shadow: 0px 0px 5px 0px rgba(102,102,102,0.49);
	box-shadow: 0px 0px 5px 0px rgba(102,102,102,0.49);
	*/
}
.project-item i {
	position:absolute;
	top:-25px;
	left:41%;
	font-size:2.5rem;	
	background:white;
	padding: 5px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
		color:#00007e;
}

.project-item .project-title {
		font-size:1.5rem;
		margin-top: 20px;
}
ol {
	list-style: circle;
}
.news-item {
	margin-top:30px;
	display:grid;
	grid-template-columns: 1fr;
	gap:20px;
}
.news-img {
	font-size:3rem;
	font-weight:bold;	
}
.news-img img {
	max-width:200px;
}
.n-items {
	display:grid;
	grid-template-columns:1fr;
	gap:50px;
}
.n-item img {
	max-width:100%;
	object-fit: cover;
    width: 100%;
}
.n-item-title {
	font-size:1.7rem;
}
.n-item-source {
	color:#666;
	font-size:1rem;
}

@media only screen and (min-width: 360px) {
	#logos {
		flex-direction:column;
	}
	.banner-title1 {
		font-size: 2rem;
	}
	.banner-title2 {
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 760px) {
	#logos {
		flex-direction:row;
	}
	#logos img {
		height: 30px;
	}
	.n-items {
	grid-template-columns:1fr 1fr;
}
	.banner-title1 {
		font-size: 4rem;
	}
	.banner-title2 {
		font-size: 1.7rem;
	}

	#logos a {
		margin-bottom:0px;
	}
	.news-item {
		display:grid;
		grid-template-columns: 200px 1fr;
		gap:50px;
		
	}
	.news-img img {
		max-width:100%;
	}

}