html {background-color:#000;}


body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #777;
    background-color: #fff;
}


body .container p, body section p,
body .container h1, body section h1,
body .container h2, body section h2,
body .container h3, body section h3,
body .container h4, body section h4,
body .container h5, body section h5{
    margin:15px 0px;
}
body .container p, body section p{
    line-height: 180%;
}

body .container .pageSection p {margin-bottom:15px;}


body header .container p,
body #footer .container p{
    margin: 0px;
}
body header .container h1{
    margin:0px;
    font-size: 40px;
}
body .container h1, body section h1{
    font-size: 36px;
    line-height: 115%;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
body .container h2, body section h2{
    font-size: 28px;
    line-height: 115%;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
body .container h3, body section h3{
    font-size: 20px;
}
body .container h4, body section h4{
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {color:#333; font-family: 'Russo One', sans-serif;}
h1, h2, h3 {font-weight:bold; text-transform: uppercase;}


.banner{
    /* customize_banner */color:#404040;/* customize_banner */
}
.banner li{
    font-size: 18px;
}
.prefoot{
    /* customize_prefoot */color:#fff;/* customize_prefoot */
}

/*---- PSU ADDitions------*/





/* PRO_NAVBAR PSU EDIT - this is the color of the button background - selected button and button row in collapse */

.pro_navbar ol.pronav_list  li.open > a,
.pro_navbar .pronav_list > .nav-selected > a,
.pro_navbar .pronav_list > .nav-selected > a:hover,
.pro_navbar .pronav_list > li > a:hover,
.pro_navbar .pronav_list > .nav-selected > a:focus,
.pro_navbar .pronav_list > li.open > a,
div#main-container .pro_navbar .pro_navbar .pronav_list > .nav-selected > a,
div#main-container .pro_navbar .pro_navbar .pronav_list > .nav-selected > a:hover,
div#main-container .pro_navbar .pro_navbar ol.pronav_list  li  a:hover,
div#main-container .pro_navbar .pro_navbar .pronav_list > li.open > a
 {
  color: #C00;
  text-decoration: none;
  background-color: #333;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/*Updated by PSU 1-6-17--- center dropdown menu*/
.pro_navbar .pronav_list a,
div#main-container .pro_navbar ol.pronav_list li a{
	font-size:14px;
	line-height:20px;
	padding:10px 20px;
	text-transform: uppercase;
	font-weight:normal;
	text-align:center;
	font-family: 'Lato', sans-serif;
}
/*Updated above by PSU 1-6-17--- center dropdown menu*/


	