a:link{
	font-size: 20pt;
	text-decoration: none;
	color: #070C32;
}

a:visited{
	font-size: 20pt;
	text-decoration: none;
	color: #070C32;

}

p{
	font-size: 18pt;
	margin: 10px;
}

ul {
	list-style-type: none;
}

li{
	text-decoration-style: none;
}

.homejumbo {
	border-radius: 3%;
	flex-grow: 1s 1.1;
	transition: all 1s;
	display: block;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	height: auto;
	width: auto;

}

.nav {
	position: sticky;
	margin-top: 15px;
	/*background-color: rgba(0, 0, 0, 0.575);*/
	box-shadow: 0px 0px 0px black;
	
	
	width: 100%;
	justify-content: space-between;
	font-family: inherit;
	font-size: 4px;
}

.nav ul{
	margin: 0px 3px;
	align-content: center;
	object-fit: contain;
}

.nav li, .footer li{
	top: 0;
	display: inline-block;
	color: #070C32;
	padding: 15px 15px;
	text-align:center;
	border-radius: 3px;
	margin: 0px 6px;
	height: 60px;
	flex-grow: 1s 1.1;
	transition: all 1s;
}
.nav li:hover {
	transform: scale(1.1);
}

.footer{
	display: flex;


	position: sticky;
	margin-bottom: 15px;
	/*background-color: rgba(0, 0, 0, 0.575);*/
	box-shadow: 0px 0px 0px black;
	height:200px;
	
	width: 100%;
	justify-content: space-between;
	font-family: inherit;
	font-size: 4px;
}

.icons {
	margin-top: 5px;
	display: inline-block;
	
}

.icons .social{
	margin: 0px 8px;
	height: 50px;
	width: 50px;;
	flex-grow: 1s 1.1;
	transition: all 1s;

}

.icons .social:hover {
	transform: scale(1.1);;
}

.logo_container {
	
	margin-left: 10px;
	padding: 5px;

}
.logo {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}


.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	padding: 100px;
 }

.grid-item {
	display: flex;
	flex-flow: column;
	justify-content: center;
	object-fit: contain;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.8);
	padding: 20px;
	font-size: 30px;
	text-align: center;
}

.grid-item img{
	height: 100%;
	width: 100%;
}

/* #e2dfbe is beige to max dark icon's text*/
body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	font-family: 'Halant', serif;
	color: #070C32;
	text-shadow: 0px 0px 0px black;
	background-color: #F4F6FC;
	background-attachment: fix;
	margin-left: 100px;
	margin-right: 100px;
	height: auto;
	min-height: 1000px;;
}

.fixed-bg {
	/* The background image */
	/*background-image: url("blue.jpg");*/
  
	/* Set a specified height, or the minimum height for the background image */
	min-height: 500px;
	
	/* Set background image to fixed (don't scroll along with the page) */
	background-attachment: fixed;
  
	/* Center the background image */
	background-position: center;
  
	/* Set the background image to no repeat */
	background-repeat: no-repeat;
  
	/* Scale the background image to be as large as possible */
	background-size: cover;
  }
  

.sep {

	height: 200px;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 50px;
}

.sep hr{
	margin-top: auto;
	margin-bottom: auto;
}
.d1{
	
	padding: 0px;
	background-color:#F4F6FC; /*  #84CEEB  */
	color: black;
	height: auto;
	background-size: 100% 100%;
	
}

.header{
	display: block;
	text-align: center;
	object-fit: contain;
	justify-content: center;
	overflow: hidden;
	padding: 20px;
	height: auto;
	width: auto;
}

.prof{
	margin: 100px 0px; 
	display: flex;
	justify-content: space-evenly;
}
.header h1{
	margin-top: 150px;
	
	justify-content: center;
	vertical-align: middle;
}
.header img{
	height: 500px;
	width: 500px;

}
.d2 {
	display: flex;
	color: #070C32;
	padding: 50px;
	text-align: center;
	justify-content: space-evenly;

}


.d2 ul{
	display: flex;	
	flex-flow: column;
	text-align: left;

}

.d3 {
	display: flex;
	justify-content: space-evenly;
	color: #070C32;
	padding: 50px;
	text-align: center;
	width: 100%;
	height: auto;
}

.d3 div{
	display: flex;
	flex-flow: column;
	justify-content: center;
}


.d4 {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	color: #070C32;
	padding: 50px;
	text-align: center;
	width: 100%;
	height: auto;
}

.d4 h3{
	margin-left: 100px;
	margin-right: 100px;
}

.d5 {
	display: block;
	color: #070C32;
	padding: 50px;
	text-align: center;
	justify-content: center;
	height: auto;
}

.right {
	display: flex;
	justify-content: center;
	overflow: hidden;

	padding: 20px;
	width: auto;
	height: auto;
	float: right;
}
.right .pic{
	height: 100%;
	width: 100%;
}

.left {
	display: flex;
	justify-content: center;
	overflow: hidden;
	

	padding: 20px;
	width: 50%;
	height: auto;
	float: left;	
}



.pic:hover {
	transform: scale(1.1);
}

