@font-face {
	font-family: 'Source Sans ProL';
	src: url("SourceSansPro-Light.ttf");
}

.faculty_name_header {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 18px;
	color: #000 !important;
	font-weight: 900;
	margin-bottom: 0.5em;
	line-height: 1em;
}

.faculty_detail_header {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #000 !important;
	line-height: 1em;
}

.faculty_caption_header {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 14px;
	margin-right: 1em;
	font-weight: 900;
	margin-top: 1.0em;
	width: 100%;
	color: #1c1b3b;
	margin-bottom: 0.5em;
	/*border-bottom:solid 3px rgb(179,0,0);*/
}

.faculty_profile_header {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 16px;
	margin-right: 1em;
	font-weight: 900;
	width: 100%;
	color: #1c1b3b;
	margin-bottom: 0.5em;
	border-bottom: solid 3px rgb(179, 0, 0);
}

.faculty_info {
	list-style-type: none;
	font-family: 'Source Sans ProL', sans-serif;
	font-size: 14px;
	color: #000 !important;
	font-weight: 500;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	vertical-align: baseline;
}

.more_details {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 700;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	background-color: rgb(179, 0, 0);
	color: white;
	border: none;
	margin-top: 0.5em;
	padding:10px;
	text-decoration: none;
	text-transform: uppercase;
}

.webbtn {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
	border: 1px solid #ccc;
	background-color: rgb(179, 0, 0);
	color: white;
	border: none;
	margin-top: 0.5em;
	margin: 40%;
	padding: 1%;
	text-decoration: none;
}

.faculty_img {
	width: 80%;
	height: auto;
}

.faculty_profile_img {
	width: 100%;
	height: auto;
}

.faculty_detail_list {
	/*list-style-type: none;*/
	list-style-type: square;
	color: #000 !important;
	font-size: 0.8em;
	font-weight: 500;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	margin-left: -1.5em;
	margin-right: 1em;
	text-align: left;
	line-height: 1.2em;
}

@media screen and (max-width: 1000px) {
	.more_details {
		font-family: 'Roboto', Arial, Tahoma, sans-serif;
		font-size: 15px;
		font-weight: 700;
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0.5em;
		border: 1px solid #ccc;
		background-color: rgb(179, 0, 0);
		color: white;
		border: none;
		margin-top: 0.5em;
	}
	.faculty_profile_img {
		width: 80%;
		height: auto;
	}
	.faculty_profile_header {
		font-family: 'Roboto', Arial, Tahoma, sans-serif;
		font-size: 16px;
		margin-right: 1em;
		font-weight: 900;
		width: 100%;
		color: #1c1b3b;
		margin-bottom: 0.5em;
		border-bottom: solid 3px rgb(179, 0, 0);
		text-align: center;
	}
}