/* UNIVERSITY SECTION CSS */


h11 {
	font-size: 2.4rem;
	border: 1px solid #CCC;
	border-radius: .4rem;
	margin-bottom: 2rem;
}


/* SUB-MENU */

.University_Menu_Background {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	background-image: linear-gradient(#a0906f, #2e2314);
	padding: .3rem 0;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}

/* Get rid of space between title and rest of page since slideshow should be flush with title */
.Title_Photo_Spacer {
	height: 0px;
}

.University_Nav {
	font-size: .95rem;
	text-align: center;
	margin-bottom: .5rem;
}

.University_Nav_Title {
	display: block;
	margin: 0 auto;
	font-size: 1.7rem;
	font-weight: bold;
}

.University_Nav_Title a {
	color: #FFF;
	text-decoration: none;
}

.University_Nav_Buttons {
	margin: 0;
	padding: 0;
}

.University_Nav_Buttons li {
	display: inline-block;
	padding: 0;
	margin: 0 4.7px;
}

.University_Nav_Buttons li a {
	color: #FFF;
}

.Frame_Sub_Nav_Menu {
    box-shadow: 5px 5px 10px 2px #999;
    margin-bottom: 2rem;
}



.Section_Title {
    font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
    font-weight: 700;
	color:rgb(128, 81, 81);
 	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #CCC;
	margin: 0 0 1rem;
}

.Text_Section_Explanation {
	margin-top: .5rem;
	text-align: center;
}



.Frame_Header_SubMenu_Title {
	background-color: #CCC;
	padding: .1rem .5rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #777;
	text-transform: uppercase;
	margin: 0;
}

.Frame_Header_SubMenu_Title a {
	color: #777;
}

.Header_SubMenu_Title_Section,
.Header_SubMenu_Title_Section a {
	color: #888;
}




/* Get rid of white space at bottom of page, before footer, so bottom graphic is flush with the footer */
.Page_Body {
	margin-bottom: 0;
}













/* RESPONSIVE MEDIA QUERIES */

/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.University_Nav {
		font-size: 1rem;
	}

}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.University_Menu_Background {
		padding-top: .5rem;
	}
	
	
}




/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.University_Nav {
		text-align: right;
		margin-bottom: 0;
	}

	.University_Nav_Title {
		float: left;
		margin: 0;
		padding-top: 3px;
	}

	.University_Nav_Buttons li {
		padding: 10px;
		margin: 0 0 0 20px;
	}

	.University_Nav {
		font-size: 1.1rem;
	}

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
