h2{
	font-size:35px !important;
}
.header-content-wrap {
	background:transparent !important;
}
.about-us {
    background: rgb(66, 62, 62) !important;
 }
#aboutus .container{
	width:100% !important;
}
.skill{
    width: 33%;
    padding-left: 1%;
	display:inline-block !important;
	vertical-align: top;
}
 .skill .skills{
 	width:100% !important;
 	text-align: center !important;
 	text-align: left;
 }
.skill-circle{
	margin:0 20px 0 0;
	width:60px;
	height:60px;
	border-radius: 100%;
	border:5px solid;
	display:inline-block;
	vertical-align: middle;
}
.skill-content{
	padding-left:80px;
}
.skills .skill .section-legend {
	width:68% !important;
	display:inline-block;
	vertical-align: middle;
	text-align: left !important;
}
#logos{
	width:750px;
	margin:35px auto;
}
#logos img{
	width:auto;
	height:35px;
	margin:10px 20px;
 	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
 	filter: gray; /* IE6-9 */
 	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.team-member .profile-pic {
    width: 120px !important;
    height: 120px !important;
    margin:0 25px !important;
}
.about-us .row {
   	margin-left: 0px !important;
   	margin-right: 0px !important;
}
.about-us .section-header {
	padding-bottom:0 !important;
}
.team-box{
	margin:0 40px;
}
#ribbon_bottom {
    background: rgba(255,255,255,0.9);
    padding: 20px 15% 50px 15%;
    color: #423E3E;
}
@media (max-width: 767px) {
    .skills .skill .section-legend {
    	width:230px !important;
    }
    .navbar-toggle.collapsed, .navbar-toggle.active {
    	position: absolute;
    	right: 10px;
    	z-index: 1000;
	}
	.about-us .row {
    	margin-left: 0px !important;
    	margin-right: 0px !important;
	}
	#logos{
		width:100%;
		margin:35px auto;
	}
}
@media (max-width: 992px) {
	.about-us .column {
		width:100% !important;
	}
	.skills .skill {
		text-align: center !important;
    	width: 100%;
    	text-align: center !important;
	}
	.skill-content{
		padding-left: 190px;
	}
}
@media (max-width: 768px) {
	.skill-content{
		padding-left: 38%;
	}
	.team-box{
		margin:0 auto !important;
	}
}