
	
.logoholder
	{
	color: #FFF;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 0;
	z-index:99;
	}
	
.logo
	{
	font-size: 350%;
	font-weight: 600;
	text-shadow:5px 5px 5px black;
	}	
	
.logoholder img
	{
	height: 170px;
	}
	
.logoholderother
	{
	position: absolute;
	left: 20%;
	right: 20%;
	top: 0;
	z-index:99;
	}
	
.logoholderother img
	{
	height: 140px;
	}

/*.imageblock img{
	width: 100%;
	height: 250px;
	display: inline-block;
	overflow: hidden;
}*/
.imageblock {
height: 250px;    
background: url('../img/background.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-backface-visibility: hidden;    
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  	text-align: right;
  	z-index: 10;
  	position: absoulte;
  	bottom: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
	min-width: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 400px;
}

.carousel-control {
    vertical-align: center;
}
	
/* TO MODIFY TO REFLECT FA */

.carousel-control .fa-chevron-left, 
.carousel-control .fa-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 120%;
}

.img-circle {
	padding: 3px;
	border: 2px dotted grey;
}

.img-holder {
	width: 120px;
	height: 120px;
	}
	
.img-featuredresearcher {
	width: 80px;
	height: 80px;
	}