*{
	margin: 0;
	padding: 0; 
}
.container{
	color: #ffffff;
	height: 100vh;
	width: 100%;
	background-color: #3961;
	background-position: center;
	background-size: cover;
	
	position: relative;
	margin-bottom: 50px;
	
}
.navbar{
	background-color:ghostwhite;
	height: 9%;
	width: 100%;
	margin: auto;
	align-items: center;
 	display: flex;

}
.logo{
	padding-left: 8vh;
	cursor: pointer;
	text-decoration: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: bold;
	color: #000000;
	font-size: 22px;

}
.logoright{
	float: right;
	width: 70px;
	margin-right: 50px;
}
nav{	

	flex: 1;
	padding-left: 30px;
}
nav ul li{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight: bold;
	margin: 0px 10px;
	list-style: none;
	display: inline-block;
}
nav ul li a{
	text-decoration: none;
	float: right;
	color: black;


}
nav ul li a:hover {
	color: white;
	box-shadow: inset 200px 0 0 0 black;
	padding: 10px;

}
nav ul li a:active {
			color: red;

	}
.content{
	margin-top: 10vh;;
	padding-left: 160px;
	padding-right: 130px;
	text-align: center;
}
nav ul{
	padding-left: 250px;
}
.footer{
	color: black;
	text-align: center;
	margin-top: 190px;

}
.marquee{
	font-weight: bold;
	margin-top: 20px;
	font-size: 25px;
	color: #000000;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
}
.content-one{
	margin-top: 15vh;;
	padding-left: 120px;
	padding-right: 130px;
	
}
.content-two{
	margin-top: 15vh;;
	padding-left: 120px;
	padding-right: 130px;
}
.name{
	font-weight: bold;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
	font-size: 80px;
	color: Blue;


}
h1{
color: blue;
}
.grid-container{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 10px;
	
	
}
img{
	width:55vh ;
}
img:hover{
	box-shadow: inset 0 0 0 black;
}
.top{
	margin-top: 15vh;
	text-align: center;
	color: black;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
}