/* applies to anything of class "example-class-selector" */
.example-class-selector {
	margin-top: 2em;
}

/* applies to any <p> descendants of an element of class "example-class-selector" */
.example-class-selector p {
	/* Colors are in hexadecimal: http://www.colorpicker.com/ */
	color: #CC00AA;
}

/* this style exists to make it obvious that you've successfully linked
   the CSS to the page. feel free to remove it once the link is working. */
.body {

}

.jumbotron-container h1 {
	font-family: Lucida Console;
	font-size: 72px;
}
.jumbotron-container {
	position: relative;
     margin-top: 50px;
     margin-bottom: 20px;
     padding: 20px;
}

#aboutustitle {
	text-align : center;
}

.h2 {
	text-align : center;
}

.container-fluid {
	text-align: center;
}

.about {
	text-align : center;
}

.project {
	margin-left: 20px;
}

p {
	font-family: Calibri;
	font-size: 16px;
}

.img-thumbnail {
	border: 0 none;
	box-shadow: 0 none;
}

.resource-text {
	text-align : center;
}

.resource {
	text-align : center;
}
