/*Custom*/
body {
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 2%;
  position: relative;
  width: 96%;
  max-width: 810px;
}

vhead { 
    display: block;
    margin-top: 32px;
    margin-bottom: 16px;
	font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
	font-family: Verdana, sans-serif;
} 


p { 
	text-align: justify;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 

ul {
	text-align: justify;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
li {
	text-align: justify;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

a:link { color: #0077be; font-family: Verdana, sans-serif; font-weight: normal; text-decoration: none;}
a:visited { color: #36c; font-family: Verdana, sans-serif; font-weight: normal; text-decoration: none;}
a:hover { color: #6cf; text-decoration: none;}
a:active { color: #6cf; font-family: Verdana, sans-serif; font-weight: normal; text-decoration: none;}
.copyright { color: #666; font-size: small; text-align: center; }


.peopleheader {
	background-color: #fff;
	font-family: Verdana, sans-serif;	
	font-weight: normal;
	font-size: 16px;
	margin-top: 14px;
    margin-bottom: 14px;
}
.peopleheader2 {
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-weight: normal;	
	font-size: 16px;
	margin-top: 14px;
    margin-bottom: 14px;
}

.maintext {
	margin: 0 2%;
	position: relative;
	width: 96%;
	max-width: 800px;
}

#map {
        display: inline-block;
		float:left;
		height: 250px;		
        width: 250px;
		background-color: grey;
		margin: auto;
		margin-right: 5%;
		margin-bottom: 5%;
}



.photo { 
    display: inline-block;
	position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
	font-size: 12px;
    font-weight: normal;
	font-family: Verdana, sans-serif;
	text-align: left; 
	width:178px;
	height:250px;
	padding:10px 10px;
	overflow: visible;
} 

.overlay {
  position: absolute; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.75); /* Black see-through */
  color: #f1f1f1; 
  width: 80%;
  transition: 0.5s ease;
  opacity:0;
  color: white; 
  padding: 10px 10px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana, sans-serif;
  top:10px;  
  left: 95%;
  pointer-events: none;
  z-index: 90;  
}

.photo:hover .overlay {
  opacity: 1;
}

phead{ 
	display: block;
	text-align: left;
	font-family: Verdana, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
}

ugrad{ 
	display: block;
	text-align: left;
	font-family: Verdana, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
}

@media screen and (max-width: 600px) {
	.photo{
		width: 100%;
		height: 100%;
		padding: 0% 0%;
		margin-bottom: 10%;
		display: block;	
		font-size: 12px;
		font-size: 2.5vw;
	}
	.photo .overlay{
		width: 45%;		
		display: block;
		opacity:1;	
		top: 0;
		left: 50%;
		right: 0;
		bottom: 0;
		font-size: 12px;
		font-size: 2.5vw;
	}
	.photo .pplphoto {
	  display: block;
	  width: 50%;
	  height: auto;
	}
}




/*Custom*/


/*Navigation bar*/

/* Add a black background color to the top navigation */
.topnav {
	position: fixed;	 
	top:0;
	left:0;
	margin: auto;
	width: 100%;	 
	background-color: #fff;
	overflow: hidden;
	z-index: 99;
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: block;
	color: #000;
	text-align: center;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	/*padding: 1.75% 2%;*/
	padding: 14px 14px;
	line-height: 250%;  /*250%*/
	border-radius: 0px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .afterlogo {
	margin-top: 46px;  /*66px before, 46px*/
}

/* Add an active class to highlight the current page */
.topnav .afterlogo.active {
  background-color: #0077be;
  color: #fff;
  pointer-events: none;
}

.topnav .inactive {  
  display: block;
  /*width:30%;
  max-width: 250px;*/
  color: #fff;
  pointer-events: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 810px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a:first-child {  
	display: block;
	width: 26.5%;
	padding: 1.75% 2%;
	}
  .topnav a.icon {
	position: fixed;
    float: right;
	right: 0;
	top: 0;
    display: block;	
	font-size: 32px;
	font-size: 5.5vw;
	line-height: 100%;
	padding: 1.75% 2%;	
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 810px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon {
    position: fixed;
    display: block;
	right: 0;
    top: 0;
	font-size: 32px;
	font-size: 5.5vw;
	line-height: 100%;
	padding: 1.75% 2%;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 12px;
	font-size: 3vw;
	line-height: 100%;
	padding: 1.75% 2%;
	margin-top: 0px;
  }
  
  .maincontent {
	margin-top: 20%;
	
}
} 

.maincontent {
	margin-top: 20%;
}

/*Navigation bar*/



/*jssor*/

	#jssor_1 {
		position:relative;
		margin:0 auto;
		top:0px;
		left:0px;
		width:980px;
		height:380px;
		overflow:hidden;
		visibility:hidden;
		/*max-width: 700px;
		max-height: 300px;*/
	}
	
	
	[data-u="slides"]  {
		cursor:default;
		position:relative;
		top:0px;
		left:0px;
		width:980px;
		height:380px;
		overflow:hidden;
		/*max-width: 700px;
		max-height: 300px;*/
	}
	
	
	/*jssor slider loading skin spin css*/
	.jssorl-009-spin img {
		animation-name: jssorl-009-spin;
		animation-duration: 1.6s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}

	@keyframes jssorl-009-spin {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
	}

	/*jssor slider bullet skin 051 css*/
	.jssorb051 .i {position:absolute;cursor:pointer;}
	.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
	.jssorb051 .i:hover .b {fill-opacity:.7;}
	.jssorb051 .iav .b {fill-opacity: 1;}
	.jssorb051 .i.idn {opacity:.3;}

	/*jssor slider arrow skin 051 css*/
	.jssora051 {display:block;position:absolute;cursor:pointer;}
	.jssora051 .a {fill:none;stroke:#fff;stroke-width:1000;stroke-miterlimit:10;}
	.jssora051:hover {opacity:.8;}
	.jssora051.jssora051dn {opacity:.5;}
	.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

/*jssor*/
		
		