.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/bg.jpg");
  height: 60%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding:30px;
}



.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin-top:50px;
}


#hero_button{
	color: #f5f5f5;
    background-color:transparent ;
    border-color: white;
    outline: ;
    margin: 20px auto;
	padding-top:10px;
	padding-bottom:10px;
}

#hero_button:hover {
  background-color: #222e84;
  color: white;
  padding-top:10px;
  padding-bottom:10px;
}

/* about ceo */

.team{
	background-color:#f6f6f6;
	padding:60px 0px;
    font-family: 'Raleway', sans-serif;
}

.team h4 {
    margin-top: 20px;
    color: #5db4c0;
}

.team .fa{
    color: #5db4c0;
    font-size: 18px;
    margin-top: 10px;
    padding: 3px;
}

#abt_text {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
