
header .intro-text .intro-heading {
		/**font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
		text-transform: lowercase;
		color: #ffd700;
		margin-bottom: 25px;**/		
	}
	
	figure {
	  padding: 5px;
	  float: right;
	  margin: 15px;
	  border: 1px solid #cccccc;
	  border-radius: 5px;
	  width:45%;
	}
	
	.left {
	  padding: 5px;
	  float: left;
	  margin: 15px;
	  border: 1px solid #cccccc;
	  border-radius: 5px;
	  width:45%;
	}
	
	.center {
	  float: none;
	  align: center;
	  margin: 0 auto;
	  width:45%;
	  
	}

	figure img {
	  border-radius: 3px 3px 0 0;
	}

	figure figcaption {
	  padding: 2px 4px 2px 4px;
	  background-color: #636363;
	  color: #cccccc;
	  font-style: italic;
	  border-radius: 0 0 3px 3px;
	}

	
	.bg-medium-gray {
		background-color: #ddd;
	}	
	
/**	section{
		background: url(../img/logos/aprojects_logo.png) no-repeat fixed left bottom;
		background-size: 15%;
	}**/
	