@charset "UTF-8";


body {
  height: 100%;
  margin: 0;
  	background-color:#ebebeb;
	font-family: Raleway;
}

.band-hero {
	background-color: #ebebeb;
	height: 500px;
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/research-group-home-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
}

.band-prof {
	background-color: #B9B7B7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.band-news {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 50px;
}

.band-publications {
	background-color: rgba(0,76,89,0.41);
	padding-top: 30px;
	padding-bottom: 50px;
}

.band-study {
	background-color: #ebebeb;
	background-image: url(../images/strip-night-campus-transp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 240px;
}


.band-footer {
	background-color: #ebebeb;
	padding-top: 30px;
	padding-bottom: 30px;
}



p {
	font-size: 16px;
	color: #FFFFFF;
}


.text-first-para {
	font-size: 20px;
	font-family: Raleway;
}


.text-white {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: left;
	font-family: Raleway;
}

.text-news-head {
	font-size: 18px;
	font-weight: 500;
	color: #363636;
	text-align: center;
	font-family: Raleway;
}

.text-news {
	font-size: 1rpx;
	font-weight: 500;
	color: #363636;
	text-align: center;
	font-family: Raleway;
}




h1 {
	color: #F8BB62;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	font-family: Raleway;
}

.h1-header {
	color: #EDDAAB;
	font-size: 40px;
	font-weight: 400;
	vertical-align: bottom;
	line-height: 0.8em;
	text-align: center;
	font-family: Raleway;
	font-style: normal;
}

.h1-study {
	color: #004C59;
	font-size: 30px;
	font-weight: 600;
	vertical-align: bottom;
	line-height: 0.8em;
	text-align: center;
	font-family: Raleway;
	font-style: normal;
	padding-top: 20px;
}


h2 {
	font-size: 28px;
	font-family: Raleway;
	font-weight: 700;
}

.h2-white {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 28px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}

.h2-grey {
	color: #484848;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 600;
	vertical-align: 1.2em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.h3-header {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}

.h3-prof {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: left;
	line-height: 0.3em;
	padding-top: 0px;
	padding-left: 20%;
}

.h4-prof {
	color: #6D6D6D;
	font-family: Raleway;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	line-height: 0.4em;
	margin-left: 20%;
}





a:link {
	color: rgba(198,190,182,1.00);
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}



.btn-email {
	background-color: rgba(192,192,192,0.53);
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-align: center;
	display: table;
	position: absolute;
	bottom: 0;
	margin-right: 30px;
	margin-left: 75px;
}



.hr-line {
	background-color: #000000;
	min-height: 0.2px;
	max-width: 60%;
}

.hr-line-black {
	background-color: #000000;
	min-height: 0.2px;
	max-width: 60%;

}
.hr-line-white {
	background-color: #FFFFFF;
	min-height: 0.2px;
	max-width: 80%;
}




.prof-pics {
	min-height: 250px;
	width: auto;
	max-width: 250px;
	display: inherit;
	padding-top: 10%;
	padding-bottom: 10%;
	max-height: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



.footer-link:hover {
	color: #FF0004;
}
.navbar-default {
	background-color: rgba(0,0,0,0.70);
	border-color: #e7e7e7;
}.navbar {
	height: 60px;
}





/*TABLET*/
@media (min-width: 481px) and (max-width: 768px) {

	
	.col-sm-4 {
	padding-bottom: 0px;
	padding-top: 20px;
	width: 98%;
	}
	
	.col-md-4 {
	width: 33.3%;
	padding-bottom: 0px;
	padding-top: 20px;
	}
	

	.h1-white {
	font-size: 24px;
	}
	
	
	.h1-black {
	font-size: 24px;
	}
	
	
		
	.btn {
	width: 100%;
	margin: 0px auto;

}
	
	
	.nav-item {
	min-width: 85px;
	text-align: left !important;
}

	.nav-link {
	min-width: 85px;
	text-align: left !important;
}
	
	
	.footer {
	min-height: 800px;
	height: auto;
}
	
	.prof-pics {
	width: auto;
	height: 180px;
	max-height: 180px;
	}
	


	
	
	

/*MOBILE*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
	
	.fullscreen {
		display: none;
	}
	
	.header-img {
	min-height: 110px;
	}
	
	.col-xs-4 {
	width: 33.3%;
	position: relative;
	}
	

	h1 {
	color: #F8BB62;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}
.h1-header {
	color: #EDDAAB;
	font-size: 30px;
	font-weight: 400;
	vertical-align: bottom;
	line-height: 0.8em;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
}



h2 {
	font-size: 18px;
	font-family: Raleway;
	font-weight: 700;
}

.h2-white {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}

.h2-grey {
	color: #484848;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}


.h3-header {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}
	
	
.text-first-para {
	font-size: 14px;
}


.text-white {
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: justify;
	font-family: Raleway;
}
	
	
h1 {
	color: #F8BB62;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
}
.h1-header {
	color: #EDDAAB;
	font-size: 30px;
	font-weight: 400;
	vertical-align: bottom;
	line-height: 0.8em;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
}



h2 {
	font-size: 18px;
	font-family: Raleway;
	font-weight: 700;
}

.h2-white {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}

.h2-grey {
	color: #484848;
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}


.h3-header {
	color: #FFFFFF;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	vertical-align: bottom;
	text-align: center;
}

	
	.btn {
	width: 100%;
	}
	
	.nav-item {
	min-width: 85px;
	text-align: left !important;
}

	.nav-link {
	min-width: 85px;
	text-align: left !important;
}

	.footer {
	min-height: 320px;
}
	
	.footer-logo {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100% !important;
	height: 100% !important;
	}
	
	.footer-p {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
	.footer-social {
	padding-bottom: 20px;
	}
