/* Add here all your CSS customizations */
.home-intro
{
	background-color:#0088cc;
}
.home-intro span.sub-head
{
	color:white;
}
.get-started .btn-primary
{
	background-color:#fffc00;
	border:1px solid #fffc00;
	
}
.get-started a.btn-primary
{
	color:black !important;
}
h3
{
	text-align:center;
	font-weight:normal;
	margin:0 auto;
	background-color:#0088cc;
	color:white;
	clear:both;
	width:350px;
	padding:0px 10px 0px 10px;
	height:50px;
	line-height:50px;
	font-size:22px;
	margin-top:25px;
}
#footer {
    background: #0e0e0e;
    border-top: 0px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 0px;
    padding: 0px 0 0;
    position: relative;
    clear: both;
}
#footer .footer-copyright p
{
	line-height:50px;
}
#footer .footer-copyright nav ul li {
	line-height:50px;
}
ul.portfolio-list .portfolio-item {
    margin-bottom: 20px;
}
h5 span.size
{
	background-color:#e1e1e1;
	border:1px solid #d1d1d1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius::5px;
	padding:3px 15px 3px 15px;
	color:#858585;
	font-size:13px;
	height:25px;
	margin-left:10px;
}