* { font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
	padding: 0;
}
a:link {
  color: #999; /* Unvisited link color */
  text-decoration: none;
}

a:visited {
  color: #999; /* Visited link color */
  text-decoration: none;
}

a:hover {
  color: #ef3b39; /* Link color on hover */
  text-decoration: none;
}

a:active {
  color: #ef3b39; /* Link color when active */
  text-decoration: none;
}

a:focus {
  outline: 2px solid red; /* Adds an outline for accessibility */
  text-decoration: none;
}


.navigation 
{
	color: #999;
	font-size: 1.2em;
	padding: 35px;
	vertical-align:inherit;
}


/* Scrolling Info */
.outer-heading
{   height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h1 
{   font-size: 47px;
}
.inner-heading
{   border: 0px, solid #bbb;
	height: 50px;
	line-height: 50px;
	font-size: 45px;
	overflow: hidden;	
}
.inner-heading span 
{   position: relative;
	color: #ef3b39;
	animation: animation 20s ease infinite;
	
}

@keyframes animation 
{   0%, 
	100% {top: 0;} 
	20% {top: 0;} 
	25% {top: -51px;}
	45% {top: -51px;}
	50% {top: -101px;}
	70% {top: -101px;}
	75% {top: -151px;}
	95% {top: -151px;}
	}

 .project img
{ max-width: 100%; /* Resize to viewpoint, maintain aspect ratio */
  height: auto;
}
.projectdesc
{ padding: 30px; 
	color: #999;
	font-size: 1.1em;
	line-height: 160%;
}
.projectdesc b 
{color: #ef3b39;}

.projectdesc b.highlight 
{ color: black;
}

/* Gallery */
#portfolio {margin: 50px 0; padding: 0px; text-align: center; font-family: 'News Gothic', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: 1em; color: #829494; text-decoration: none;  overflow: hidden;}
#portfolio ul {margin: 0; padding: 0; }
#portfolio li {list-style: none; display: inline-block; overflow: auto; zoom: 1; margin: 5px; vertical-align: middle; height: 300px; width: 300px; overflow: hidden; border: solid 1px #829494; }
li .txt {padding: 0px; margin: 0px; overflow: hidden; zoom: 1; font-family: 'News Gothic', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: .9em; line-height: 1.2em; color: #829494;  }
.txt figure {vertical-align: middle; padding-top: 20%;}
.txt span {font-size: .8em; }
figure.img {padding: 0; margin: 0; width: 100%; height: 100%;}
figure:hover img{-moz-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}


.footer 
{ bottom: 0;
  width: 100%;
  padding-bottom: 10px; padding-left: 30px;
  text-align: left;
  color: #bbb;
}

.featured_projects .text-blk {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact img {margin-left: 30px; margin-right: 3px; vertical-align: middle;}

/