html{
	overflow-y: scroll;
}

body{
	background-color: #ffffff;
	font-family: 'Segoe UI', Helvetica, sans-serif;
	font-size: 16px;
}

h1{
	/**font-weight:300;
	font-size:3em;
	margin:40px 0px 10px 0px;
	text-align:center;**/
	font-size: 3.5em;
}

h2{
	font-weight:400;
	font-size:2em;
	margin:0px 0px 20px 0px;
	text-align:center;
}

.mainPageH2 {
	margin-top: -25px;
}

h3{
	font-size:1.375em;
	float: left;
	margin: 0px 0px 10px 0px;
}

hr.separator {
	border-top: 1px solid #999999;
}

hr.projectSeparator{
	border: 0px;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin:10px 0px 10px 0px;
}

/*container for the main page image tiles*/
.mainTile{
	/**position: relative;
	margin-top: 10px;**/
	margin-bottom: 30px;
	border-bottom: 3px solid white;
}

/*invisible container for the text that appears on top of the main page image tiles */
.mainTileText{
	background-color: #666666;
	padding: 10px 10px 10px 10px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	opacity: 0;
	z-index: 1000;
	border-bottom: 3px solid white;
	-webkit-transition: all 250ms ;
	-moz-transition: all 250ms ;
	-ms-transition: all 250ms ;
	-o-transition: all 250ms ;
	transition: all 250ms ;
	height: auto;
}

/*text that overlays the main page image tiles*/
.mainTileLink a:link{
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3em;
}

.mainTileLink a:visited{
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3em;
}

.mainTileLink a:hover{
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3em;
}

.mainTileLink a:active{
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3em;
}

/*styles that change when mouse hovers over main page image tiles*/
.mainTileText:hover{
	opacity: .90;
	/*border: 3px solid #333333;*/
}

.tileText-lg{
	width: 360px;
}

.tileText-md{
	width: 293px;
}

.projectNav{
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.projectNav li{
	display: inline;
	margin: 0px 10px 0px 10px;
	font-size: 1.25em;
}

.descriptionText_c1{
	padding-left: 10px;
}

.descriptionText_c2{
	padding-right: 10px;
}

.visitSiteLink{
	text-align: right;
}

.largeImg{
	margin-top: 10px;
}

.footerContainer{
	margin-top: 50px;
}

#aboutImage{
	padding: 0px 20px 20px 0px;
}

#aboutText{
	font-size: 1.2em;
}

.projectTitle{
	margin-top: 40px;
	margin-bottom: 10px;
}

.buttonMargin{
	margin-top: 20px;
	margin-bottom: 20px;
}

.toolImage{
	margin-right: 10px;
	margin-bottom: 40px;
}

.bigImageContainer{
	border: 3px solid #dfdfdf;
	border-radius: 5px;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:visited{

}

a:hover,
a:focus {
  text-decoration: none;
}

.leftBorder {
	border-left: 1px solid #666666;
}

.makeInlineBlock {
	display: inline-block !important;
}

.minBottomBorder {
	padding-bottom: 20px;
	/*border-bottom: 1px solid #c6c6c6;*/
	background-color: #e9eaed;
}

.mainTileSmallP {
	font-size: .8em;
}

p.projectText {
	font-size: 1.2em;
}

.outcomeHeader {
	margin-top: 30px;
}

.margin-bottom-20px {
	margin-bottom: 20px;
}

.boxedIn {
	border: 1px solid #c6c6c6;
	padding: 10px 10px 10px 10px;
}

ul.list-no-bullets {
	list-style-type: none;
	padding-left: 0px;
}

.lastProject {
	margin-bottom: 50px;
}