@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.c-logo li{
	display: inline;
}

.c-logo ul {
	text-align: center;
}

.c-logo ul img {
	max-width: 225px;

}



.h-logo{
	text-align: center;
}
.h-logo img {
	
	padding: 12px 0 10px;
}
.about {
	padding: 20px 25px 0;
}

.about h1{
	font-size:25px;
	margin-bottom: 20px;
	color: #5ea940;
	letter-spacing: 0.5px;
}
.about p{
    font-size: 14px;
    line-height: 18px;
    color: #7d8698;
    text-align: justify;
}

.geo-about{ padding: 50px 0 50px;}


.coverphoto{   
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.coverphoto img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.services{
	padding:50px 0 10px;
}

.services img{
	width: 380px;
	max-height: 225px;
	text-align: center;
	margin-top: 20px;
}

.services h1{
	font-size:25px;
	text-align: center;
	margin-bottom: 20px;
	color: green;
	letter-spacing: 0.5px;
}

.services h2{
	font-size: 14px;
	font-weight: 550;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	color: grey;
	letter-spacing: 0.5px;
}

.services p{
	font-size: 14px;
    line-height: 18px;
    color: #7d8698;
    text-align: justify;
	margin-top: 10px;
}

.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 50%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.project{
	font-size: 22px;
	text-decoration: underline;
	margin-bottom: 20px;
	color: green;
	text-align: center;
}
#projects {
	font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#projects td, #projects th {
    border: 1px solid black;
    padding: 8px;
}

#projects tr:nth-child(even){background-color: #f2f2f2;}

#projects tr:hover {background-color: #ddd;}

#projects th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}


@media screen and (max-width: 480px) {
   .c-logo ul {
		text-align: center;
    }
	
	.services img {
		margin-top: 30px;
	}
	
	.services h1 {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:560px) {
		.para p{text-align: center; font-size: 16px !important;}
		h1{text-align: center !important; font-size: 20px !important;}
		.h-logo img{ width:50%;	}
		.row {padding: 10px 0 10px;}
		.services{padding:10px;}
	}

	
@media only screen and (min-width: 500px) and (max-width:768px){
		.services {padding: 10px 0 0;}
		.geo-about{ padding: 10px 0 0;}
}