#s{
			color: white;
			font-size: 20px;
			height: 80px;
			padding: 29px 15px;
		}
		#s:hover{
			color: white;
			background-color: rgba(2, 3, 35 ,1);
		}
		#navbt{
			margin-left: 550px;
		}
		#but{
			float: right;
		}
body {
	padding-top: 60px;
	overflow-x: hidden;
	font-family: 'Lato',sans-serif;
}
.navbar{
	height: 80px;
}
#back{
	border-style: solid;
	border-color: black;
	height: 84vh;
	width: 95vw;
	display: table;
	margin: 90px auto;
}
#logo{
	width: 70px;
	height: 70px;
	z-index: 15;
	position: fixed;
	top: 3px;
	left: 40px;
	margin-top: -2px;


}
#contact{
	background-color: rgba(2, 3, 35 ,1);
	padding: 20px;
	display: block;
	width: 100vw;
	margin-top: 100px;

}

.con{
	color: white;
	text-decoration: none;
	margin-left: 100px;
}
.con1{
	color: white;
	text-decoration: none
}
.con1:hover{
	background-color: rgba(2, 3, 35 ,0.8);}
.con:hover{
	background-color: rgba(2, 3, 35 ,0.8);
}
li{
	display: inline;
}
#overview-card{
	margin: auto;
	width: 70rem;
	height: 20rem;
	text-align: center;
	display: block;
	border-width: 1px;
	border-color: rgb(119, 14, 14);
	border-radius: 20px;
}
#overview-card:hover{
	color:rgba(2, 3, 35 );	 
}
#navbt{
	
	padding-left: 240px;
	height: 80px;
	background-color: rgba(2, 3, 35 ,0.9);
	width: 90vw;
	margin-left: -20px;

}
nav{
	margin-bottom: 250px;

}
#nav{
	margin-top: -9px;

}