@charset "utf-8";

/* CSS Document */

body {
	font-family: 'Source Sans Pro', sans-serif !important;
	/* line-height: 24px; */
	color: #000;
	/*background-color: #fff;*/	

width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden; 
}	

section {
	padding-top: 40px; 
	margin-top: -40px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight:bold;
}

p {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size:larger;
}

.lead {
	font-weight:500;
}

ul li {
	font-size:larger;
}

a {
    color: #8c1515;
}

a:hover {
    color: #8c1515;
}

.unparallax {
    min-width: 100%;
}

.parallax {
	/* Set a specific height */
    height: 500px; 

	/* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar { 
	min-height:1em;
	border:0;
	}

.alumName {
	font-weight:bold;
	padding: .5em 0 .5em 0;
}

.alumAbout {
	padding: .5em 0 .5em 0;
}

.alumImg {
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #000;
 	box-shadow: 0 0 30px #000;
	/* border: 1px solid #000; */

}

a.makeagift:link {
	color: #8c1515;
}

a.makeagift:hover {
	color: #e2e2e2;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}