#contact_us input[type="text"], input[type="email"]{
	border-radius: 3px;
}

#contact_us textarea{
	border-radius: 3px;
}

#contact_us button{
	width: 100%;
}

#contact_us button:hover{
	border-color: #3f92d1;
	background-color: transparent;
	border: 1px solid;
	color:  #3f92d1;
}


#fh5co-about {
  padding: 5em 0;
}

.fh5co-person {
  border: 1px solid #3f92d1;
  padding: 70px 20px 20px 20px;
  float: left;
  width: 95%;
  position: relative;
  height: 310px;
}

@media screen and (max-width: 768px) {
#fh5co-about {
    padding: 4em 0;
  }
.fh5co-person {
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 320px) {
	.myP{

			text-align: center;
			font-size: 13px;
			line-height: 1.5rem;
		  color: darkslategray;
		}
}



@media screen and (max-width: 992px) {
  .fh5co-person {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 1024px) {
  .fh5co-person {
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
 .myP{

		text-align: center;
		font-size: 12.2px;
		line-height: 1.2rem;
	    color: darkslategray;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 .myP{

		text-align: center;
		font-size: 13px;
		line-height: 1.2rem;
	    color: darkslategray;
	}
}

.fh5co-person figure {
  position: absolute;
  margin-top: -50px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.fh5co-person figure img {
  width: 120px;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-person h3 {
  margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
  color: darkslategrey;
  display: block;
  margin-bottom: 20px;
}


.social1 {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social1 li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social1 li a {
  display: table;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border-radius: 50%;
}
.social1 li a i {
  display: table-cell;
  vertical-align: middle;
}
.social1 li a:hover, .social1 li a:active, .social1 li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social1 li a.social-box {
  background: #c24d67;
  color: #fff;
}
.social1 li a.social-circle1 {
  background: #c24d67;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social1 li a:hover {
  background: #3f92d1 !important;
  color: ghostwhite;
}
.social1.social-box a {
  background: #c24d67;
  color: #fff;
}
.social1.social-circle a {
  background: #c24d67;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.myText{
	font-size: 14px;
	color: ghostwhite;
}

#projects_icon{
	
	background-color: #3f92d1; 
	color:white;
    border-radius: 5px;
    padding: 11px;
}

#projects_icon:hover{
	
	background-color: lightgray; 
	color:#3f92d1;
	cursor: pointer;
}
   
   