/* TAG TEAM University Library CSS */

h10  {
	margin: 2rem auto;
}

.Head_Container {
	width: 100%;
	background-color: #260C05;
	margin: 0;
	padding: 0;
	box-shadow: 5px 5px 10px 2px #999;
}

.Head_Image {
	background-image: url("/site/graphics/headers/University/H_FuturisticUniversity_1415x500.png");
	width: 100%;
	min-height: 150px;
	height: 30vw;
	max-height: 500px;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: right;
	padding-top: 6%;
	padding-left: 0;
	padding-right: 10%;
    padding-bottom: 100px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 5px #000;
}





/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image {
		font-size: 5.8vw;
		padding-right: 35%;
	}

}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Head_Image {
		font-size: 45px;
		padding-right: 35%;
	}

}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image {
		font-size: 60px;
		padding-top: 4%;
	}

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Image {
		font-size: 70px;
		padding-top: 2%;
	}
	
}





/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

	.Head_Image {
		font-size: 70px;
		padding-top: 2%;
	}
	
}