
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

a {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.navbar {
	margin-bottom: 0;
	background-color: #353535;
	/*z-index: 9999;*/
	border: 0;
	font-size: 12px !important;
	/* line-height: 1.42857143 !important; */
	letter-spacing: 0.1px;
	border-radius: 0;

	opacity: 0.95;

	text-transform: uppercase;
}

.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #563d7c !important;
	background-color: #fff !important;
}

.school-header {
    padding: 70px 0px 5px 0px;
}

.school-header #logo {
    padding-bottom: 20px;
}

.school-header #info {
    color: #615445;
    font-size: 140%;
}

.school-section {
    border-top: 1px solid #EEEEEE;
}

.school-section h1 {
    text-transform: uppercase;
    color: #CC0000;
    font-size: 160%;
    font-weight: 500;
    letter-spacing: 2px;
}

.school-section h2 {
    text-transform: capitalize;
    color: #CC0000;
    font-size: 120%;
    font-weight: 400;
}

.school-section .keyvalue td, .keyvalue th {
    border: none;
}

.school-section .keyvalue td:not(:first-child) {
    width: 99%
}

.school-section .keyvalue td:first-child {
    font-weight: bold;
    color: #615445;
    white-space: nowrap;
}

.school-footer {
    border-top: 1px solid #EEEEEE;
    padding: 1px 0px 30px 0px;
}
